It is a great idea, but will it work with WP 4.7.3 and PHP 7.0? Is it supported?
]]>This module broke thickbox on my site. I’m ready to accept that the heart of the issue is my theme or NextGen Gallery and not this module, but a small hack to this module’s JS file fixed the problem. In the $(‘body’).on() call on line 60 of google-acl.dev.js, I removed the first two patterns in the selector list. In other words this:
$('body').on( 'click', 'a[href*=/comment-page-], a[href*=cpage\=], #comments .navigation a', function(event){
became this:
$('body').on( 'click', '#comments .navigation a', function(event){
I would recommend fixing for an upcoming release but, like I said, I’m not confident this is a problem rooted in AJAX Comments Loading. Also, I don’t know what I’ve broken with this hack. My thickbox is back and AJAX comments works, but what might be lurking?…
]]>Strange, this isn’t working with WP 3.8 + Genesis. Any idea why?
]]>Comments are disabled on the page, but the “Loading comments…” text still appears, and it looks like it’s hitting the server for comments that will never be there.
]]>Hello,
I’d like to report two problems.
As the title says.
IE 11 redirects me to the home page. if I go to a category it’s fine, but if I go in a post, then the link on the address bar is automatically changed, and if I refresh, it shows the home page.
The second problem is the comments. When I reply to another comment, it doesn’t appear under it. Instead, it appears as an individual comment.
I disabled the plugin, and both problems were gone.
Any solutions?
PS: for the IE problem, I tried THIS and it didn’t solve the problem.
]]>I am seeing a weird difference in how this plugin works in two different environments. Each environment has the same settings under Discussion in the WP dashboard and is running the same version of JetPack, the plugin and WP, and is using the same theme with the same comments template.
On this site the plugin is creating an iframe inside the #commentform div, so the #reply-title is outside it and affected by my CSS rules.
On this site the iframe is inside the #respond div, immediately after a div #cancel-comment-reply-link. The #reply-title is served inside the iframe, and so is not affected by my CSS rules.
Can anyone have any idea why I’m seeing this difference? And can anyone tell me why on both pages the plugin creates an iframe 315 high, creating a big white space below the comment textarea?
]]>Hello Mark,
Thanks for your plugin ! It seems to work fine on my site.
I juste have one javascript error when I click somewhere on my page
Uncaught Error: Syntax error, unrecognized expression: a[href*=/comment-page-], a[href*=cpage=], #comments .navigation a
I think due to it the function that allows to cross comments pages with ajax doesn’t work.
Have you an idee of how I can resolve it ?
Thanks by advance.
Benjamin.
Before:
<iframe width="500" height="281" src="https://www.youtube.com/embed/NCjaFc4fz4A?feature=oembed" frameborder="0" allowfullscreen=""></iframe>
After:
<a href="www.youtube.com/video..." rel="nofolow"> www.youtube.com/video.. </a>
Is there a way to fix this ?
Would really appreciate it.
Thank you for taking the time.
(the plugin I am using for transforming links into videos is oEmbed in comments)
https://www.ads-software.com/extend/plugins/ajax-comment-loading/
]]>I am using a table to display all my comments and I’ve wrapped all wordpress default values like this:
<tr><td rowspan="2" nowrap="" class="xo" >
<<?php echo $tag ?> <?php comment_class(empty( $args['has_children'] ) ? '' : 'parent') ?> id="comment-<?php comment_ID() ?>">
<?php if ( 'div' != $args['style'] ) : ?>
<div id="div-comment-<?php comment_ID() ?>" class="comment-body">
<?php endif; ?> <div class="comment-meta commentmetadata">
<?php printf( __('%1$s at %2$s'), get_comment_date(), get_comment_time()) ?>
<?php edit_comment_link(__('(Edit)'),' ','' ); ?></div>
<a href="user-page"><b><div class="comment-author vcard">
<?php printf(__('<cite class="fn">%s</cite>'), get_comment_author_link()) ?>
<?php if ($comment->comment_approved == '0') : ?></div><br />
<?php endif; ?></b></a><br>
<?php if( function_exists('get_user_rank') ) echo get_user_rank(); ?></br><span style="font-weight:bold;font-size:12px;color:rgb(244,171,0);">
<?php $user = get_userdata($comment->user_id); if(function_exists('cp_displayPoints') && $user->ID){
cp_displayPoints($user->ID); } ?>
</span></td></tr>
But for some reason after I’ve installed your plugin it overrides all of these and actually it deletes all my custom html build.
I would love to be able to use this plugin because I’ve made a hang out place on my website where people came in and comment alot so your plugin is exactly what I need.
Hope when you have the time to give me a reply if I can do something about it or I should move on … Thank you!
https://www.ads-software.com/extend/plugins/ajax-comment-loading/
]]>when i active this plugins i can see double comments box is showing on pages and single post.1 is default and another is created by this plugins. what can i do now?
https://www.ads-software.com/extend/plugins/ajax-comment-loading/
]]>Just an fyi, when running the new WordPress if I visit any single.php page, I get the following error everytime I click anywhere on the page.
Error: Syntax error, unrecognized expression: a[href*=/comment-page-], a[href*=cpage=], #comments .navigation a
I see that error in firebug. This happens with any active theme with zero plugins activated.
I’m hoping there is a simple fix as this is a fantastic plugin and I am going to miss having it.
https://www.ads-software.com/extend/plugins/ajax-comment-loading/
]]>It works fine on single post. But it hide all comments and comment form on pages.
Disable this plugin will solve this problem. Please have a look at the page on my blog. link: https://www.jayxon.com/about/
https://www.ads-software.com/extend/plugins/ajax-comment-loading/
]]>Simple as that. AJAX Comment Loading doesn’t load comments from custom post_type, even if they’re supporting them (via register_post_type).
I’m asking here to see if I am the only one with this problem (isolated).
https://www.ads-software.com/extend/plugins/ajax-comment-loading/
]]>This is the code I use to display the comment form:
<?php
$args = array(
'comment_notes_before' => '<p>So you\'ve decided to leave a comment, ha! That\'s great. Please keep in mind that comments are strictly moderated. You may use your name or nickname, but refrain from spamming (including keyword or a domain as your name, links in signature), or your comment(s) will be deleted. Thanks for stopping by!</p>',
'fields' => array(
'author' => '<p class="comment-form-author">' . '<label for="author">' . __( 'Name' ) . '</label> ' . ( $req ? '<span class="required">(required)</span>' : '' ) . '<input id="author" name="author" type="text" value="' . esc_attr( $commenter['comment_author'] ) . '" size="50"' . ' /></p>',
'email' => '<p class="comment-form-email"><label for="email">' . __( 'Email' ) . '</label> ' . ( $req ? '<span class="required">(required, not published)</span>' : '' ) . '<input id="email" name="email" type="text" value="' . esc_attr( $commenter['comment_author_email'] ) . '" size="50"' . ' /></p>'
),
'comment_notes_after' => '<p class="form-allowed-tags">' . sprintf( __( 'You may use these <abbr title="HyperText Markup Language">HTML</abbr> tags to format your comments (please don\'t overuse them): %s' ), ' <code><b></code> <code><i></code> <code><strong></code> <code><em></code> <code><a href=""></code> <code><blockquote></code> <code><strike></code> <code><del></code>' ) . '</p>'
);
comment_form( $args );
?>
I simply activated the plugin, and made two comments. The comments didn’t show up. I checked, they were not detected as spam either.
Then I deactivated the plugin, and the comments showed up. Then I activated the plugin again, and the comments are gone again. Any idea why?
https://www.ads-software.com/extend/plugins/ajax-comment-loading/
]]>I’ve tested this plugin and activated it.
Then I went to Google Webmaster Tools and tried the Explore as Google option
The html version that Google crawler gets it’s the same as the normal user, without the html for the comments.
Therefore it only gets this part…
<div id="comments">
<noscript>JavaScript is required to load the comments.</noscript>
<div id="comments-loading" style="display:none">Loading comments...</div>
<div id="comments-loaded"></div>
<script type="text/javascript">document.getElementById('comments-loading').style.display = 'block';</script> </div>
So I’m afraid that Google will lost all the comments content.
Thanks for your support
https://www.ads-software.com/extend/plugins/ajax-comment-loading/
]]>