Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #717459

    Hello,
    maybe someone can help me :-(
    I try to disable the admin bar for any logged in users, but all I found seems only to have an effect for admins:
    “show_admin_bar( false );”
    This really confuses me!
    Has someone of you a suggestion?

    Many Tanks!
    Jan

    #717471

    Hi Jan!

    Please remember that we offer assistance for our theme, not for general WordPress issues.
    In any case, add to your functions.php file

    add_filter('show_admin_bar', '__return_false');

    and let us know if we can do anything else.

    Best regards,
    Basilis

    #717605

    Hi Basilis,

    you are totally right! and I apologize. But for now the kriesi support team was the best address for me. So I tried it this time with a question which is out of scope, because I did not have a guess what to do….

    The proposal you posted above does not have the wanted effect. When a “customer” is logged in, the admin bar is still there….
    also when I deactivate the tick “show toolbar” for a specific user it does not disappear.
    I will try to find another solution.

    Thanks again!
    Jan

    #717608

    …. got it!
    It was a plugin called “Maintenance”! Unbelievable !!
    Of cause this is not from kriesi.at :-)

    Have a nice day!
    Jan

    #717825

    Hi,

    Glad that this is fixed :)

    Best regards,
    Nikko

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Do not Show Admin Bar’ is closed to new replies.