Active
Project:
AdaptiveTheme
Version:
7.x-3.1
Component:
Theme Settings
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Jan 2013 at 18:45 UTC
Updated:
16 Jan 2013 at 19:21 UTC
Is there a way to move some of the blocks from the "Sidebar first" to the "Sidebar second" on layout changing ?
For example :

Merci.
| Comment | File | Size | Author |
|---|---|---|---|
| dessin AD.png | 48.3 KB | steveoriol |
Comments
Comment #1
Jeff Burnz commentedThere are two ways.
The first is with device detection - using the Mobile Region and Blocks Extension to move the blocks when a certain device is detected, say for example an iPhone. This requires the Browscap or Mobile Detect - http://drupal.org/project/mobile_detect.
The other way is using JavaScript. AT has responsive JavaScript feature and you can use this to move the blocks. You have to know how to write a bit of JS.