[wp-trac] [WordPress Trac] #55217: welcome balloons

WordPress Trac noreply at wordpress.org
Mon Feb 21 16:00:02 UTC 2022


#55217: welcome balloons
----------------------------+--------------------------------------
 Reporter:  in2info         |       Owner:  (none)
     Type:  enhancement     |      Status:  closed
 Priority:  normal          |   Milestone:
Component:  Administration  |     Version:
 Severity:  normal          |  Resolution:  invalid
 Keywords:                  |     Focuses:  ui, css, administration
----------------------------+--------------------------------------
Changes (by SergeyBiryukov):

 * focuses:   => ui, css, administration
 * component:  General => Administration


Comment:

 Hi there, welcome to WordPress Trac! Thanks for the ticket.

 Just noting that the balloons are attached to the `.welcome-panel::before`
 CSS class, and should only be displayed on the Dashboard screen. It's
 weird for them to appear on a plugin screen like that. As noted above, I
 would suggest contacting the plugin developers. Feel free to reopen if
 this turns out to be a bug in WordPress core.

 For reference, the new Dashboard Welcome panel was introduced in [52442] /
 #54489.

 As a workaround, you should be able to remove the balloons with this code:
 {{{
 function wp55217_remove_welcome_balloons() {
         ?>
         <style>
                 .welcome-panel::before { display: none; }
         </style>
         <?
 }
 add_action( 'admin_head', 'wp55217_remove_welcome_balloons' );
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/55217#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list