hidden link
On this page you can see the animation effect on images..now you can see when you check any checkbox in filter results will be updated but Images are not displaying.
Also, When I click on next/previous button it refreshes the page.Instead of ajax.
See screenshot for the views settings.
On this page you can see the animation effect on images..now you can see when you check any checkbox in filter results will be updated but Images are not displaying.
You can trigger any custom JavaScript after the results have been updated. In this View's Search and Pagination editor, toggle open the JS panel. Click the button "Frontend Events" to insert an event listener for different search or pagination events. Inside those callbacks, you can trigger the animation effects.
When I click on next/previous button it refreshes the page.Instead of ajax.
I'm not able to replicate this behavior, the pagination system uses AJAX when I click the buttons. Are you using a specific browser I should test with? Can you try a different browser and see if the problem is still present?
I'm not able to replicate this behavior, the pagination system uses AJAX when I click the buttons. Are you using a specific browser I should test with? Can you try a different browser and see if the problem is still present?
-- I have tried with FF and chrome in both browser problem persist.
Okay thank you, I'm able to reproduce the issue now. Not sure why I was having trouble last week. Please try these troubleshooting steps first:
- Temporarily deactivate all plugins except Types and Views, then activate a default theme like Twenty Seventeen. Test the View again. You can insert the View on a different page if necessary.
- If pagination occurs with AJAX, reactivate your theme and plugins one by one until the problem returns.
- If pagination does not occur with AJAX, I'll need to take a closer look.
I have checked by deactivating plugins other than toolset & activated default theme and came to know that issue is with Genesis custom child theme.
Thanks for the update. This indicates there is some custom JavaScript in the theme that is causing a conflict with Toolset's pagination scripts. That could be a custom click handler, something implemented for tracking or other interaction effects, etc. My best advice is to iteratively remove pieces of the code from your custom child theme's JavaScript, then retest, to pinpoint the conflict. Our support policy - https://toolset.com/toolset-support-policy/ - states that we do not troubleshoot problems in custom themes for you, so this is something that will require a JavaScript developer.
Thanks, It was custom js issue.