Hi, when we enabled the views block with "use ajax", and then put it into a quicktab. The views' pager always stay in page 1 when we click the pager in quicktab.
Any conflict between quicktab and views' ajax? Anyone have similar problem?
I don't see any js error there.

Thanks.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

TechNikh’s picture

Same problem here. Subscribing..

katbailey’s picture

This is very strange - I cannot reproduce the problem, ajax Views pagers should work perfectly fine inside Quicktabs. Can you please give full steps to reproduce or even better, link me to a site where this is happening if possible.

erok415’s picture

Hi,
I have an issue that is similar. I'm using Quicktabs inside of a "menu minipanel" under my main navigation. When I hover over the navigation item, the "menu minipanel" is displayed properly and I can see the quicktab. The issue is that when I click another tab, the menu disappears and the whole page reloads. When I hover over the navigation tab again, the right tab is loaded.

So my issue is that the whole page is reloading instead of just the quicktab.
E.

katbailey’s picture

@erok415 your issue is completely different from the one reported above. It sounds like you have a JavaScript error on your page, or the Quicktabs js is not being loaded.

erok415’s picture

Thanks for the quick response. The quicktab loads perfectly into any node. Now the issue is not loading into the menu minipanel at all. Really odd. Here is what I did.

1. Created a quicktab.
2. Created a menu minipanel that loads the quicktab instance into it.
3. In the menu item, under main menu, I assigned the menu minipanel created in step 2 to the navigation item.

The issue is that the menu loads but the quicktab does not operate properly. If I try loading a page that has a quicktab embeded, the quicktab doesn't load into the page which is loading from the menu-minipanel.

I can't figure this out. I have a feeling that they just don't play nice together.
E.

katbailey’s picture

@erok415 - what I meant was, please don't hijack this issue. If you like, you can open a new issue about the problem you're having. But it sounds to me like the problem is with menu minipanels, not quicktabs.

erok415’s picture

Your right...I understand. It just sounded somewhat similar. Moved my help request to http://drupal.org/node/1281862 .
E.

william.lai’s picture

Version: 7.x-3.0 » 7.x-3.x-dev

Hi, thanks for the quick response. I just installed drupal 7 and other modules to repeat the problem. When i enabled smart_paging module, the views ajax in quicktab do not work. It seem there is conflict between smart paging and views ajax in quictab.

Thanks.

william.lai’s picture

i just found there is issue in smart paging about this:

http://drupal.org/node/1103810

This seem to be a issue in smart paging rather than quicktab.

Thanks.

william.lai’s picture

Status: Active » Closed (fixed)
ParkerDMartin’s picture

I'm having this same problem, however, I'm not even using QuickTabs, but rather, Taxonomy Menu to output tabs.
The paged output of teasers will not reload with AJAX but instead, make a messy URL path and reload the entire page.

HLopes’s picture

In my case, it was a conflict with clean pagination module.

HLopes’s picture

Issue summary: View changes

make the issue clear

Katharine_Gates’s picture

Issue summary: View changes
FileSize
98.66 KB
94.63 KB

Hello all:
I think this is a problem I am having.
Please look here: http://indigoarts.com/artists/jos-francisco-borges
There are two tabs and each tab represents multiple-page blocks. One tab shows items that have not been sold, the other should show items that have been sold.
Click on the archive tab, then try to get to page 2 of the archive tab. It takes you back to the main tab instead of page two of the archive block.
Other beaviors are also somewhat unexpected, i.e. if you are on the 5th page of the Available block and click on archive you might get a "We are in the process of uploading..." message which is only supposed to show up if the view is empty. (which it is not.)

This happens both with ajax turned ON and with ajax turned OFF in the views.
What am I doing wrong?

Thank you very much for any help you can offer.

drupal4u.org’s picture

I had a similar issue with QuickTabs (Version: 7.x-3.6) and Views Load More (Version: 7.x-1.5). The Views Load More pager worked on any block and page outside QuickTabs, but there was a problem inside QuickTabs, where I used various blocks. Using the load more function would not load more content. I played around with a couple of options (ajax on both elements on/off, using view pages instead of blocks, etc.). What finally solved the problem was to create a page instead of a block within views AND to use the option "callback" within quicktabs. So if you create a page view and you assign it to a quicktab with the option callback, the problem is resolved.