Closed (duplicate)
Project:
Quick Tabs
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Feb 2009 at 01:00 UTC
Updated:
23 Nov 2012 at 14:56 UTC
Jump to comment: Most recent file
Comments
Comment #1
pasqualle1. do you have a (a) panel inside block and that block inside quicktab or do you (b) have a quicktab inside panel?
2. is it an ajax or non-ajax quicktab?
3. can you attach a screenshot or provide direct link to the site?
Comment #2
Junro commented1. euh c) ? lol I'm using blocks inside quicktabs, and these quicktabs inside a mini panel, and that mini panel inside a panel page. Am I the first doing that? :)
2. It's a non-ajax quicktab.
3. See the screenshot ^^
first image: it's the preview of the mini panel, so the display of the 3 quicktabs inside the mini panel is ok.
second image: the mini panel inside the panel page (inside a 1 column row width 100%)
ps: without quicktabs into mini panel (only blocks), the display of the mini panel inside the panel is good.
Comment #3
pasqualleFrom the screenshot I hoped that I would understand what "it's not working" mean, but I can't see anything on this picture.
so questions:
1. the quicktab is not displayed at all?
2. the content of tab is not displayed?
3. you can't switch between tabs?
Comment #4
Junro commentedlol sorry
3. The quicktab is displayed but the blocks inside are not displayed with the "quicktabs style", you can't switch between tabs because tabs are all displayed...
If you don't understand I will give you a biggest screenshot.
See the attach files, I put inside more explanations
Comment #5
pasquallecan you check the page source, I think the quicktabs.js file is not loaded.
search for this line in the
<head>section of the page:1. If the quicktabs.js is missing, then it means that the quicktab is not loaded at page load, which could mean the mini panel uses ajax loading to load the quicktab.. I am not that familiar with panels to tell you if mini panels have ajax loading option or not..
2. If mini panels do not have ajax loading capability then it could be a block caching issue. If you have block caching enabled, then that is a problem as QT does not work reliable with enabled block cache..
3. If non of these applies, then can you tell the browser you are using, and try it with a different browser..
Comment #6
Junro commentedOk, quicktabs.js is not loaded.
I'm going to create a Panel issue ^^ http://drupal.org/node/374512
If you want to say something, change something (more cleary english than me...) or change issue title...
Thanks for your quickly attention :)
ps: same bug with pero, firefox.
Comment #7
pasqualleI am almost sure that there is nothing wrong with panels. If it has an option for ajax loading, then it can be turned off or changed to different panel style or something..
Comment #8
chx commentedThis is the "usual" quicktabs.js caching issue.
Comment #9
pasquallethen it is probably a duplicate of #342459: Block cache problem (Not showing for anonymous or authenticated users)
or does panels use another cache? I hope not..
@Junro: disable block cache on the performance page or change your QT block status to -1 in the {blocks} table
Comment #10
scott m. sanders commentedI did have block cache disabled but still no new Quick Tabs.
But once I cleared/flushed my Drupal cache, voila, they appeared.