Home › Forums › Basel support forum › Adding Account Icon to (Simplified) Header.
Adding Account Icon to (Simplified) Header.
- This topic has 15 replies, 2 voices, and was last updated 4 years, 9 months ago by
Elise Noromit.
-
AuthorPosts
-
May 5, 2020 at 9:11 pm #192606
eayodeleParticipantHello,
I am trying to add the account icon to the right hand side of the (Simplified) header next to the search icon as seen on your demo: https://demo.xtemos.com/basel/
I have manually uploaded the below PHP to the Function PHP file in the Child theme which has made the icon appear. However, the header has split into two parts and the navigation buttons have shifted to the left hand side under the logo! In addition to this the account sign up forms have also appeared in the header.
Assistance would be much appreciated.
Regards
Deeadd_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’
)
)
);
}Attachments:
You must be logged in to view attached files.May 6, 2020 at 1:20 pm #192793
eayodeleParticipantHello,
Is there a specific turn around time to responses? Feedback regarding post #192606 would be much appreciated.
Many thanks
DeeMay 6, 2020 at 1:28 pm #192800
Elise NoromitMemberHello,
Please provide the site admin access to the private area
Best Regards
May 6, 2020 at 1:32 pm #192802
eayodeleParticipantHello,
Please see details below:
Regards
DeeMay 6, 2020 at 3:59 pm #192843
Elise NoromitMemberHello,
You have taken the wrong code, I thin it was out-to-date. I have added the proper one, check please now it works.
Best Regards
May 6, 2020 at 6:01 pm #192878
eayodeleParticipantHello,
Ok no worries, just thought I would do my own research first before disturbing you guys.
Looks good to me.
Thank you for your time.
Regards
DeeMay 7, 2020 at 6:30 am #192973
Elise NoromitMemberYou are welcome! If you have any questions please feel free to contact us.
Best Regards
May 8, 2020 at 9:55 pm #193559
eayodeleParticipantSET LINK DESTINATION FOR HTML BLOCK HEADINGS.
Hello,
I have the main header links but I am unable to find where to insert the link destinations.
May 9, 2020 at 12:51 pm #193661
Elise NoromitMemberHello,
You need to configure URLs in Dashboard > Settings > Permalink. You need to choose the post name.
Best Regards
May 9, 2020 at 2:51 pm #193684
eayodeleParticipantHello,
I think you have misunderstood the problem. This is not an issue with permalinks but an issue with the HMTL blocks. There is no option to set the main HTML block headings “SHOP” “ACCESSORIES” to the required destination like a custom link from the menus panel.
I have provided log in details as a further look may be required.
Many thanks
Regards
DeeMay 9, 2020 at 7:51 pm #193728
Elise NoromitMemberHello,
Please provide the screenshot where you want to insert the link.
Best Regards
May 9, 2020 at 10:59 pm #193766
eayodeleParticipantHello,
Please find screen shot attached (Home page).
Regards
DeeAttachments:
You must be logged in to view attached files.May 9, 2020 at 11:44 pm #193769
eayodeleParticipantHello,
The link 2 should go to: (private meesage)
Regards
DeeMay 10, 2020 at 9:25 am #193798
Elise NoromitMemberHello,
Is it the main menu on the screen, if yes, you should create a menu, add Product categories. Here is the instruction https://codex.wordpress.org/WordPress_Menu_User_Guide
Best Regards
May 27, 2020 at 5:18 pm #198394
eayodeleParticipantHello,
Is it possible to active your promo pop up feature with a click of a button and not just on a timer? for example “click here to subscribe” then the form also pops up?
https://xtemos.com/docs/basel/faq-guides-2/edit-promo-popup-window/
Regards
DeeMay 27, 2020 at 9:46 pm #198446
Elise NoromitMemberHello,
You should choose a header layout with the header widget, then create HTML block with the Popup element and subscription form inside. Then add HTML block widget to the Header widget area in Appearance > Widgets.
If you do not mean the header, you can insert the Popup element wherever you need.
Best Regards
-
AuthorPosts
Tagged: HTML Links
The topic ‘Adding Account Icon to (Simplified) Header.’ is closed to new replies.
- You must be logged in to create new topics. Login / Register