Este hilo está resuelto. Aquí tiene una descripción del problema y la solución.
Problem:
The issue here is that the user had some custom Javascript that stopped functioning after an ajax pagination in views.
Solution:
This issue can be solved by using the appropriate callback function in views. If you go to your view and edit it. Then go to the Filter output section and expand the JS editor.
You should see a button called "Frontend Events". Click this and then add the appropriate callback function. Finally just add your function within the callback function.
This support ticket is created hace 5 años, 3 meses. There's a good chance that you are reading advice that it now obsolete.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.
I have a view where I show images with pages, 16 images per page. there are views that have more than one page. And I want to see all the images with fancybox by clicking on any of them. Right now I just get them to be per page,
by clicking I see the 16 of the page.
To get a full understanding of this, I would need to have a link to the page to check the context to see if the correct callback function is being used.
I understand the context now. Actually we won't be able to provide a solution for this one.
This is because even through your view has more than 16 items, you've set it to display 16 items per page. This means that only those those 16 items are loaded from the database at the time.
What this means is that fancybox will only be able to navigate through these 16 items that are currently being displayed. You're not able to use fancybox to paginate to the next page of the results.
another question. With ajax activated on the first page the link below the photo works fine. but when you go to the second page only the url appears. if I deactivate ajax it works fine.