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

pasqualle’s picture

can you try it with garland theme?

ghosts’s picture

Ah, 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

ghosts’s picture

I did some looking around with firebug.

The problem seem to be in the block contained by the quicktabs_tabpage div (I am showing the HTML for the currently selected tab).

<div id="quicktabs_tabpage_1_1" class="quicktabs_tabpage" style="display: block;">
    <div id="block-essay_day-0" class="block block-essay_day block-even quicktabs">
       <div class="block-inner inner">
            . . .

If I change the following CSS:

html.js div.quicktabs  {                  quicktabs.css?B (line 3)
   display:none;
}

to display:block the content shows.

I suppose I will override html.js div.quicktabs in my own style sheet. I don't know enough about quick tabs to know why this is the way it is.

pasqualle’s picture

Title: block content not showing up?? » block content not showing up with Genesis theme
Version: 6.x-2.0-rc2 » 6.x-2.0-rc3
Status: Active » Postponed (maintainer needs more info)

html.js div.quicktabs was removed in rc3
can you confirm that it works now without any CSS override?

Jeff Burnz’s picture

6.x-2.0-rc3 works without issue in Genesis 6.x-2.x, thanks for a great module.

pasqualle’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)