User Account Dash

This topic contains 9 replies, has 4 voices, and was last updated by  Naveen Giri 4 years, 7 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #501066

    Amy Fox
    Expired Member
    Post count: 419

    Hi,

    I’ve activated user login on my dev site to see how it works and to work on the settings before I go live.

    I’ve noticed that at the top users see the dashboard?

    See image.

    I’m sure that’s not supposed to show

    Thanks.

    #501074

    Guust
    Moderator
    Post count: 29970

    That usually only shows to admins, but it depends on your theme.
    See also https://www.wpbeginner.com/wp-tutorials/how-to-disable-wordpress-admin-bar-for-all-users-except-administrators/

    Thanks

    #501081

    Amy Fox
    Expired Member
    Post count: 419
    This reply has been marked as private.
    #501112

    Paolo
    Site Admin
    Post count: 31206

    credentials to login please?

    #501115

    Amy Fox
    Expired Member
    Post count: 419
    This reply has been marked as private.
    #501116

    Amy Fox
    Expired Member
    Post count: 419
    This reply has been marked as private.
    #501119

    Paolo
    Site Admin
    Post count: 31206

    That’s weird, the option to restrict subscribers from accessing the wp-admin is enabled, so the admin-bar should be hidden.

    I asked the developers to have a look and let us know.

    Thanks

    #501122

    Amy Fox
    Expired Member
    Post count: 419

    Thanks, will keep checking.

    The issue might not replicate on my live site when I activate it on that.

    If it does though a known fix would be good.

    I used installatron to duplicate my site about 2 months ago. I’ve noticed a couple of things that were not exactly the same.

    Thanks again.

    #501777

    Naveen Giri
    Moderator
    Post count: 1559

    Hi Amy,

    thats wordpress default fuctionaity to show admin bar for logedin users.

    if you need, you can disable it in two way.

    using css

    
    #wpadminbar { display:none !important;}
    

    add in theme customiser add css setting
    using php
    activate code using snippet plugin

    
    if ( ! current_user_can( 'manage_options' ) ) {
     add_filter('show_admin_bar', '__return_false');
    }
    

    Thanks

    #506164

    Naveen Giri
    Moderator
    Post count: 1559

    Hi Amy,

    since i didn’t get any reply from you back on it.
    I am closing the ticket.

    let us know if you have any concern.

    Thanks for using GD support.

Viewing 10 posts - 1 through 10 (of 10 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket