janjonas
Forum Replies Created
-
Unfortunately, I did not get any feedback. Please feel free to reopen the thread if you need further assistance…
Problem seems to be resolved. Please feel free to reopen the thread if you need further assistance…
Unfortunately, I did not get any feedback. Please feel free to reopen the thread if you need further assistance…
Functionality is out of scope…
0.13.1 was released today.
You’re welcome! Thanks for the feedback.
Please try to change the the ‘OnBeforeSelectElements’ callback to:
jQuery('#comments, #commentsWrapper, ul.commentlist, #respond, .navigation-comments-above, .navigation-comments-below', dom).wrapAll('<div id="wpacContainer" />');Thanks for your comment.
The bug was in the
wpac_load_optionsmethod. Please revert your changes and update to the most recent developer version 0.13.1 (http://downloads.wordpress.org/plugin/wp-ajaxify-comments.zip).Please let me know, if this bugfix resolves your issues.
Ok, this is a configuration issue now. The paging links are not nested in the comments container and are not updated.
Please try the following settings:
Comments container selector
#wpacContainer‘OnBeforeSelectElements’ callback:
jQuery('#commentsWrapper, .navigation-comments-above, .navigation-comments-below', dom).wrapAll('<div id="wpacContainer" />');Hope this helps…
Hi,
Please try out the new developer version 0.13.1 (http://downloads.wordpress.org/plugin/wp-ajaxify-comments.zip). Please let me know, if the new version fixes your problem.
Best regards,
JanHi,
could you please paste the debug output that is generated when you click on one of the paging links, i.e. when your site gets into the “error” state where the popup does not disappear.
Could you send me a link to a page where I can reproduce the problem? This would be much easier for me to find the cause of the issue. You can send me a private message here http://blog.janjonas.net/contact.
Hi bhagwad,
thanks for your comment.
Does the loading popup disappear and the mouse cursor is still in the loading state?
Please enable the debug mode of the plugin and send me the debug/console output of the that is logged when using the paging feature.
Hi JayXon,
thanks for your comment. Please try out the new developer version 0.13.1 (http://downloads.wordpress.org/plugin/wp-ajaxify-comments.zip).
Please not, that changing the URL without reloading the page will only work in modern browsers (FF >= 4, IE >= 10 …). See https://developer.mozilla.org/en-US/docs/Web/Guide/DOM/Manipulating_the_browser_history#Browser_compatibility for mor details (feature “replaceState, pushState”).If “ajaxified” the comments paging in the developer version 0.13.0, see
http://downloads.wordpress.org/plugin/wp-ajaxify-comments.zipHope everything will work as expected…
Hi,
sorry for my late reply. I don’t think that the WP-Ajaxify-Comments plugin breaks your form functionality.
IMHO, to enable placeholder texts for form fields you should use something like this http://robvolk.com/jquery-form-input-hints-plugin/.Hope this helps…