Closed (fixed)
Project:
Collapsiblock
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Feb 2009 at 23:33 UTC
Updated:
8 Jun 2009 at 14:20 UTC
Hi,
Anyone got collapsiblock to work in the Genesis theme? Have added the .inc file but am not sure what code i need to add around the h2 tags in the block.tpl file.
Thanks
Comments
Comment #1
cside commentedSorry, to be more specific here is the relevant block.tpl code:
where the active element is:
<div class="block-inner inner">I have tried all sorts of combinations and followed the most recent thread solutions but still can't get it to work.
Can anyone help?
Thanks
Comment #2
cside commentedScrap the earlier comments! Finally worked it out :)
Comment #3
jocklife commentedHow?
Comment #4
dean.p commentedYes, please let us know.... 'Finally worked it out..' helps no-one, especially those of us still with the problem :(
Comment #5
Jeff Burnz commentedYou need the "content" class on the wrapper div around $block->content
Add the class as below and all will work as expected:
One issue is that for users with Edit/Configure blocks permissions the block edit links will hover in front of the collaspiblock arrow, if this is problem you can switch off block edit links by commenting out the $edit_links variable like this: