I have noticed that if you enter two quick tabs with the same view that has the views_accordion style (views_accordion module), entering the same display (whether with different arguments or no arguments ) appears to cause an error. The content on those tabs doesn't load and a second or two later displays 'stop' and then 'paused'. If you use two or more different displays, everything should be o.k. (i.e. page_1, default but not page_1 and page_1).
Comments
Comment #1
talatnat commentedI just ran into this problem using just the "Defaults" setting for a taxonomy/term view that I am generating programmatically with a php snippet as a page. I have 10 Quick Tabs, each with a statically assigned term argument in the QT configuration page. The default QT tab loads fine and displays correctly as a views accordion, but the other tabs display the content expanded and not as an accordion. (The 'stop' message in the op seems to come from views-accordion's autocycling feature even if it is turned off -- unchecking the use VA's theming css in Views kills this message.)
I modified Views to have a separate page for all the QTs. However, when QT's Ajax "Load only first tab on preview" is checked, the problem of expanded content remains for all the tabs except the default one. If I Ajax load all the tabs on preview, then the expanded content is displayed correctly as an accordion in all tabs.
Quick questions:
1) Is there any way of loading just the first tab AND still get the other Qtabs to display as an accordion? After reading a series of somewhat similar issues, I'm still uncertain whether this is possible or not, and I'm still uncertain that I'm doing everything correctly.
2) If I have to load all the tabs (the View is very "heavy"), is there a preferred way of caching it to speed up the display?
Thanks for a really great module, it's a pleasure to use it.
Talatnat
#Addition: Using a non-Ajax view did not help with expanded content...
Comment #2
talatnat commentedWell, I guess it does not in D6:
http://drupal.org/node/404518
http://drupal.org/node/352126
http://drupal.org/node/624160
Question: I must be missing something obvious, but where do I set non-Ajax loading mode for QTabs other than in making the View non-Ajax? The inference from the links is that QT-Views Accordion works in non-Ajax mode, and it doesn't seem to do it for me. I'm using QT 6.x-2.0-rc5.
------
Fyi, a search for views accordion in the QT issues queue didn't surface either this issue or the links I am posting. Sorry for the noise, I will have to brush up on my search skills :(
------
Talatnat
Comment #3
katbailey commentedComment #4
netw3rker commented