Title: Widget display problems
Last modified: November 18, 2019

---

# Widget display problems

 *  Resolved [cj74](https://wordpress.org/support/users/cj74/)
 * (@cj74)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/widget-display-problems-2/)
 * Hello,
    I am noticing in the last few days and that is even prior to upgrading
   to wordpress 5.3 the bbpreply widget which lists the recent replies does not 
   list the replies CLEARLY as it used to.
 * After the listing there is line now added next to all new replies that says”<
   span class=”dashicons dashicons-visibility wvrbbp-fav-sub” style=”font-size:80%;
   vertical-align:middle;”></span>”.
 * This added line obviously is taking away the clean clear quality of the webpage
   making it look ugly like a coded page. Please advise. Thank you.

Viewing 11 replies - 1 through 11 (of 11 total)

 *  [tapiohuuhaa](https://wordpress.org/support/users/tapiohuuhaa/)
 * (@tapiohuuhaa)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/widget-display-problems-2/#post-12147436)
 * I don’t see that in widget id=”bbp-replies-widget-2″ (with added class “widget_display_replies”).
   If exists that can easily take off with CSS just setting for unwanted element
   display:none.
 * I looked the source code of widget.php of this plugin and bbPress. Those don’t
   have any line, which has this content.
 * I use bbPress 2.6.0.
 * According to my experience updating to WordPress 5.2 and bbPress 2.6.0 doesn’t
   change the behavior of last replies widget (many other changes was, but not relating
   this issue).
 *  Plugin Author [Robin W](https://wordpress.org/support/users/robin-w/)
 * (@robin-w)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/widget-display-problems-2/#post-12147439)
 * This is I suspect a bbpress version 2.6 issue – can you confirm what version 
   of bbpress you are using ?
 *  Thread Starter [cj74](https://wordpress.org/support/users/cj74/)
 * (@cj74)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/widget-display-problems-2/#post-12147476)
 * Hello Robin, the bbpress version is 2.6.1. Thanks
 * Hello [@tapiohuuhaa](https://wordpress.org/support/users/tapiohuuhaa/)
 * I am using wordpress 5.3 and bbpress 2.6.1. If you think it can be taken away
   by CSS will you be kind enough to provide that code and where to install it? 
   Thanks
 *  [tapiohuuhaa](https://wordpress.org/support/users/tapiohuuhaa/)
 * (@tapiohuuhaa)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/widget-display-problems-2/#post-12147504)
 * For example span.dashicons-visibility{display:none} to
    1. Custom CSS of the theme
    2. Custom CSS of the bbp style pack plugin
    3. Custom CSS added with Code Snippet
    4. Custom CSS added to the CSS-file or the child theme
 *  Thread Starter [cj74](https://wordpress.org/support/users/cj74/)
 * (@cj74)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/widget-display-problems-2/#post-12147509)
 * So the code is “span.dashicons-visibility{display:none}” without the quotes?
 *  Thread Starter [cj74](https://wordpress.org/support/users/cj74/)
 * (@cj74)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/widget-display-problems-2/#post-12147548)
 * [@tapiohuuhaa](https://wordpress.org/support/users/tapiohuuhaa/)
 * i tired the code both at the custom CSS of the theme itself as it gives me the
   option of doing it as well at the stylee CSS of the child theme. It isn’t working.
 * When i added the entire code span.dashicons-visibility{display:none} at the styleCSS
   page of the child theme it first gave me an error message to take off “span” 
   and said the code is “overqualified”. I tried both ways, first kept the “span”
   and then removed it but still not working.
 *  Thread Starter [cj74](https://wordpress.org/support/users/cj74/)
 * (@cj74)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/widget-display-problems-2/#post-12147556)
 * [@robin-w](https://wordpress.org/support/users/robin-w/)
 * Robin i should mention as admin i am not seeing this problem but users are.
 *  [tapiohuuhaa](https://wordpress.org/support/users/tapiohuuhaa/)
 * (@tapiohuuhaa)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/widget-display-problems-2/#post-12147705)
 * If some plugin adds CSS, overriding existing CSS may need to add !important to
   the end.
 * `.dashicons-visibility{display:none!important}`
 * Using span.someting or just .something is commonly irrelevant. Adding element
   name makes CSS at leat more readable. Another possibility is to add more specific
   selector.
 * body.bbpress .place-where-widget-exists .dashicons-visibility{….}
 *  Thread Starter [cj74](https://wordpress.org/support/users/cj74/)
 * (@cj74)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/widget-display-problems-2/#post-12148137)
 * [@tapiohuuhaa](https://wordpress.org/support/users/tapiohuuhaa/)
 * Thank you for trying to help but in future if you really want to help someone
   please make sure your codes are legit and come with clear instructions on how
   to use. I just spent 2 hours trying to fix the problems that code created (deleted
   all theme settings) and finally had to do a website restore which included restoring
   several replies.
 *  [tapiohuuhaa](https://wordpress.org/support/users/tapiohuuhaa/)
 * (@tapiohuuhaa)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/widget-display-problems-2/#post-12149085)
 * Apparently it hided too much. The problem is that I didn’t figure, where something
   should hide. Apparently your theme use the class “dashicons-visibility” in several
   places. It would be important to know, what is the so-called parent element (
   element around the span tag) and maybe also needed information about so-called
   ancestor elements. Without necessary information it is impossible to give correct
   code.
    -  This reply was modified 6 years, 6 months ago by [tapiohuuhaa](https://wordpress.org/support/users/tapiohuuhaa/).
 *  [tapiohuuhaa](https://wordpress.org/support/users/tapiohuuhaa/)
 * (@tapiohuuhaa)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/widget-display-problems-2/#post-12149292)
 * It would be in general good idea to take a screen capture from source code, where
   the problem exists. Then it would be possible to give exact proposal.

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Widget display problems’ is closed to new replies.

 * ![](https://ps.w.org/bbp-style-pack/assets/icon-256x256.jpg?rev=2706563)
 * [bbp style pack](https://wordpress.org/plugins/bbp-style-pack/)
 * [Support Threads](https://wordpress.org/support/plugin/bbp-style-pack/)
 * [Active Topics](https://wordpress.org/support/plugin/bbp-style-pack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bbp-style-pack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bbp-style-pack/reviews/)

 * 11 replies
 * 3 participants
 * Last reply from: [tapiohuuhaa](https://wordpress.org/support/users/tapiohuuhaa/)
 * Last activity: [6 years, 6 months ago](https://wordpress.org/support/topic/widget-display-problems-2/#post-12149292)
 * Status: resolved