Hi,
I am using a pagination with manual transition and AJAX (hidden link) and when I click on another page with search results, the page will strangely display only on left side. Even the spinner is on the left. But when I open DevTools in Chrome and then just close it, the search results will display correctly. Also if I change AJAX to page reload it works fine. And I can´t find why is this happening.
Hi, can you try the following on a staging site:
1. Enable Theme Twenty Nineteen
2. Test again
3. If not successful, remove Counter for Divi plugin as well
4. If all that does not solve this issue, make sure no Custom JS is added to the View in question
5. If that does not help either, please use this information to create a copy of that site, and send it to me, so I can have a look locally and spot the issue:
https://toolset.com/faq/provide-supporters-copy-site/
Hi Beda,
I have tried to deactivate theme, plugin, no JS etc. Finally I found the issue - I have directly styled the "#wpv-view-layout-1398-TCPID24" in CSS, so I have created new div around [wpv-layout-start] and [wpv-layout-end] and gave it that style. And it works nice. When I used that with manual transition and page reload the styling with wpv... worked.