• Hi there, using W3 Total Cache latest with Disqus. Default W3 Total Cache config.

    Disqus Comments don’t show. What should I try?

Viewing 9 replies - 1 through 9 (of 9 total)
  • Disabling all caching options resolves the issue?

    Thread Starter Blutarsky

    (@blutarsky)

    Yes.

    Can you submit a bug submission form from the support tab of the plugin?

    Thread Starter Blutarsky

    (@blutarsky)

    Ok, thanks.

    I can confirm this behavior as well. Disabling all caching options relative to the W3 Total Cache plugin does indeed resolves the issue with the DISQUS plugin.

    Is anyone still having this issue with the latest releases of the plugin?

    Thread Starter Blutarsky

    (@blutarsky)

    Did not try, I have disabled the plugin long time a go…. but I could give it a try again….

    Noticed same behavior as well. Then I thought, “since w3tc is caching the whole page when the page is fully loaded, what if I add a javaScript timer to delay the disqus js execution by 3 seconds..?” In my case it worked fine, but the comments form was loaded after 3 seconds of the initial page load.

    To test simply wrap the disqus javaScript code with a timer:

    setTimeout(function () {

    //Disqus code here!!

    }, 3000);

    I used the “Universal Code” from disqus and not the wordpress plugin. However, wrapping the code in the plugin with the timer should work. This should/could be used by anyone that needs immediate results until the issue has been resolved.

    I can also confirm today with the latest versions of both, I cannot activate the Disqus PLugin and the W3Total Cache plugin at the same time there is an obvious conflict. Is there settings to be removed from W3total cache to allow this to run?

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: W3 Total Cache] – Disqus Not Loading’ is closed to new replies.