Header Login/register not showing
-
Hello,
I have two problems.
1/ The Login/register text is not showing in the header navigation bar (laptop)
2/ The top bar is not showing in the homepage (maybe because of slider revolution)
PS: I activated them in the them sitting but nothing change, thank you to see the screenshot showing my sitting.
Thank you,
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide the site admin access to the private area I will check the settings.
Best Regards
Hello,
You need to remove the negative margin for the top bar. https://gyazo.com/1ca1b549e7787f5c37eacc7272c12e2a
This header layout does not have My Account element. But you can add it manually placing the following code snippet to the functions.php file in the child theme.
add_filter( 'basel_header_configuration', 'basel_custom_header_configuration', 1, 1 );
function basel_custom_header_configuration() {
return array(
'container' => array(
'wrapp-header' => array(
'logo',
'widget_area',
'right-column' => array(
'header_links',
'search',
'wishlist',
'cart',
'mobile_icon',
)
)
),
'navigation-wrap' => array(
'container' => array(
'main_nav'
)
)
);
}
Best Regards
Hello,
Thank you for your answer.
1/ for the negative margin it works fine thank you!
2/ I don’t have the child theme, when I get the theme i did not receive the child theme with it. How can i get it? If not can i add the code in the main theme function.php too?
Thank you,
regards,
Hello,
Please send me your main in the private are I will send you.
Best Regards
Hello,
Thank you for your answer.
Hello,
I have sent the child theme.
Best Regards