Hi, I've a View with AJAX pagination and custom search that doesn't work as expected.
If I select "Pagination enabled with manual transition and AJAX" the result div has visibility: hiden (I could fix it with some extra css), but the pager links reload the page.
If I select "Pagination enabled with automatic AJAX transition" nothing happens.
The custom search is set to "Update the View results every time an input changes". It just doesn't work, it doesn't update the result.
If I select "AJAX results update when visitors click on the search button", the page is reloaded on search submit.
This website is using Enfold theme. If I activate another theme the View works fine.
Hello. Thank you for contacting the Toolset support.
First of all - I see you are using number of third party plugins. In order to minimize the cause of the issue and to ensure there is no conflict with the plugins/theme you use:
Could you please try to resolve your issue by deactivating all third-party plugins as well as the default theme to check for any possible conflicts with any of the plugins or themes?
- Do you see any difference? if no:
Can you please share problem URL and admin access details and tell me the exact step that I should follow that should help me to see the issue.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
I created a Duplicator backup, excluding the /uploads/ folder.
You can find it here:
/wp-admin/admin.php?page=duplicator
There are two backups available:
- The older one excludes the wp_posts and wp_comments tables.
- The most recent one includes those tables. However, the server shut down the connection before Duplicator could finish the process. Despite this, it looks like the package was successfully created.
It seems something is blocking the request on your server.
I even try to create a new view without any much customization and that is not working as well. You can see it here:
- hidden link
I suggest to migrate the site to another server and check if you see the same issue with different server. If you see it working on different server that means something is blocking the request that I do not know.
You may also want to disable third-party plugins and check with default theme to in order to minimize the cause of the issue.
We do not have any official integration with Enfold theme.
Normally - it should work but it's not working and I found enfold theme has issues before as well. Please check the following related ticket:
=> hidden link
So, I've added the following filter hook to "Custom Code" section offered by Toolset - with the code snippet "toolset-custom-code":
=> hidden link