janjonas
Forum Replies Created
-
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Word Filter on PluginYou have to use another plugin that filters the comments by special keywords. I’m quite sure that there exists any plugin that suites your needs.
WP-Ajaxify-Comments is just responsible to “ajaxify” the comment posting, i.e. the comment is submitted without a page reload irrespectively of any other plugins that filters comments (like spam protection plugins).
Hope this helps…
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] minor problemsHi,
Thanks for your comment. Could you please try out the new developer version 0.14.3 from here http://downloads.wordpress.org/plugin/wp-ajaxify-comments.zip?
This should fix the warnings…Hi Suhas,
so far as I can see your website does not use the WordPress commenting system but uses disqus. The WP-Ajaxify-Comments plugin is only able to ajaxify/modify the default WordPress comment system.
Hope this helps…
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Threshold not workingThanks for your feedback.
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] jQuery Object blockUINow you get the error:
“TypeError: $ is not a function” (line 713)in this line
“$(document).ready(function(){“=> “$” needs to be replaced by “jQuery”
I would recommend to disable all plugins and then reactivate them step by step and always take a look at the JavaScript console of the browser to find out which plugin causes the erro.
Hope this helps…
Thanks for the feedback.
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Threshold not workingDoes your problem still exist?
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Problem with fontPlease try out the new developer version 0.14.2 from here http://downloads.wordpress.org/plugin/wp-ajaxify-comments.zip. This should fix your issues…
Sorry for my late reply. Please try out the new developer version 0.14.2 from here http://downloads.wordpress.org/plugin/wp-ajaxify-comments.zip. This should fix your issues…
I will mark this topic as resolved. Please feel free to reopen it if you need further assistance…
I’m very sorry. I do not see any easy way to get the WP-Ajaxify-Comments working when the wp-recaptcha plugin is also installed :(…
Please keep me posted if you find a way to get both plugins working.
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] jQuery Object blockUIYou just have to take a look into the source code of your page:
Line 94.
<script type=’text/javascript’ src=’http://phanime.com/wp-includes/js/jquery/jquery.js?ver=1.8.3′></script>Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] jQuery Object blockUIThe problem is that your page includes jQuery twice. The second include overrides/deletes all jQuery plugins (like the blockUI plugin).
On http://phanime.com/48639/makai-ouji-devils-and-realist-online-episode-1/ you find the second include in line 712:
<script src=”//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js”></script>
You have to find out if your theme or any other plugin causes this script tag…
Hope this helps.
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] jQuery Object blockUICould you please send me a link to a page where I can reproduce the problem?
Could you send me a link to reproduce the problems with the “custom post type comments”?
The plugin supports the ‘OnBeforeUpdateComments’ callback here you need to put in some JavaScript code that reinitializes the Simple Facebook Connect and/or Marc TV Comment Quicktags plugin’s functionality after the comments have been replaced on client-side. Please try to contact the plugin’s authors and ask them how to do that. If they can’t help you please contact me again and I will try to solve the problem.
Best Regards,
Jan