Hi support,
Not sure if this is a bug or simply something I have done wrong (or a conflict with some other code on the page).
I have a customer reviews view block that shows multiple posts from the reviews custom post type (or at least it used to).
The view on the homepage displays the latest post only then dies.
A copy of the view still works on the About Us page works fine.
I have deleted and re-created the view a couple of times now but the result stays the same unfortunately.
The page is hidden link
The page does have a Javascript error so that may be an indication of what is wrong, however, I have another paginated view on the page and that still works fine.
Uncaught (in promise) TypeError: Cannot read property 'querySelectorAll' of null
at s.<anonymous> (onloadwff.js:71)
at l (onloadwff.js:71)
at Object.next (onloadwff.js:71)
at n (onloadwff.js:71)
Any advice you can offer is greatly appreciated.
thanks
Kirk
Hello,
Thanks for the details, I can see the problem in your website home page, and I have tried these:
1) Create a new page, add a new view block, with the same settings as yours:
hidden link
Test it in front-end, it works fine:
hidden link
2) Then add other two post view blocks in above same page, test it in front-end again, it works fine too, is there any missing steps to reproduce the same problem?
Please check if there is any PHP errors in your website:
https://toolset.com/documentation/programmer-reference/debugging-sites-built-with-toolset/#php-debugging
section "PHP Debugging"
My issue is resolved now. Thank you!