Disappear the Admin Bar

Home Forums Legacy Support Support queries How-to & Troubleshooting Disappear the Admin Bar

Viewing 15 posts - 1 through 15 (of 20 total)
  • Author
    Posts
  • #316540
    witslk
    Spectator
    Hi, My site admin bar hiding so please check and enable it but i did correct settings but still hiding now also elementor editor also not working so please fix this issues Hide bar : https://prnt.sc/unfc6e Settings : https://prnt.sc/unfczd Awaiting your reply Thanks
    #316860
    Diana
    Participant
    you were designing this header using Elementor and after hiding the admin bar it is showing this white space? If this is the case, then edit the header via Elementor to remove that space.
    #317037
    witslk
    Spectator
    This reply has been marked as private.
    #317166
    Diana
    Participant
    This reply has been marked as private.
    #317561
    witslk
    Spectator
    This reply has been marked as private.
    #317728
    Diana
    Participant
    This reply has been marked as private.
    #317867
    witslk
    Spectator
    This reply has been marked as private.
    #318122
    Diana
    Participant
    The above steps needed to be checked at your end. That's why I mentioned those points. If still, you face any issue after following above steps: Then try adding this code in wp-admin > Plugins > Editor > Select WPLMS Customizer Plugin
    
    function admin_bar(){
    
      if(is_user_logged_in()){
        add_filter( 'show_admin_bar', '__return_true' , 1000 );
      }
    }
    add_action('init', 'admin_bar' );
    
    #318343
    witslk
    Spectator
    This reply has been marked as private.
    #319048
    Diana
    Participant
    This reply has been marked as private.
    #319055
    witslk
    Spectator
    This reply has been marked as private.
    #320016
    Diana
    Participant
    This reply has been marked as private.
    #320244
    witslk
    Spectator
    This reply has been marked as private.
    #320538
    Diana
    Participant
    Sir, I am asking for a staging site access, because your site is live and I don't want to mess anything on your live site. On staging site, I can deactivate all plugins at once to check, that will be easier for you as well as for me
    #321777
    witslk
    Spectator
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 20 total)
  • The topic ‘Disappear the Admin Bar’ is closed to new replies.