Hi there, in wpDiscuz settings is option for Lazy load comments. I turned it ON, but is there any way/guide, how I can check if this function works and ins't in conflict with our template Sahifa? (for example in Chrome DevTools) 🙂
Hi @dooomer,
If you enable the Lazy Load option only the first X number of comment threads are loaded with a post.
It starts loading another X comment thread when you scroll down. The X number of comment threads per loading action is defined in WordPress discussion settings and used by [Load more] or the Lazy Load types. More info here:
https://wpdiscuz.com/docs/wpdiscuz-documentation/settings/comment-list-settings/#pagination
how I can check if this function works and ins't in conflict with our template Sahifa? (for example in Chrome DevTools)
Below is provided the link that can help you to debug js errors in different browsers:
https://wordpress.org/support/article/using-your-browser-to-diagnose-javascript-errors/
ok, thank you 🙂