janjonas
Forum Replies Created
-
Hi JayXon,
Thanks for your comment. I will put this feature on my todo list for future releases.
JanHi,
could you please try the most recent developer version 0.8.0 from here:
http://downloads.wordpress.org/plugin/wp-ajaxify-comments.zipThis version adds some new debug messages if something unexpected happened when initializing the plugin.
Please post the debug output with the new version and (of possible) send me a link to your site.
Hope this helps,
JanForum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Working conditionHi CVincent711,
thanks for comment. Unfortunately, I don’t understand your problem. What is “adjax” and what is the problem in the “function.php” file?
@pakonik: Which theme do you use? I would like to try to add out-of-the-box support to this theme in my plugin.
Thanks for your comment!
How do you get multiple posts on one page? Do you use any special theme or plugin?Hi,
could you please send me the debug output of the plugin and a link to your blog to reproduce th problem?Please try to change “Before select elements:” to:
(jQuery(‘td#middle > #comments’, dom).length > 0) ?
jQuery(‘td#middle > #comments, ul.commentlist’, dom).wrapAll(‘<div id=”commentsWrapper” />’)
: jQuery(‘<div id=”commentsWrapper” />’).insertBefore(jQuery(‘#respond’, dom));and leave “Comments container selector: #commentsWrapper” unchanged.
Hope this helps…
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] plugin not working :(Mark this topic as resolved …
Could you please send me a link to your Blog?
Hi,
I’ve released version 0.7.0 of the plugin which adds better support for the Atahualpa theme when using the following settings:
Comments container selector: #commentsWrapper
Before select elements:
(jQuery(‘#comments’, dom).length > 0) ?
jQuery(‘#comments, ul.commentlist’, dom).wrapAll(‘<div id=”commentsWrapper” />’)
: jQuery(‘<div id=”commentsWrapper” />’).insertBefore(jQuery(‘#respond’, dom));With this settings the first comment should be “ajaxified” and posting a comment also update the comments headline.
Hope this helps…
Hi DynaBMan,
please try the following settings:
Comments container selector: ul.commentlistThis setting should work if there is already at least one comment. When posting the first comment the plugin relaods the complete page.
I will try to find a solution for a better support of the Atahualpa theme in a feature version.
Hope this helps,
JanCould you please enable the debug mode and post the output in the browser console.
I think this topic is resolved…
Does this problem still exist?
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] plugin not working :(Sorry for my delayed reply. Does the problem still exists? Could you send me a link to reproduce it?