Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Here's what's happening and how to fix it...</p> <p><strong>Problem 1</strong> </p> <p>By default, the word 'comments' is coded into your page. When you removed the text from the Disqus settings, that only fires once the Disqus comment count javascript loads. There's a short delay between when your page HTML renders and when that javascript loads, thus you get the "flash". If you prefer to not have a comment counter at all you should remove the following from your theme (it might look slightly different in your theme):</p> <p><code>&lt;div style="font-size: 10px; text-align: left;"&gt;&lt;a class="dsq-comment-count" href="{Permalink}#disqus_thread"&gt;Comments&lt;/a&gt;&lt;/div&gt;</code></p> <p>Additionally you should remove the comment counting javascript so the site doesn't load any unnecessary resources:</p> <blockquote> <p></p> </blockquote> <pre><code>&lt;script type="text/javascript"&gt;var disqus_url = ""; var disqus_title ="";&lt;/script&gt;&lt;script type="text/javascript"&gt; var disqus_shortname = 'draftdaybust'; (function () { var s = document.createElement('script'); s.async = true; s.src = 'http://draftdaybust.disqus.com/count.js'; (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s); }()); &lt;/script&gt; </code></pre> <p><strong>Problem 2</strong></p> <p>Upgrade to Disqus 2012 again. The old version of Disqus renders HTML content onto your page, so it's subject to the whims of your CSS stylesheet (which is what's causing it to start rendering up there). Disqus 2012 uses an iframe that's insulated from conflicting styles.</p> <p>The original reason for downgrading is made moot by the solution to problem #1.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload