janjonas
Forum Replies Created
-
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Page ReloadingHi,
please try the following settings:
Comment form selector: #PostCommentForm
Comments container selector: ol.comment-list
Respond container selector:Hope this helps…
Thanks for your feedback.
Great to here that your problems are solved…
Please enable the debug mode and send me the output in the browser’s console. If you use IE or Chrome you can open the console with F12.
Regards,
JanHi,
Does the problem still exist? Everything seems to work on your test site.
Regards,
JanThanks for your feedback.
Do you have a login for me to test the comment form?
To see the debug output you need to open the browser’s console (for example by pressing F12 in Chrome).Hi,
thanks for your comment. Is it possible to see the plugin in action on https://www.accesscongo.com without being logged in? Have you tried turned on the debug mode? Most likely a selector needs to be changed to work with your theme…
Hope this helps,
JanHi,
You can send me the theme. You find me e-mail here https://blog.janjonas.net/about. Unfortunately, I do not know when I will find the time to examine this problem …
If it is a charged theme I would recommend to contact the theme developer and ask him to add support for replying to a comment without a page reload.
Regards,
JanHi,
My question is: Can I download the theme you are using on your blog reproduce the problem?
Regards,
JanHi,
Thanks for your comment. “Ajaxifying” the reply link is (currently) not on of the plugin’s features. This features has to be implemented in the theme.
Is the theme you are using public available? Maybe I find the time to take a closer look to that problem and add this feature to wp-ajaxify-comments or create a new plugin that solves this kind of problems.Hope this helps…
JanHi,
thanks for your comment.
For any reason the plugin could not inlcude the jQuery BlockUI plugin. Do you use any caching plugins that needs to be reset? Another reason could be your theme that my not support the hook to add external JavaScript files. Is the theme public available?Hope this helps …
JanHi,
Thanks for your comment. Please try the following customization:
Comment form selector: #respond > form
Hope this helps,
JanHi kingbt,
thanks for your comment.
Do you mean “Remain #2 and #3.” or “Remain #2 and #4.”?
Regarding #2: The plugin already blocks all elements on the page while the comment is submitted and a loading animation is used as mouse cursor. This functionality is provided by the used block UI plugin and should already work. The opacity effect you have mentioned would be new feature.
I’m trying to add your feature request to the next major release.
Regards,
JanHi tzdk,
thanks for your comment. I don’t think jQuery’s live() was removed in 1.8.0; you’re right: The function is deprecated, but it still exists.
As you can see here https://jsfiddle.net/SHCdW/ live() exists in jQuery 1.8.0 and calls internally the new on() method.
Nevertheless I’ve added a new release 0.5.4 that uses the recommended on() and delegate() methods if they are available.
Please leave me a message if your problem was not solved in the most recent release.
Regards,
JanThanks for your feedback. I will mark this topic as resolved since it does not seem to be a problem of the plugin.