janjonas
Forum Replies Created
-
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Multilanguage issueHi patloq,
I’ve successfully testes the compatibility of the plugin to WPML, but one has to add a workaround similar to the one described here: http://wpml.org/forums/topic/cant-translate-error-message-of-wp-comments-post-php/.
Most likely you do not need to add PHP code but can use the options that my plugin provide. For more details, please send me a link to your page because I need to see the “URL structure” of your page.
Best regards,
JanThanks for the feedback.
The plugin supports multiple comments per page. You need to set the setting “Post container selector” in the “Expert settings” section. Please send me a link to your WordPress site if you need further assistance.
Hope this helps…
Thanks Kevin for your answer. I will mark this topic as resolved.
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] load moreSorry, I won’t add any functionality that adds a “load more” button to the UI. This is out of scope.
You need to find another plugin or try to use the plugin’s JavaScript code and add some customization…Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Huge amount of commentsHi Hortt,
you can use the (default) WordPress paging functionality for your comments. The WP-Ajaxify-Comments plugin adds Ajax support to the paging links, i.e. comment pages are changed without complete page reloads.
Hope this helps…
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Ajax CommentHave you checked the checkbox “Enabled plugin” on the plugin’s settings page?
Duplicate error report (see http://wordpress.org/support/topic/multiple-comment-forms-on-a-single-page).
Thanks for the feedback.
You need to change the HTML structure of the page that contains multiple comment forms in a way that there is one element that wraps each post and that element needs to have a unique ID.
On your page these containers look like this (the ID unique attribute is missing):
<div class="post-45817 sat_reading_sec type-sat_reading_sec status-publish format-standard hentry"> [...] </div>Next, you need to configure the “Post container selector” options to match all these containers; one option could be:
$("div[class^='post-']")Hope this helps,
JanPlease try to use the following settings:
Comment form selector
#commentForm formHope this helps…
You can send me a private message using the contact form here: http://blog.janjonas.net/contact
Thanks
JanCould you please send me a link to page where I can reproduce the problem?
Thanks,
JanYes, thanks for your message.
Unfortunately, I do not understand the problem. On the page http://testwritersapp.com/writers/author/mbabar, I see only one comment form (on the very end of the page). Could you please try to explain in more detail what you would like to to. Maybe you could send me a step by step introduction with the expected and the actual result.
Thanks
JanI do not think, that the perfomance issues is caused by my plugin. Please try to disable the plugin test if it need less time to post a comment.