• Bar shows only when logged in to wp-admin. I have tried purging cache. I even copied site to staging and still doesn’t work without login to wp-admin

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • @ddliberty,

    Works for us. Click here to see our user settings. Is this what you have?

    Can you share a screenshot of your settings?

    Cheers!

    Same issue with my site . The notification bar is showing only on the settings page. And on no other pages. I cleared all the cache even cloudflare cache. And also the user settings are same as your screenshot. @jetxpert. I don’t know what is the issue please help.

    I managed to get solution to it.
    Just go to header.php file of your theme and search for body_class and check if under that the below code is there if it’s not add it.

    <?php if ( function_exists( ‘wp_body_open’ ) ) { wp_body_open(); } else { do_action( ‘wp_body_open’ ); } ?>

    Worked for me ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Bar shows only when logged in to wp-admin’ is closed to new replies.