Any ideas? :'(
"NetworkError: 500 Internal Server Error - http://flip-9-development.com/urban_ag/wp-comments-post.php"
wp-com...ost.php
[WP-Ajaxify-Comments] Comment has not been posted
wp-aja...=0.21.0 (line 78)
[WP-Ajaxify-Comments] Try to extract error message (selector: 'p:parent')...
wp-aja...=0.21.0 (line 78)
[WP-Ajaxify-Comments] Error message 'Duplicate comment detected; it looks as though you’ve already said that!' successfully extracted
Thanks for your comment. Since the popup containing the comment form is loaded after you have clicked one of the posts you need to trigger the plugin’s initialization manually:
Please try to call the following JavaScript method after the content in the popup has been loaded:
WPAC.AttachForm();
Hope this helps…
Not quite working yet:
"NetworkError: 500 Internal Server Error - http://flip-9-development.com/urban_ag/wp-comments-post.php"
wp-com...ost.php
[WP-Ajaxify-Comments] Comment has not been posted
wp-aja...=0.21.0 (line 78)
[WP-Ajaxify-Comments] Try to extract error message (selector: 'p:parent')...
wp-aja...=0.21.0 (line 78)
[WP-Ajaxify-Comments] Error message 'Duplicate comment detected; it looks as though you’ve already said that!' successfully extracted
And on our template page:
<script>
WPAC._Options.commentsEnabled = true;
WPAC._Initialized = false;
WPAC.Init();
WPAC.AttachForm();
</script>
Your site seems to be broken at the moment…
Where exacty do you have added the custom WPAC-JavaScript snippet. You need to call WPAC.AttachForm(); after the popup content has been loaded and injected into the DOM.
The error message you have posted just says that the comment was rejected because it was detected as duplicated comment which is a default WordPress functionality.
Hope this helps…