Hello, when I turn on a redis cache then your plugin and widget is the only thing that does not work. Is it possible to fix it?
]]>After the last update frontpage does not displays the widget but the HTML code being output as text into the sidebar. There is a bug.
]]>I want to add my avatar to the left column!
]]>Garbled characters after the outer name? ?
theme: buddyboss
??
]]>Can I display Featured image from the post comment on this widget? Or can you implement this?
]]>Hi,
I was previously using an old plugin (Get recent comments) which is no more working or supported with WP 5.7.
I miss one feature from it, which was the option to “Exclude comments by blog authors (your own comments)”. It was really useful IMO : I don’t need to display my own replies to comments on my blog. This is the idea.
So is there a way to achieve this ? or would it be possible to add that option ?
Thank you.
(I hope this is the right place for asking that)
Hi !
Does this widget work to display the comments posted on medias ?
The other plugins / widgets only works for comments on articles.
Thanks for your answer !
Pierre.
as i said in topic title. i need to change that specific text color
thanks in advance
]]>Hello, check picutre:
How can i make bigger space between the title’s page and the comment. They are to near.
]]>Hi!
Thank you for a great plugin. Is there a way to limit title characters?
Thanks
]]>Can I select multiple post types?
]]>Hi
Great plugin and thanks to Contributors.
i need a way to exclude Administrator’s replies from widget!
as we see answers which administrator has posted in reply to customers comments on products are appeared in widget on sidebar and it is not desirable so i need to show only people comments and not replies from administrator. how can i achieve this via php codes ?
thanks in advanced
]]>Hi,
One of my users changed their email address and I notice that it instantly broke the profile picture in the widget, when I checked the DB I can see you are storing the email address as well as the userID, when I updated the DB with the new email address their profile picture appeared again.
Should the plugin not look up the user by their UserID and use as an email search secondary?
Thanks
Hi, the gravater icon should not be a link to the article the same as the line is followed by a text link. Why double the links to the same.
It’s nice how it would be possible to give the equation that the gravatar icon is like a cellphone and the text is on the side and not in any line already starts under the icon.
[ redundant link removed ]
]]>Hi,
If you scroll down two sections, you’ll see the Widget under “Live Discussions”. The strange issue I’m facing is that until a couple of weeks ago, comments by the admin/author marked as “Sticky” were not showing up in the Widget Feed.
But now, every comment made sticky is showing up on the feed and it’s covering up most of the discussions. You can see that the first few comments there are similar as they all are bu the author and sticky.
Note: Have not updated WP version recently. Have not made any major changes to the core or to the plugin’s source. Have not made changes to the PHP version.
Please advice. Thank you
]]>Hello,
Is there this possibility to change the color of comments with CSS code?
Thank you for your help in advance
]]>Hi,
Just updated the plugin and the CSS seems to have changed between versions, I tried adding add_filter( ‘cwp_use_default_style’, ‘__return_false’ ); to the functions.php to revert this but the new css still seems to apply.
Should this code still work or do I need to override the new css a different way?
Thanks
]]>I tried this plugin but it doesn’t show comments from the WPForo plugin, could you please add support for it?
]]>Please tell me the code to classify by category filter.
]]>Please tell me the code to classify by taxonomy + term
]]>the widget does not update with last comments.
]]>Hi!
Widget allows to limit excerpt, but is there any way to limit the post title lenght?
Thank you
]]>unfortunately the link in the widget jumps to the middle of the blogpost but not to the part of the comments. Can you please help?
I learned if the url would show an additional #comments it works. But the url always has this addition: #comment-162.
thanks, Christine
]]>I have the option checked to exclude pinbacks and trackbacks in the widget but they are still displaying.
]]>Hello,
After I use the “Memcached Is Your Friend” plugin, there is an error not displaying the title – in the widget comments box. Hope you fix this soon. Thank you
https://prnt.sc/i23l3v
First thanks for this awesome plugin.
I use it with A review plugin “Product review lite”.
Can you please tell me how can I customize the plugin in order to show also the user ratings in Recent comments
Thanks
]]>Thank you for the plugin!
I have some problems modifying the CSS.
When I put the code below, only the background color changes? Do you know why I can’t change the font-size? I have tried different versions, but the size won’t change?
.RecentComment {
font-size: 33px;
line-height: 200%;
background-color: yellow;
}
hello! Great plugin! Love it!
How can we display date of comment?
Thank you!
]]>Just downloaded this plugin to try today, it is very promising. However the only issue is that on post/article pages, the widget is displaying every comment having the same author (although the comment author avatar is displaying correctly). The widget displays the correct comment authors on all other normal pages like the home page, contact page, etc. It is only having this bug on the actual article pages. No idea what is wrong. I would love to use this plugin if this one issue can be fixed.
*The article pages display comment authors correctly when there are no comments, but once a comment is made on that article, the comment widget on that particular article subsequently displays comment authors for every comment on the widget as the author of first comment on the particular article being viewed.
]]>Hi,
I added a new feature to your amazing plugin: ability to include or exclude replies to the comment list. Could you please add it to the future versions? Here are the diff:
# diff includes/widget-orig.php includes/widget.php
138a139
> $instance['exclude_replies'] = isset( $new_instance['exclude_replies'] ) ? (bool) $new_instance['exclude_replies'] : 0;
173c174
< }
\ No newline at end of file
---
> }
# diff includes/form-orig.php includes/form.php
113a114,120
> <p>
> <input id="<?php echo $this->get_field_id( 'exclude_replies' ); ?>" name="<?php echo $this->get_field_name( 'exclude_replies' ); ?>" type="checkbox" <?php checked( $instance['exclude_replies'] ); ?> />
> <label for="<?php echo $this->get_field_id( 'exclude_replies' ); ?>">
> <?php _e( 'Exclude comment replies', 'comments-widget-plus' ); ?>
> </label>
> </p>
>
164c171
< </div><!-- .cwp-form-tabs -->
\ No newline at end of file
---
> </div><!-- .cwp-form-tabs -->
# diff includes/functions-orig.php includes/functions.php
111c111
< 'status' => 'approve'
---
> 'status' => 'approve'
116c116,120
< }
---
> }
>
> if ( $args['exclude_replies'] == 1 ) {
> $query['parent'] = '0';
> }
126c130
< }
\ No newline at end of file
---
> }
]]>