janjonas
Forum Replies Created
-
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Blank page after updateThanks for your message. I’ve added a minor improvment to my plugin that fixe your problem. This fix is already applied on your site and will be included in the next release.
Nevertheless, there seems to be something broken in your WordPress installation.global $post; get_comments_number($post->ID);stops the script execution.
Hope this helps…
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Blank page after updateYou can send me a private message here: http://blog.janjonas.net/contact.
Please also send me a short step by step introduction how to reproduce the problem…Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Blank page after updateSorry, I’ve no idea what could cause the problem without being able to reproduce it…
Thanks for the explanation.
You are right: The plugin uses some default WordPress texts, like “please type a comment”. Isn’t it possible to customize those default texts using WPML?Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Blank page after updateThanks for your feedback. If the problem still exists after disabling the plugin, there needs to be another cause (maybe the theme or another plugin)…
Thanks for your comment. The main purpose of the plugin is to increase the user experience when posting comments, i.e. you do not need to use the browser’s back button when the comment form validation fails.
Technically you are right: The plugin does not save any bandwidth. The current version of the plugin is not focused on saving bandwidth but being highly compatible to nearly every other plugins and themes. Nevertheless I will try to find out find a way to add options to save bandwidth in the next versions…Please see my comment here: http:wordpress.org/support/topic/other-jquery-code-not-working-after-comment-is-posted#post-5459925. IMHO this is not a problem that is caused the plugin…
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Stiil reloading pageCould you please try to (temporary) disable the w3-total-cache plugin?
Can you or can you not edit the translation for “please type a comment” using WPML?
Unfortunately WPML seems to be a none-free plugin. Could you send me the source code a can try to find out how to add compatibility.
And yes: My plugin uses some default WordPress texts and some custom text.Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] ThickboxYour site seems to be broken at the moment…
Where exacty do you have added the custom WPAC-JavaScript snippet. You need to call WPAC.AttachForm(); after the popup content has been loaded and injected into the DOM.The error message you have posted just says that the comment was rejected because it was detected as duplicated comment which is a default WordPress functionality.
Hope this helps…
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Blank page after updateDoes the blank page really has a page size of 0 bytes, i.e. the webserver returns no content?
If yes, you need to take a look into the PHP error log? Or is it possible to send me a backup of your blog page? At the moment, I’ve no idea what could break your start page…Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] WPML translationClosing this thread as it is a duplicated one (see http://wordpress.org/support/topic/wpml-translation-custom-messages).
I will try to find a way to add compatibility to WPML…
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Blank page after updateDo you have a test environment where you can disable the “ALWAYS INCLUDES SCRIPTS” and send me a link to reproduce the problem?
If not: Could you please disable the “ALWAYS INCLUDES SCRIPTS” and send ma a copy of the “blank page” (HTML including alls loaded assets)?Thanks
JanForum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] ThickboxThanks for your comment. Since the popup containing the comment form is loaded after you have clicked one of the posts you need to trigger the plugin’s initialization manually:
Please try to call the following JavaScript method after the content in the popup has been loaded:
WPAC.AttachForm();Hope this helps…