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

alexpott’s picture

Status: Active » Fixed

The 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.