janjonas
Forum Replies Created
-
If you cannot fix the (duplicated) id, please try to set “Comments container selector” option to
div#commentsHope this helps…
Hi Manuel,
please try to change the id of the h3 element (“<h3 id=”comments”>…</h3>”). In your HTML code you have two elements with the same id. If this does not help please send me a link where I can reproduce the problem…
Hope this helps,
JanForum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Plugin not workingHi Madling,
Thanks for your comment. I’ve checked your website and everything looks fine to me. What exactly is not working?
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Page is only reloadingThanks for your feedback.
Please think about supporting the plugin by making a small donation or writing a short review.
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Conflict between pluginsHi yoramzara,
unfortunately file uploads are not supported by my WP-Ajaxify-Comments. I’ve this feature on my todo list for future versions…
Thanks for your comment. You’re right: This could be optimized. I will try to fix this in the next version.
Best Regards,
JanForum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Page is only reloadingHi David,
the problem is, that there is an error in your WordPress installation:
In the JavaScript console you find the following error:
[WP-Ajaxify-Comments] Unsupported server response, unable to extract body (data: ' <b>Fatal error</b>: Call to undefined function getCommentHTML() in <b>/nas/wp/www/staging/deebrestin/wp-content/themes/Circles/functions.php</b> on line <b>1076</b><br /> <!-- WP Super Cache is installed but broken. The constant WPCACHEHOME must be set in the file wp-config.php and point at the WP Super Cache plugin directory. -->')To me it seems, that there is something wrong in the file /themes/Circles/functions.php (Line 1076).
And please set the “Respond container selector” back to its default value
#respond.Hope this helps,
JanForum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Submit in modal?Hi,
what you can do with the current version of the plugin is executing the following JavaScript code when opening the modal comment popup:
WPAC._Options.commentsEnabled = true; WPAC._Initialized = false; WPAC.Init();This is not very comfortable and it’s kind of a hack. I’m trying to find a better way in one of the next versions.
You also need to change/increase the z-index of the WP-Ajaxify-Comments popup because the popup is hidden behind your modal comment window.Hope this helps,
JanCould you please send me a link to your page where I can reproduce the problem?
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Works Flawlessly…almostHi,
you find the “‘OnAfterUpdateComments’ callback” option on the plugin’s settings page (WordPress Backend > Settings > WP-Ajaxify-Comments) and please (as written above) also upgrade to the most recent developer version 0.17.1.
Jan
Thanks for your feedback.
Please think about supporting the plugin by making a small donation or writing a short review.
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Works Flawlessly…almostHi,
the only problem I can see in my development environment is, that the counter is not reseted properly after the commments have been reloaded.
This could be fixed by setting the “‘OnAfterUpdateComments’ callback” option to
gcllCounter($("#comment")[0]);Please also upgrade to the most recent developer version 0.17.1 (http://downloads.wordpress.org/plugin/wp-ajaxify-comments.zip) which includes a bug-fix for the “OnAfterUpdateComments” event.
If anything else is not working as expected please send me a link to your blog, where I can reproduce the issue.
Hope this helps…
JanForum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Submit in modal?Could you please send me a link to your blog so that I can reproduce the problem?
Thanks
JanHi,
Yes, you need to enable the WordPress comment feature for blog posts in order to use the WP-Ajaxify-Comments plugin.
Best Regards,
JanForum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Works Flawlessly…almostHi Storyman,
what’s the name of the other plugin that limits the number of characters that can be entered? I’m sure there is a way to add compatibility to the WP-Ajaxify-Comments plugin.
Jan