OK! The answer is in this post: https://ww.wp.xz.cn/support/topic/how-to-make-this-plugin-work-with-cloudflare-studiopress-theme/
To make it work with your Studiopress/Genesis theme, then edit lazy-load-for-comments-master/public/class-llc-public.php:
change comments_template();
to comments_template(”,true);
-
This reply was modified 7 years, 7 months ago by
DigitalNomad.
Hello,
I tried applying this to the 1.0.5 version put can’t find the string mentioned.
The plugin is assuming there are no comments on the pages. This is in the output of the html source:
var llcstrings = {“loading_error”:”Error occurred while loading comments. Please reload this page.”};
Is there anything else I can try?
Thanks for the help,
Pieter