Every post file contains comments: true to load disqus
So disqus should load in every post.
But disqus loads in code highlighting post. It doesn't load in other posts.
They're working fine on the demo site, something must be screwy on your fork. You have the Disqus shortname set in _config.yml as well right?
@mmistakes Yes. I've set it to rootpy But not showing it.
I forked it 2 days ago and I don't think you've updated your repo in last 2 days.
disqus was loading only for code highlighting post when I checked on live and decided to report here.
I just checked and it is loading for other posts. I didn't understand why was it not loaded yesterday.
You can check it by visiting my first post Hello World!
It says We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.
Sounds like a Disqus issue. I've seen this happen before and usually is a
cookie problem. You can verify if that's the case by opening the page in
Chrome incognito mode or by clearing your browser/cookie cache.
On Saturday, April 4, 2015, Prasad Muley [email protected] wrote:
@mmistakes https://github.com/mmistakes Yes. I've set it to rootpy
https://disqus.com/by/rootpy/ But not showing it.
I forked it 2 days ago and I don't think you've updated your repo in last
2 days.disqus was loading only for code highlighting post
https://mmistakes.github.io/minimal-mistakes/code-highlighting-post/
when I checked on live and decided to report here.You can check it by visiting my first post Hello World
http://rootpy.com/Hello-World/It says _We were unable to load Disqus. If you are a moderator please see
our troubleshooting guide._—
Reply to this email directly or view it on GitHub
https://github.com/mmistakes/minimal-mistakes/issues/139#issuecomment-89645599
.
@mmistakes.
I had deleted cookie cache and Disqus isn't loading in chrome incognito mode or priavate browing in firefox.
Checked disqus documentation for jekyll and I've entered correct user_name there.
I am not able to figure out why is it not loading in Hello World!
Well the problem isn't Jekyll or the theme. Looks to me you haven't registered a shortname for your site on Disqus yet. If you had, rootpy.disqus.com would work and instead it's saying the forum doesn't exist. rootpy is your username and a _shortname_.
Check out this page on Disqus on more info on how to setup one for your site. After you create a shortname for your site then replace rootpy in your _config.yml Disqus should work properly.
@mmistakes Yes. I forgot to add my website's shortname
I thought username and shortname are same.
It is working in Hello World!
Thanks for pointing my mistake.
I have been successful with the problem, by simply replacing a new account using the account facebook or tweeter. Previously, it was the same account to the account of my website
disqus comment not displaying not my website..
http://androidtoall.com/best-wordpress-free-responsive-theme/
@navneet1991

Most helpful comment
Well the problem isn't Jekyll or the theme. Looks to me you haven't registered a shortname for your site on Disqus yet. If you had, rootpy.disqus.com would work and instead it's saying the forum doesn't exist. rootpy is your username and a _shortname_.
Check out this page on Disqus on more info on how to setup one for your site. After you create a shortname for your site then replace
rootpyin your_config.ymlDisqus should work properly.