AdrianArtiles / MediumFox

A theme for Octopress that is simple, focused, and clean. Influenced by the clean style of Medium and FoxSlide
MIT License
149 stars 45 forks source link

Disqus comments not seen in posts #20

Open ekremkaraca opened 10 years ago

ekremkaraca commented 10 years ago

Although being defined disqus_short_name in _config.yml and set comments in posts true, I'm unable to see any Disqus comments, forms, anything.

Wonder what's missing?

lmm commented 10 years ago

It looks like you'll need to add the layout partial for disqus. See here for an example: lmm/SmallFox@21b29bdb6e

ekremkaraca commented 10 years ago

There were no disqus.html included in source/_layouts/default.html, no Disqus codes in source/_layouts/post.html. Adding them fixed the issue. Wonder when and how I deleted them? Anyway...

PS: @lmm, thank yoü!

lmm commented 10 years ago

@ekremkaraca: No problem :) You didn't delete them. Please consider reopening this issue and submitting a pull request.

philipqnguyen commented 10 years ago

I had the same problem with the disqus comments not showing. Realized that the post.html was including the wrong disqus partial. It should be include disqus.html instead of include post/disqus_thread.html. Just sent a PR here: https://github.com/sevenadrian/MediumFox/pull/26