minimal-mistakes: Staticman v2 doesn't appear on pages
Description
I wanted to add staticman comment section on my website, but after all of the time configuring it I still can’t get it working.
Environment
- Minimal Mistakes version: 4.12.1
- Ruby gem or remote theme version:
- Jekyll version:
- Git repository URL: https://github.com/megascrapper/megascrapper.github.io
- Operating system: macOS 10.13.6
- GitHub Pages hosted (if yes provide URL to site): yes (https://megascrapper.github.io)
Expected behavior
Staticman comment section should appear on pages that have comments enabled (ie. comments: true).
Steps to reproduce the behavior
- I added
staticmanappas a collaborator on the site repo (and received OK message on https://api.staticman.net/v2/connect/megascrapper/megascrapper.github.io) - I left the
staticman.ymlfile mostly on default, except for the reCaptcha stuff which is disabled in the meantime. - before submitting this issue I also updated the theme to make sure that wasn’t the problem.
Even after all of that, the staticman form still wouldn’t appear, and I have confirmed that comments have been enabled. So is there anything that I left behind or did I screwed up something?
Example page: https://megascrapper.github.io/test/
also, https://api.staticman.net/v2/entry/megascrapper/megascrapper.github.io/master says this:
Cannot GET /v2/entry/megascrapper/megascrapper.github.io/master
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 17 (6 by maintainers)
Hi @mmistakes , Well, I finally managed to get staticman working. Apparently, it only works with posts and not pages. Thanks for the help anyway.
@megascrapper But your reCaptcha not disabled in the page, _config.yml also need to correct you can refer to my activation steps Enable Staticman Comments System
And hitting the API link directly will give that error. Trying that with the MM demo site does the same error.