This is the code:
add_filter( 'comment_form_defaults', 'using_tinymce_comment' );
function using_tinymce_comment ( $args ) {
ob_start();
wp_editor( '', 'comment', array('tinymce') );
$args['comment_field'] = ob_get_clean();
return $args;
}
I tried to change my theme to twenty-twenty and twenty-twenty-one.
I also used the Site Health plugin to disable all plugins.
From what I understand, ?replytocom was removed a long time ago, but the replying feature still worked on my blogs up until recently.
Any ideas?
]]>1) Reply to Comments within the Comments area of WP no longer works – works when your plugin is disabled
2) Drop-down access to widget settings does not work – works when your plugin is disabled
This is all I have found so far, but seems I will have to revert to an earlier version to keep my site functioning. Love the plugin though, will update when these are fixed.
]]>Here is what I posted initially: https://www.ads-software.com/support/topic/the-reply-to-comments-option-is-no-longer-working/
I just didn’t realize that my problem was related to Yoast until I updated yesterday the plugin to the latest version on one of my other sites as well, following which the issue occured there too. So now I disabled this one plugin on both sites and now I can comment again directly under another person’s comment.
Is there anything that can be done about this issue? Sadly for me not being able to reply to other comments is pretty big.
]]>1. The menus along the left column no longer “drop right.”
2. I can no longer click to select all of items (plugins, images, etc)
3. I can no longer reply to comments through the dashboard (but I can approve)
I’ve deactivated my plugins, changed to Twenty11, and these problems haven’t cleared up.
I’m not tech savvy and I’m at a loss as what to do next. Thanks for your help.
Kimberly
https://www.keepthetailwagging.com
My server is fully compatible with 3.2
]]>https://www.sunsean.com/idTabs/#usual
with the content of each tab being my comments.
The problem I’m having is that if a user clicks reply to comment, the reply box/field only appears in the 1st tab. If reply is clicked in the 2nd/3rd tab it seems like nothing happens but switching back to the first tab you notice that the reply field/box has appeared there.
Does anyone have any idea how to fix this, if possible? Thanks
Just some more information, from comment-template.php This is what every reply to a comment link is referencing:
$link = "<a rel='nofollow' class='comment-reply-link'
href='" . get_permalink($post->ID) . "#$respond_id'
onclick='return addComment.moveForm(\"$add_below-$post->ID\", \"0\",
\"$respond_id\", \"$post->ID\")'>$reply_text</a>";
For example (this is what firebug is saying is being called in html to reply to a comment with id 11):
<a class="comment-reply-link" onclick="return
addComment.moveForm("comment-11", "11", "respond", "11")"
href="/url of post/?replytocom=11#respond">Reply> </a>
Is there any reason why the reply field will only be displayed in the first tab and not displayed in the other tabs.
]]>jQuery("ul.tab-nav").tabs(
"div.tab-panes > div", {
effect: 'fade',
history: true
}
);
});
An idea of the type of tabs i’m using can be found here:
https://www.sunsean.com/idTabs/#usual
with the content of each tab being my comments.
The problem I’m having is that if a user clicks reply to comment, the reply box/field only appears in the 1st tab. If reply is clicked in the 2nd/3rd tab it seems like nothing happens but switching back to the first tab you notice that the reply field/box has appeared there.
Does anyone have any idea how to fix this, if possible? Thanks
]]>It just hangs and hangs and never loads.
Any ideas?
Thanks!
]]>