Hope I'm not intruding this thread, but I face the same problem
No matter what AddType or AddHandler I am adding to my .htaccss - nothing allows me to display commentics on my html files.
Funny, though, it works on other websites, on my same server.
Only, this one I am having trouble with, is the first HTML website, with only this doctype:
Any idea what I need to change to get the comment form displaying?
Thanks a lot
This is the trouble page: http://doomehome.com/kitchenandbathrooms/
comment form should appear under the last paragraph, ending with "That may sound deep, but depth is what brings out the best."
Seems to display fine for me. There are some console errors that are preventing it from working though. I believe it's because you're loading jQuery just before the </body> tag. If you remove that on the pages where Commentics is then it should fix it.
(19-Dec-2016, 08:09 PM)Steven Wrote: Seems to display fine for me. There are some console errors that are preventing it from working though. I believe it's because you're loading jQuery just before the </body> tag. If you remove that on the pages where Commentics is then it should fix it.
Haha, Steven, you beat me.
Worked all night on finding the problem on the server (upgraded from EasyApache 3 to 4 and wasn't aware of the mime type change)
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
I realise the "States" aren't loading.
Perhaps something else which I don't know yet? For that, I will move and open another thread, before stuffing this one up.
Thanks for your help, Steven
Okay the code you posted is just before the </head> tag. It's near the </body> tag that you're loading jQuery. The states not loading is part of the same issue.
(19-Dec-2016, 08:53 PM)Steven Wrote: Okay the code you posted is just before the </head> tag. It's near the </body> tag that you're loading jQuery. The states not loading is part of the same issue.
It was only the
Code:
modernizr.js
Anyway, I moved everything to the end of the page and it is still the same.
Google Recaptcha isn't loading neither, though I used it on http://doomehome.com/contact/
(19-Dec-2016, 09:46 PM)Steven Wrote: See attached. It's still there.
No Steven.
That is Not the issue.
I had it removed "Completely" for Another test, cleared browser cache, even tried a new browser.
It wouldn't change the fact of my encountered problem.
I opened a new thread to address current issues I am experiencing