Home Forums Basel support forum Adding Account Icon to (Simplified) Header.

Adding Account Icon to (Simplified) Header.

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #192606

    eayodele
    Participant

    Hello,

    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
    Dee

    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’
    )
    )
    );
    }

    Attachments:
    You must be logged in to view attached files.
    #192793

    eayodele
    Participant

    Hello,

    Is there a specific turn around time to responses? Feedback regarding post #192606 would be much appreciated.

    Many thanks
    Dee

    #192800

    Hello,

    Please provide the site admin access to the private area

    Best Regards

    #192802

    eayodele
    Participant

    Hello,

    Please see details below:

    Regards
    Dee

    #192843

    Hello,

    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

    #192878

    eayodele
    Participant

    Hello,

    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
    Dee

    #192973

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

    #193559

    eayodele
    Participant

    SET 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.

    #193661

    Hello,

    You need to configure URLs in Dashboard > Settings > Permalink. You need to choose the post name.

    Best Regards

    #193684

    eayodele
    Participant

    Hello,

    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
    Dee

    #193728

    Hello,

    Please provide the screenshot where you want to insert the link.

    Best Regards

    #193766

    eayodele
    Participant

    Hello,

    Please find screen shot attached (Home page).

    Regards
    Dee

    Attachments:
    You must be logged in to view attached files.
    #193769

    eayodele
    Participant

    Hello,

    The link 2 should go to: (private meesage)

    Regards
    Dee

    #193798

    Hello,

    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

    #198394

    eayodele
    Participant

    Hello,

    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
    Dee

    #198446

    Hello,

    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

Tagged: 

Viewing 16 posts - 1 through 16 (of 16 total)

The topic ‘Adding Account Icon to (Simplified) Header.’ is closed to new replies.