Okay
  Public Ticket #840168
REMOVE THEME OPTIONS FROM ADMIN TOP MENU BAR
Closed

Comments

  • Ayokunle started the conversation

    Hi, I do not want the Laborator link on the admin bar above the website to show. This is because it currently shows in other users apart from administrator such as shop manager.

    How do I take it off please?

  • [deleted] replied

    Hi Ayokunle,

    To remove that icon, simply add this Custom CSS:

    .laborator-admin-bar-menu {
        display: none !important;
    }

    This should work for you.

  • Ayokunle replied

    Added code, cleared cache, yet it refused to disappear. 

    What next?

    Thank you.

  •  1,558
    Laborator replied

    Hi Ayokunle,

    I managed to fix it with Custom CSS, I wouldn't suggest you to a custom Admin Skin because it may be buggy with the theme.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • Ayokunle replied

    Hi, sadly you managed to ruin the site.

    Please undo what you did as the site is now displaying the error 

    Parse error: syntax error, unexpected T_STRING in /home/vhosts/watchgalleries.com.ng/httpdocs/wp-content/themes/yoxstudioscc/inc/laborator_actions.php on line 1141

    Please change the ticket to private so I can post the login details again if you are logged out.

    Thank you

  • Ayokunle replied

    Hi, It was Arlind who ruined it.

    Will fix. Thanks


  • Ayokunle replied

    By the way, I am not sure it was understood what I wanted. I just want the laborator removed on the admin bar but you took out the entire admin bar on the front end of the site and the back end of the site remains the same with laborator there.

    I will like to have my admin bar on the front end back.

    Thank you.

  •  1,558
    Laborator replied

    Hi there,

    I thought you wanted to hide the whole admin bar, the Laborator link (you changed it to something else) is removed now.


    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    Temo replied

    Art, Hello!

    Can you make explain how did you remove it, 

    I want to remove it as well, but after reading this ticket I found no solution so far.


    Thank you

  •  1,558
    Laborator replied

    Hi Temo,

    You can remove it by adding the CSS below to your Custom CSS area:

    li#wp-admin-bar-laborator-options {
        display: none !important;
    }

    Next time please open a new ticket instead replying other tickets.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group