-
Vasiliy replied to the question How make vissible admin bar for customers? in the forum Boss. theme 9 years, 2 months ago
I’am not sure but it works. Adminbar showing, but I’am afraid maybe it will make errors somewhere else.
-
Vasiliy replied to the question Left Mobile Menu Error in the forum Boss. theme 9 years, 2 months ago
I’am also I have issue: error while processing this directive in the Left Mobile Menu.
I find solution for it:
1. /wp-content/themes/boss/template-parts/left-mobile-menu.php
find: <!–#mobile-menu–>
replase it for <!–mobile-menu–> without #2. go to /wp-content/themes/boss/header.php
find: <!–#panels closed in footer–>
and also remove…[Read more] -
Vasiliy replied to the question Left Mobile Menu Error in the forum Boss. theme 9 years, 2 months ago
I’am also I have issue: error while processing this directive in the Left Mobile Menu.
I find solution for it:
1. /wp-content/themes/boss/template-parts/left-mobile-menu.php
find: <!–#mobile-menu–>
replase it for <!–mobile-menu–> without #2. go to /wp-content/themes/boss/header.php
find: <!–#panels closed in footer–>
and also remove…[Read more] -
Vasiliy replied to the question How make vissible admin bar for customers? in the forum Boss. theme 9 years, 2 months ago
Hello, thank You for Your response.
How do You think^ it is correct if я will use this snippet in function.php?function boss_show_adminbar_for_all() {
$show = false;
/*
if ( !is_admin() && current_user_can( ‘manage_options’ ) && (boss_get_option( ‘boss_adminbar’ )) ) {
$show = true;
}
*/
if ( !is_admin() && current_user_can( ‘read’ ) &&…[Read more] -
Vasiliy started the question How make vissible admin bar for customers? in the forum Boss. theme 9 years, 2 months ago
Now it seens for admin^ but I need show admin bar for customers. How to do it? Thanks a lot.
-
Vasiliy replied to the question Wordpress Toolbar in the forum Boss. theme 9 years, 8 months ago
Thank You for response. When You planing finish this work (developing a way to enable to original toolbar)?
I need it close time and really need this. Thank You. -
Vasiliy replied to the question Wordpress Toolbar in the forum Boss. theme 9 years, 8 months ago
Hello, I interest of this question too& Hod to do it. If I In the customizer under Desktop Options > Profile Dropdown (admins) only admins can go to dashboard& How to do it for subscribers. Or the better way for me is a make standard toolbar for fronted& Please say how to do it. Thank You