-
Author
-
March 12, 2018 at 17:38 #191503rensoconeseParticipant
the button to hide an show the admin bar dont work.
and the admin bar is still hidden. i need to show it for admins
March 13, 2018 at 19:45 #191620LauraModeratorHello, can you share admin access so i can test it?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
March 15, 2018 at 02:02 #191784LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
March 15, 2018 at 16:40 #191871RaduModeratorHi,
If that not work you can try with this code
COPY CODEadd_action('init', 'add_admin_bar_for_admins'); function add_admin_bar_for_admins() { if (current_user_can('Administrator') OR current_user_can('Editor') ) { show_admin_bar(true); }else { show_admin_bar(false); } }
NOTE : Child theme needs to be installed and activated
The function will have to be added in wp-content/themes/kleo-child/functions.phpCheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.