janjonas
Forum Replies Created
-
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Cannot post a commentCould you please send me a link where I can reproduce the problem?
Yes. Just put the comment form inside the comment container.
Hope this helps…
Thanks for the feedback.
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Problem with qtranslatePlease try to disable the WP-Ajaxify-Comments plugin and check, if this “fix” the problem. Since my plugin does not change internal WordPress comments handling I would assume, that this won’t fix your problem and there is something else that causes the “localization issue”.
Hope this helps…
Hi,
I’ve double-checked the source code and unfortunately, I don’t see any configuration in the most recent version that could cause the “Uncaught TypeError: Cannot read property ‘debug’ of undefined” error.
You can send me a backup of your WordPress installation and I try to find and fix the error (if there is any error)…Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Problem with qtranslateCould you please send me a link where I can reproduce the problem?
Thanks
JanForum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] BlockUICould you please send me a link where I can reproduce the problem? Which jQuery version are you using?
Unfortunately, I do not understand what you mean by “they changed BlockUI to Block”. Who is “they”? jQuery or the was the plugin renamed?Thanks for your comment. Could you please send me a link where I can reproduce the problem?
What is “Gyors komment”?
Hi,
this plugin does not output/render the comment form, it just uses the WordPress default comment form and adds all AJAX functionality on the client side (using JavaScript). In other words: There is no need to change the way the comment form is created on server-side/PHP code.Hope this helps…
Have you set the option “Comment pages URL regex”? It needs to be a regex that decides (based on the URL) which pages contains comment forms are. You can try to set the option to “/.*/” to initialize the WP-Ajaxify-Comments on every page.
If this does not work, please send me login data to enable me to test the comment forms on your page.Hi,
the “Post container selector” needs to be a jQuery selector that is executed on client-side, e.g. you cannot use PHP expressions. Please try to usediv[id^="post-"]If this does not help, please send me a link to your page where I can reproduce the problem…
Please try out the new developer version 0.20.0 from here: http://downloads.wordpress.org/plugin/wp-ajaxify-comments.zip.
A new option “Post container selector” was added which needs to match the elements that defines the different posts (that are shown on the same page). Please note: Each post container needs an ID attribute.
A second new option “Comment pages URL regex” could be used to define a regex that decides (based on the URL) which pages contains comment forms are.Hope this helps…
Thanks for your comment. Does the user get the right feedback if the WP-Ajaxify-Comments plugin is disabled? Could you please send me a link where I can reproduce the problem?
Do you have multiple comments form on one page?
This scenario should work with the next version which is currently under development…