IntenseDebate messing up HTML
IntenseDebate seems to be messing up my HTML. In the single.php file, everything after <?php comments_template(); ?> doesn't show up. Any reason why this is happening?
2
people have this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?We attempt to load the existing comments template in a noscript tag so that the comments can still be indexed by search engines and available to users without javascript.
The file we try to load is stored in this option: id_comment_template_file in WP, but if that file fails to load for some reason that might cause the issue you're describing. Please check that value first.
The other possibility is that there is a problem with the contents of the noscript tag (for example if the comments template contained a noscript tag it might break the syntax). We attempt to detect this, but if the noscript is added in another plugin we might fail in some cases.
Hope this helps.
Loading Profile...


