I apologize for a newbie question, but I am several hours into trying to figure this and it is going to drive me insane.
Drupal 6.10;
Quick Tabs 6.x-2.0-rc2;
Block caching is disabled (that seemed like a potential problem).
In the quick tabs, nodes appear fine; views appear fine. Blocks do not. Nothing shows, not even any space below the tab. The block content shows up in the page source, so it's being loaded in the page fine, but it just does not appear when I click on a tab. I'm guessing it's a javascript/jquery thing causing it???
I tried current blocks (that display fine when not in quick tabs). I made test blocks, made sure they could be viewed on all pages. Nothing.
Any ideas?
Thanks mucho.
Comments
Comment #1
pasquallecan you try it with garland theme?
Comment #2
ghosts commentedAh, the block content appears in Garland theme.
I'm using a subtheme of the Genesis theme. I switched to the Genesis theme. The block content does not show up in the Genesis base theme either.
Anyone using Genesis and is aware of what in the Genesis theme is causing the incompatibility?
Thanks
Comment #3
ghosts commentedI did some looking around with firebug.
The problem seem to be in the block contained by the
quicktabs_tabpagediv (I am showing the HTML for the currently selected tab).If I change the following CSS:
to
display:blockthe content shows.I suppose I will override
html.js div.quicktabsin my own style sheet. I don't know enough about quick tabs to know why this is the way it is.Comment #4
pasquallehtml.js div.quicktabswas removed in rc3can you confirm that it works now without any CSS override?
Comment #5
Jeff Burnz commented6.x-2.0-rc3 works without issue in Genesis 6.x-2.x, thanks for a great module.
Comment #6
pasqualle