Meerkat REPLY form activation #7123
Unanswered
CurtisZenFu
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Sorry, this repository is only for Discussions relating to Statamic Core. For third party addons, like Meerkat, you should open an issue/discussion on the addon's own GitHub repository: https://github.com/Stillat/meerkat-statamic3/issues |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Total newb on Git. Finally joined because I need answers and hope someone can help as there is almost nothing on Google-Fu for this.
Following the docs for Meerkat to the letter. Even setup the "Cool Writings" starter kit to be 100% exact.
I can a) get the submit form working (Integrate Meerkat) and b) get the comment thread loading (The Comment Thread) but...
For the life of me absolutely nothing happens with the stated "Reply Forms" instructions.
https://meerkatcomments.com/docs/allowing-visitors-to-reply-to-each-other
All it states is add an |a href="#"| link (where???) with the required passed data fields... but nothing happens. I click the link and it goes exactly where href points to > the top of the page with a "#" is appended to my URL.
Here is my code wrapped in a vanilla div.
`
`
Barebones. CSS comes later. I just want to get that reply form to load.
Yes... {{ meerkat:replies-to }} is loaded in the HEAD and shows as such in browser dev tools and I can "load" the min.js file in my browser as well so clearly the server has access to the "replies-to" javascript that should load the form right beneath the comment thread render.
What am I doing wrong?
Thank you in advance,
Total Dev Newb.
Beta Was this translation helpful? Give feedback.
All reactions