Home › Forums › Basel support forum › Login/Register
Login/Register
- This topic has 5 replies, 2 voices, and was last updated 6 years, 11 months ago by Artem Temos.
-
AuthorPosts
-
November 13, 2017 at 10:55 am #23967
WEBMAZEParticipantDear sir
I told you that I used the “USER MENU” plugin to hide some menu items for not loogged visitors and it work perfect.
I dont know if that has to do with the login/register item that must be in the header of my side.
The option in enabled in the theme settings..
Can you check please
(I use custom menu items to show Login and logout)
****If you fix this is, how I can have only the login ? (not the register or yes).
Thanks in advanceNovember 13, 2017 at 12:55 pm #23988
Artem TemosKeymasterHello,
Try to add this code snippet to the functions.php file in the child theme to display these links
add_filter( 'basel_header_configuration', 'basel_custom_header_configuration', 1, 1 ); function basel_custom_header_configuration() { return array( 'container' => array( 'wrapp-header' => array( 'main_nav', 'logo', 'right-column' => array( 'header_links', 'search', 'wishlist', 'cart', 'mobile_icon', ) ) ), ); }
Regards
November 16, 2017 at 3:23 pm #24436
WEBMAZEParticipantDear sir
Sorry for my late response
I try the code and there and crash almost the header. But I think its a piece of cake for you.
Just same chaneg in the code and i think its ok.
Please try again.. Go inside the admin to try. I have buck up so no problem……..And I want to ask something more
I want to add an image for every product (barcode img) . The client ask to have this img in the “additional info tab” Is this posiible? How I can add text and img in the “additional info tab”?
And How delete the title “additional info tab” inside the “additional info tab” . Its too much.
Thank you in advance.November 16, 2017 at 3:36 pm #24444
Artem TemosKeymasterDo you want us to check this code in your functions.php file? We need an FTP access for that.
Sorry, but there is no such option for additional image in the additional information tab. It may require additional code customization to achieve this.
You can disable tab titles in Theme Settings -> Product page.November 17, 2017 at 7:49 am #24497
WEBMAZEParticipantHello sir
The passwords are in privateThank you
November 17, 2017 at 9:23 am #24503
Artem TemosKeymasterWe need FTP access to your server and not Cpanel. If you don’t have it, contact your hosting providers for this.
-
AuthorPosts
Tagged: login /register
- You must be logged in to create new topics. Login / Register