When I turn on Ajax for views in the description apear that the pagination also will working with ajax, but it isn't.
My problem is taht I use 3 views in a quicktabs and if i don't have pagination with ajax, when the user clicks for the next page for, example, the whole page is refreshing and the quicktabs changes the active block to the default!
Comments
Comment #1
skipyT commentedI made tests and the problem aren't the quick-tabs, the pagination isn't working witj ajax when I using advanced theming: when I put template files appears the problem!
Comment #2
skipyT commentedI think the id of the filter form could be the key of the problem. Because if i have 3 views in quicktabs they have the same name!!!
Comment #3
skipyT commentedComment #4
merlinofchaos commentedI'm sorry, you're not doing a very good job of describing your problem. Also, it's not crashing, thus this is absolutely not critical.
First, eliminate quicktabs from the issue, because if that's the problem, it's not Views' fault if quicktabs is interfering with its clicks.
Second, please describe exactly and thoroughly what's happening incorrectly.
Third, if you're using multiple pagers on the same page, be sure they're all using different pager elements.
Comment #5
skipyT commentedHi,
The pagination with ajax is not working without quicktabs also. It not works in the view menu, if I put template pages, even I put the default ones, from the information link from the views menu.
I know about the page variable, and i put for the first views 1, for the second 2 and for the third 3, but in the views menu should be working without modifying those variables.
Again: please verify if you put template pages for views the pagination is working well with ajax?
I'm sorry for my english, I don't seak very well, but I hope you understanded me.
Comment #6
merlinofchaos commentedAside from not mentioning this in your bug report anywhere else...the filter form shouldn't be related to pagination.
If you're overriding the views-view.tpl.php you should make sure you're not changing the classes in your template override.
And yes, I have template overrides on my test site that do not affect paging. So this all works fine for me.
Comment #7
skipyT commentedOhh,I understand. I have changed the classes for css. Because we received a template page, and I thought the pagination will working if I don't change the ID of the div's.