janjonas
Forum Replies Created
-
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] QueryThanks for your comment. I think this problem is not caused by the plugin.
Your pages includes the following JavaScript file “http://brooklynking.com/wp-content/themes/world-warriors13/js/jquery.scrollTo.min.js” but your web server does not return a valid JavaScript resource; instead it returns a html page.
After fixing this problem, the jQuery.scrollTo error should disappear…Hi, could you please send me login credentials for your page that enables me to post comments with <iframe>-tags? You can send me a private message here: http://blog.janjonas.net/contact
Thanks…
Thanks for your reply. I’ve tried the “User Role Editor” plugin and added the role “unfiltered_html” to my users but still no luck when posting <iframe> tags. Which WordPress version are you using?
I was only able to post <iframe> tags when editing wp-includes\kses.php similar to the description here http://www.kavdesign.net/blog/coding/how-to-disable-wordpress-html-filter-for-posts-and-pages/.
After commenting out the following lines:
// Comment filtering if ( current_user_can( 'unfiltered_html' ) ) add_filter( 'pre_comment_content', 'wp_filter_post_kses' ); else add_filter( 'pre_comment_content', 'wp_filter_kses' );posting <iframe> tags was possible but I did not find any conflicts with the WP-Ajaxify-Comments plugin. I think your problems are not caused by my plugin. Please make sure that the <iframe> tags inside the comments are really saved in the database and are returned to the theme when rendering the comment section.
Hope this helps…
Hi,
as far as I know by default <iframe> tags are not allowed in comments. Have installed any other plugin that enables the <iframe> tags or is the “<iframe>-tag-support” part of your theme?Hi,
thanks for your comment. Could you please provide more details about how you embed the YouTube video? Do you use any WordPress plugin or is the html embed code part of the comment?
I don’t know the internals of your Android application, but you may have to check if
pdis (already)nullbefore callingdismiss()in theonPageFinishedmethod.Hi,
thanks for your comment. Do you have any further information about the error ? Is it a client side (JavaScript) error or an application (Java) error? Something like a StackTrace, line of code where the error occurred would be helpful to find the cause.
Have you tried to disable the WP-Ajaxify-Comments plugin to make sure that the error is caused by the plugin?Hope this helps…
Hi john.book,
thanks for your comment.
Unfortunately there is no easy way to disable the scrolling functionality. Maybe I will add an option in a feature release. What you can do is to remove the id-attributes of the comment elements (by editing your theme). In result, the plugin will not find the comment elements which disables the scrolling functionality.
The OnAfterUpdateComments is a client-side event, i.e. you can define some JavaScript code that should be executed. To call a server-side php function you need to make an AJAX call in the OnAfterUpdateComments that executes some server-side code and here you can call your my_function(); method.
Hope this helps…
Resolved.
Sounds great. I will close this ticket now. If you have further problems, I need access to your site to examine the problems in detail. Please don’t hesitate to open a new thread…
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,
JanI think, you have to enable access to that file on the web server. Please contact your system administrator for more details.
You don’t have enable the debug mode. The debug mode could be used to find out problems when the plugin was loaded properly (which is not the case on your site).
Hope this helps…
Yes, that seems to be the cause of the problem.
You can either modify your theme or use the JavaScript callback options ‘OnBeforeSelectElements’ to add the “ol.commentlist” element (as empty list) exactly at the position where the comments should be injected after the first comment was posted.
Hope this helps…
Please try the following settings:
Comments container selector
comment-form-wrapFor any reason access to the following URL
http://www.earningbd.com/wp-content/plugins/wp-ajaxify-comments/wp-ajaxify-comments.js?ver=0.11.0
is forbidden. You need to enable access to this URL; otherwise the JavaScript cold not be loaded and the plugin will not work.Hope this helps…
Could you please send me the debug output after the comment was submitted for the first comment and before the page reloads. If you enable the debug mode, the plugin will sleep for 5 seconds to enable analyzing the debug messages before the page is reloaded.
Hi andy,
this button should be part of your theme or your customizations because it needs to fit into the existing design/layout. At the moment such “layout features” are out of scope…