Posted by steveoriol on January 16, 2013 at 6:45pm
2 followers
Jump to:
| Project: | AdaptiveTheme |
| Version: | 7.x-3.1 |
| Component: | Theme Settings |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Is there a way to move some of the blocks from the "Sidebar first" to the "Sidebar second" on layout changing ?
For example :
Merci.
| Attachment | Size |
|---|---|
| dessin AD.png | 48.3 KB |
Comments
#1
There 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.