Closed (fixed)
Project:
Floating block
Version:
6.x-1.3
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Oct 2011 at 17:22 UTC
Updated:
22 Jul 2012 at 19:51 UTC
Hello,
I am using Floating block with D6 and with the Geordani (Marinelli) theme. When I was floating the .rsidebar, everything was working well. But then, I tried to float .lsidebar as well and now neither one will float. I really need this feature for the project I am working on. Do you have any suggestions? I can provide more info if needed.
Thank you
Comments
Comment #1
alexpottThe Geordani theme does work - see http://dev.vit-al.co.uk/floating_block - you'll have to use the theme switch to see.
However the theme is a pain to work with because it does not add easy classes to identify blocks so you have a few options: change block.tpl.php / template_preprocess_block to do this, create a special block.tpl.php for the block you want to float, or use some funky jQuery selectors.
On the demo site the selector is
.lsidebar .defaultblock:nth-child(3)which selects the third block in the left sidebar.