Home › Forums › Basel support forum › Login / register option here which not display in my site also
Login / register option here which not display in my site also
- This topic has 9 replies, 2 voices, and was last updated 4 years, 9 months ago by
Elise Noromit.
-
AuthorPosts
-
May 14, 2020 at 6:48 am #194830
[email protected]ParticipantDear Support i want Login / register option here which not display in my site also. area also show in screenshot.
Attachments:
You must be logged in to view attached files.May 14, 2020 at 7:40 am #194849
Elise NoromitMemberHello,
By default, this header layout doesn’t have Login/Register link. 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
May 14, 2020 at 8:14 am #194861
[email protected]ParticipantDear this is not coming fine see he disturb menu also kindly follow my screenshot.
i want login / register on top bar right side dont want to add something extra.
Kind Regards,Abrar
May 14, 2020 at 1:47 pm #194986
Elise NoromitMemberHello,
Enable the top bar, create a menu for one item in Appearance > Menu, add My account page, and assign this menu as top bar menu.
Best Regards
May 16, 2020 at 9:24 pm #195590
[email protected]ParticipantDear Support i dont want this way i want Login / Register or you can say Login / My Account
i want separate link but in top bar right side kindly follow my screenshot.
what you sent me i need from there login / Register.Kind Regards,
AbrarMay 17, 2020 at 2:51 pm #195701
Elise NoromitMemberHello,
This is Wooocmmerce functionality and our theme does not have any options to change the way it works. If you want to change the wording, you can rewrite all theme and plugin texts via PO file in WordPress with a Loco Translate plugin
Best Regards
May 27, 2020 at 5:56 am #198173
[email protected]Participantok at-least tell me the file name of Top bar Green where i can add login Password code.
also provide me specific login code.
Kind Regards,
Abrar
May 27, 2020 at 6:46 am #198189
Elise NoromitMemberHello,
You can add a link to My account page in the Top bar. If a user is not uthorized it would lead to the login/register form on Mccoy Account, if user is authorized he would get to My account page.
You will find this option in the Theme Settings > Header > Top bar.
There is no option to insert any code in the Top bar
Best Regards
May 30, 2020 at 6:31 am #199097
[email protected]ParticipantDear Support give me file name where i can add this Login/register code also provide me code better at-least give me code so i can add there.
if you cannot provide code provide me top bar header file where i can add code.
please again see my screen shot.
May 30, 2020 at 5:33 pm #199276
Elise NoromitMemberHello,
Here is the file: wp-content\themes\basel\header.php and you need to find the file:
basel_header_block_header_links();
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register