janjonas
Forum Replies Created
-
Hi LekovicMilos,
have you placed the translation files into the languages sub-directory?
If the files still not work, you could send me the Serbian translation files (see here for contact details http://blog.janjonas.net/about) and I will take a closer look.
Hope this helps…
Hi,
thanks for your comment. The only way to change the messages at the moment is to change the translation files in the languages folder. You can find more information about how to edit these files here http://codex.wordpress.org/I18n_for_WordPress_Developers. Please keep in mind, that these files will be overwritten when you update the plugin! So you should backup the files before updating to a new version…
I will think about adding support for custom translations that are update-save in a feature version.Hope this helps…
JanGreat to hear!
Please think about supporting the plugin by making a small donation (http://blog.janjonas.net/donate) or write a short review (http://wordpress.org/support/view/plugin-reviews/wp-ajaxify-comments#postform).Thanks in advance,
JanOk, this is a tricky one 🙂
Please try:
OnBeforeSelectElements:
var e = jQuery('#comments, #comments ~ *',dom); if (e.length==0) e = jQuery('#respond', dom); e.wrapAll('<div id="commentsContainer" />');I hope this setting fixes the problems…
I was not aware of the built-in support for comment paging. I will try to “ajaxify” this in one of the next releases.
Please try the following settings:
OnBeforeSelectElements:
jQuery('#comments, #comments ~ *', dom).wrapAll('<div id="commentsContainer" />');Comments container selector:
#commentsContainerThe comment paging support, is not part of my plugin. I think you have to contact the author of the plugin you are using for the paging features and ask for AJAX support.
Hope this helps…
Hi JayXon,
if your URL contains WPACRandom=1364886761504&WPACFallback=1 in the query string something went wrong and the plugin uses its fallback mode to show all comments. Can you please enable the debug mode and post the output before the browser is redirected to the URL containing the fallback parameters?
If you fix the problems logged in the debug output the comments should be loaded and displayed without a complete page reload.What do you mean with “switch comment pages”? Are you looking for some kind of a paging feature for comments?
I didn’t get any feedback, so I will mark this topic as resolved.
Hi Christian ,
please try out the new developer version 0.12.0 from here http://downloads.wordpress.org/plugin/wp-ajaxify-comments.zip.
This version includes an extended client-side JavsScript API.
You can use the function
WPAC.RefreshComments()
to refresh the comments on the current page. To refresh the comments each x seconds you can add a custom JavaScript that calls the WPAC.RefreshComments() function periodically.Hope this helps …
Hi JayXon,
thanks for your comment. Please try out the new developer version 0.12.0 from here http://downloads.wordpress.org/plugin/wp-ajaxify-comments.zip.
This version adds the option “Load comments async threshold” (in the expert section) which specifies the number of comments for which a secondary AJAX request should be used to load the comments asynchronously. By default this option is disabled. So, you need to use the Admin frontend to enable the feature.Hope this helps…
Hi andy999,
thanks for your comment. Please try out the new developer version 0.12.0 from here http://downloads.wordpress.org/plugin/wp-ajaxify-comments.zip.
This version includes an extended client-side JavsScript API.
You can use the function
WPAC.RefreshComments()
to refresh the comments on the current page.Hope this helps …
Hi,
I think lazy-load causes the problem here. Please try the following settings:
‘OnAfterUpdateComments’ callback:
jQuery('img[data-lazy-src]').each(function() { var src = jQuery(this).attr('data-lazy-src'); if (!src) return; jQuery(this).removeAttr('data-lazy-src').attr({'data-lazy-loaded': 'true', 'src': src}); });Hope this helps …
Thanks a lot for your review. I will add the suggested AJAX reload functionality in a future release.
Is the avatar image displayed correctly when you use the default/unmodified tewntytwelve theme?
Could you please post the HTML source code of the broken avatar image? You can extract the HTML source code of the broken avatar image with a tool like Firebug.
Hope this helps…
Hi ovinic,
thanks for your comment. What’s the exact name of the theme you are using? Do you use any other plugins that are responsible for showing/manipulating the avatar pictures?Thanks for your comment.
Please try to change the value for “Comments container selector” to “ol.commentlist”.
Unfortunately, I’m not able to test the comment functionality (it seems, that I have to log in to see the comment form), but changing the value of the “Comments container selector” option could fix the problem.
If this does not help, please send me login credentials for your site so that a can examine the problems in detail. You can send me a private message on http://blog.janjonas.net/contact.
Hope this helps…