• // <![CDATA[ var disqus_shortname = 'littlegirltravels'; var disqus_domain = 'disqus.com'; (function () { var nodes = document.getElementsByTagName('span'); for (var i = 0, url; i < nodes.length; i++) { if (nodes[i].className.indexOf('dsq-postid') != -1) { nodes[i].parentNode.setAttribute('data-disqus-identifier', nodes[i].getAttribute('rel')); url = nodes[i].parentNode.href.split('#', 1); if (url.length == 1) { url = url[0]; } else { url = url[1]; } nodes[i].parentNode.href = url + '#disqus_thread'; } } var s = document.createElement('script'); s.async = true; s.type = 'text/javascript'; s.src = 'https://' + disqus_domain + '/forums/' + disqus_shortname + '/count.js'; (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s); }()); //]]>

    I get this message on my site: littlegirltravels at the photo carousel of my theme.

    I’m not sure why DISQUS doesn’t show up at the comments section. However, the old WordPress comments are still there. I’ve already imported all existing comments from WordPress to DISQUS.

    https://www.ads-software.com/extend/plugins/disqus-comment-system/

Viewing 5 replies - 1 through 5 (of 5 total)
  • me too getting this on ma themes featuerd gallery area… wat is the matter with Mr Disqus?

    For the Graphene theme we have a similar issue with Disqus in the slider. I’ve been looking into this, the problem is caused by the following:

    Disqus adds an action hook to loop_end.
    line 1152 of disqus.php – add_action(‘loop_end’, ‘dsq_loop_end’);

    And when we output our slider we use WP_Query which triggers the loop_end action on the end.

    I have not yet found a solution ??

    Plugin Contributor Tyler Hayes

    (@thetylerhayes)

    Hi everybody,

    Kindly try enabling the “Comment Counts” checkbox under Advanced Options in the Disqus plugin and that should resolve this by outputting the Disqus JavaScript in the footer. Let us know if that doesn’t work for you.

    Best,
    Tyler
    https://docs.disqus.com
    https://disqus.com/support

    Thread Starter sushixuni

    (@sushixuni)

    I’ve already managed to make Disqus work on my site. ??
    It was due to another plugin conflict.

    Thanks!

    Thank you Tyler, this fixed the problem!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Disqus Comment System] DISQUS not working on WP 3.3.1’ is closed to new replies.