Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #967332

    Hi guys

    I have enfold theme with Woocommerce installed.

    On my header the theme has installed the woocommerce Shop, Basket, Checkout and My account links in my main menu.

    Is there a way to move these links as in the attached screenshot in the private area?

    I have added a new user to my admin in case you need to see anything, details in private area.

    Many thanks in advance

    Dan

    #967450

    Hey sjidesign,

    I think it’s possible however the design is a bit different.
    First you need to go to Enfold > Header > Extra Elements (tab) > Header Secondary Menu set to Secondary Menu in top bar at the left or Secondary Menu in top bar at the right.
    Then save and go to Appearance > Menus, create a new menu, add the menu items then check Enfold Secondary Menu at the bottom and save.
    Hope this helps.

    Best regards,
    Nikko

    #967744

    Thanks Nikko

    I already tried this but the menu appears in the top bar above the main header, I want the menu to appearin the main header near to the logo.

    It als puts the Shop, Basket, Checkout and My account links in my main menu which I have not asked it to and do not want.

    Regards

    Dan

    #967924

    Just about got the header sorted now.

    Just need to remove the woocommerce links (Shop, Basket, Checkout and My account links) from my main menu.

    I cannot see where/how these have appeared.

    Also is there a way to move the shopping cart icon that is on the right under the telephone number so that it is next to the top chcekout link?

    #968294

    Hi sjidesign,

    Glad that you sorted the header out.
    As for the menu links showing in your main menu, I think in Appearance > Menus you haven’t set yet the menu to be set as Main Menu that’s why it’s just generating pages to show.
    Once you have set a Main Menu you’ll have total control of the main menu.
    As for the shopping cart icon, would it be okay to have it floating on the side instead?

    Best regards,
    Nikko

    #968474

    Hi Nikko

    Thank you, I had forgot to set the menu as my main menu.

    Thanks for this it solved the problem.

    Iwouldprefer to have the cart icon next to the menu if possible,is there a shortcode or code that I can put in?

    Regards

    Dan

    #969708

    Hi Dan,

    Can you try adding this php code at the bottom of your functions.php:

    function avia_woocommerce_cart_placement() {
    	return null;
    }
    
    add_action( 'ava_after_main_menu', 'avia_woocommerce_cart_dropdown', 20);

    then in Quick CSS (located in Enfold > General Styling), add this css code:

    #top #header_main_alternate .main_menu {
        padding-right: 10px;
    }
    
    #top #header_main_alternate #menu-item-shop {
        position: absolute;
        top: 3px;
        right: 0;
    }

    Hope it helps :)

    Best regards,
    Nikko

    #971270

    Thanks Nikko,

    I got it positioned to the right of my main menu.

    Thanks very much for your help.

    Dan

    #971600

    Hi Dan,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.