-
AuthorPosts
-
June 5, 2018 at 5:36 pm #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
June 5, 2018 at 8:28 pm #967450Hey 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,
NikkoJune 6, 2018 at 10:31 am #967744Thanks 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
June 6, 2018 at 4:04 pm #967924Just 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?
June 7, 2018 at 9:16 am #968294Hi 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,
NikkoJune 7, 2018 at 10:16 am #968474Hi 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
June 7, 2018 at 5:40 pm #969708Hi 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,
NikkoJune 11, 2018 at 4:10 pm #971270Thanks Nikko,
I got it positioned to the right of my main menu.
Thanks very much for your help.
Dan
June 12, 2018 at 9:43 am #971600 -
AuthorPosts
- You must be logged in to reply to this topic.