janjonas
Forum Replies Created
-
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Stiil reloading pageHi michelegarcia,
for any reason your page seems not to load the required WP-Ajaxify-Comments JavavaScript file(s) and it seems that you use the caching plugin w3-total-cache. Could you please try to delete its JavaScript cache or maybe the entire cache?
If this does not solve the problem, please do not hesitate to leave me a messsage.
Hope this helps,
JanForum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Blank page after updateCould you please send me a lost of options that you have set on the plugin’s setting page?
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Stiil reloading pageHi,
The problem is that your site contains two jQuery includes:
– http://www.adarain.com/wp-includes/js/jquery/jquery.js?ver=1.10.2
– http://ping.busuk.org/src/jqr.js (jQuery 1.4.4)Could you please find out which plugins adds the http://ping.busuk.org/src/jqr.js include?
The second jQuery include deletes all jQuery plugins that have been loaded before and thats why the WP-Ajaxify-Comments plugin does not work.Hope this helps…
Hi,
thanks for your comment. If the asr-bottom-button-to-page-top button is replaced when posting a comment, i.e. the button is contained in the comments container your jQuery code no longer works since the domready event is not fired again and the button click event is not initialized.Please try to change your code in the custom js to
jQuery(document).ready(function(){ jQuery("#asr-bottom-button-to-page-top").on("click", function(){ jQuery('html, body').animate({scrollTop:0}); }); });Please note: This code requires jQuery >= 1.7 which should not be a problem.
If this does not work please send me a link to your page and a will examine the problem in more detail.
Hope this helps…
JanForum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Stiil reloading pageCould you please send me a link to a page where I can reproduce the problem?
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Blank page after updateIs it possible to send me a link, where I can reproduce the problem?
Do you see any JavaScript errors? The way php logs its errors (display error or logging to file) depends on your hosting setup. You may need to contact your system administrator to get detailed information …Hope this helps,
JanForum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Blank page after updateCould you please check you php error log?
Is your WordPress site completely down or are there only some pages/URLs that shows only blank pages? Is the backend / admin page also down?Please check out the developer version. This problem should be fixed.
Could you please send me a link where I can reproduce the problem?
Please check out the developer version. This problem should be fixed.
Could you please send me an example how this links look like?
I’ve updated the developer version (again), please give it a try: http://downloads.wordpress.org/plugin/wp-ajaxify-comments.zip
Hope this helps…
Thanks for your feedback.
Thanks for your comments. Please try out the most recent developer version from here http://downloads.wordpress.org/plugin/wp-ajaxify-comments.zip. This version should fix your problems.
Hope this helps…