[buddypress-trac] [BuddyPress Trac] #9070: who's online widget - name of logged in user missing after hover over profile picture

buddypress-trac noreply at wordpress.org
Mon Jan 15 16:13:53 UTC 2024


#9070: who's online widget - name of logged in user missing after hover over
profile picture
---------------------------------------+---------------------
 Reporter:  jnie                       |       Owner:  (none)
     Type:  defect (bug)               |      Status:  new
 Priority:  normal                     |   Milestone:  12.1.0
Component:  Members                    |     Version:  12.0.0
 Severity:  normal                     |  Resolution:
 Keywords:  needs-testing needs-patch  |
---------------------------------------+---------------------
Changes (by imath):

 * milestone:  Awaiting Review => 12.1.0


Comment:

 Hi @jnie

 Thanks for your report, if you are talking about Legacy widgets, these
 were moved into the BP Classic Add-on.

 But I think it has more to do with the fact we are no more loading our
 Scripts and CSS everywhere on the site compared to what we were doing
 previously. I’ll look at it also in BuddyPress but for Block widgets.

 You can fix it right away (waiting for a next minor release) using the
 following filter:

 {{{
 add_filter( 'bp_enqueue_assets_in_bp_pages_only', '__return_false' );
 }}}

-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/9070#comment:1>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list