Download & Extend

How to move some blocks to another region on layout changing ?

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 :
schema

Merci.

AttachmentSize
dessin AD.png48.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.