-
AuthorPosts
-
April 17, 2015 at 12:16 pm #430261
I want the shopping cart to appear inside the header, rather than down the side of the page.
See image for more information.
Many thanks,
Luke
April 19, 2015 at 7:45 am #430825Hey Luke86!
Thank you for using Enfold.
Go to Enfold > Shop Options then set the Header Shopping Cart Icon to the third option, attached to the main menu.
Cheers!
IsmaelMay 17, 2015 at 10:03 am #445366Hi,
in the shop options I have set the parameter “Always display attached to the main menu”.
In the Header I have set: “Logo center, menu below”But the cart icon does not appear in the menu below; it is still in the header section on the right side.
What is to do?Thanks a lot!
- This reply was modified 9 years, 6 months ago by raucher-himmel.
May 20, 2015 at 11:30 am #447043Hi!
so you just want to move the cart button more to the left, right? if yes use this code:
.html_cart_at_menu.html_bottom_nav_header #menu-item-shop { right: 750px; }
and adjust as needed.
Regards,
AndyMay 20, 2015 at 4:59 pm #447278Hi Andy, thank you for answer.
I want to move the cart icon into the main menu.Please see the attached picture.
http://fs1.directupload.net/images/150520/fs5zlj9e.jpg
Thank you.May 20, 2015 at 5:02 pm #447282Hi!
Please go to Enfold theme options > Shop Options and choose to display “Header Shopping Cart Icon” “always attached to main menu”
Cheers!
YigitMay 20, 2015 at 6:29 pm #447371Hi Yigit,
yes, I still did this before but it does not work !!
I have choosen “Header Shopping Cart Icon” “always attached to main menu” but the icon is still on the same place (you can see it in the picture)- This reply was modified 9 years, 6 months ago by raucher-himmel.
May 23, 2015 at 3:41 am #448845Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueMay 23, 2015 at 8:35 am #449000This reply has been marked as private.May 23, 2015 at 9:32 pm #449117Hey!
Check it now, i had to modify config-woocommerce/config.php, line 1517:
add_action( $position, 'avia_woocommerce_cart_dropdown', 10);
To:
add_action( 'ava_inside_main_menu', 'avia_woocommerce_cart_dropdown', 10);
Regards,
JosueMay 24, 2015 at 12:43 pm #449241Hi Josue,
yes, now it works. But there is a little problem.
The cart botton and the search botton are nearly overlapping.Is it possible to put the search botton into the right site of the header.
And I also want to put a text “SUCHE” beside the search botton.Many thanks for your help.
May 24, 2015 at 8:20 pm #449278Hey!
Try adding this:
li#menu-item-search { position: absolute !important; right: 0; } li#menu-item-search:before{ content: "Suche: "; position: absolute; margin-left: -90px; top: 2px; }
Regarding the overlapping go to Enfold > Header > Mobile Menu and set the mobile menu to appear in tablets too.
Cheers!
JosueSeptember 7, 2016 at 6:11 am #682954I am having this exact same issue with a new install of Enfold. Would it be possible to get some assistance as well? The code in that section of config.php seems to have grown…
September 12, 2016 at 1:42 pm #685080Hi,
you have your car button here:
Which seems to be fine for me. Where do you want to have it instead?Best regards,
AndyOctober 4, 2016 at 11:28 am #694965Hi i have the same problem. When i put this code:
add_action( ‘ava_inside_main_menu’, ‘avia_woocommerce_cart_dropdown’, 10);
the cart icon go below the main menu and not on the right. Why?
Cheers!October 5, 2016 at 6:20 am #695300Hi @Noonic_srl,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
RikardOctober 6, 2016 at 12:43 am #695822This is the site I’m working on: http://boris-records.com/
Like I said, I’ve switched header layouts to fix the issue, but if you’d like me to switch to the centered layout for testing the issue, I can. Thanks!
October 7, 2016 at 11:32 am #696393Hi,
yes, we need a precise link showing the elements (and the issue) in question, to be able to help you.
Best regards,
AndyOctober 10, 2016 at 5:13 pm #697478Ok, I’ve set the site header to Logo Center, Menu Below. This is a live site so I’d rather not leave the cart covering the social icons for too long. Thanks very much!
– j
October 11, 2016 at 11:00 am #697727Hi,
your site seems good to me. What exactly do you want to achieve? do you want to get some space between your facebook button and your cart button? if yes use this code:
ul.noLightbox.social_bookmarks { padding-right: 10px; }
and adjust as needed.
Best regards,
AndyOctober 11, 2016 at 3:42 pm #697924Thanks for your response, Andy! The position the cart icon is being displayed in is going against my settings in Theme Options.
Under Cart Options I have the Header Shopping Cart Icon position set as Always Display attached to Main menu. Also, it’s hard to tell, but the Cart icon is currently sitting on top of another social icon, in its current position. This can of course be fixed with css, but it shouldn’t even be in that area in the first place, unless the Cart Options setting I’ve chosen doesn’t apply to the Header Center/Above setting for some reason.
Thanks for taking the time to check things out, sorry I didn’t clarify all that sooner. Please let me know if there’s anything I can do to help resolve or if this is a deeper issue with the theme that will be addressed in a later update. Shasta!
– j
October 14, 2016 at 11:43 am #699047Hi,
this is what I see on your website: http://i.imgur.com/D7KCvpd.png
which seems totally fine to me.If you want different results, then please send us a mockup showing the results you want to achieve. Use imgur.com or dropbox.
Best regards,
AndyOctober 14, 2016 at 6:32 pm #699259Hi Andy,
Here’s a mockup link for what I’m talking about: https://www.dropbox.com/s/nvfjjpcnqdpbm83/boris-cart-mockups.jpg?dl=0
On a semi-related note, the custom Bandcamp social icon I created is now not displaying in the header. I can create a new issue for this, but if you see what may be causing that issue as well, go for it!
I followed this documentation to add it: http://kriesi.at/documentation/enfold/custom-social-icons/
Thanks!
– j
October 14, 2016 at 8:19 pm #699286I actually sorted out the social icon issue, so never mind that one. The Cart icon placement is still an active issue, though. Thanks!
October 17, 2016 at 11:56 am #699895Hi,
you can simply create a new menu item (as Custom Links) and insert cart icon’s shortcode as menu name. These are the cart icon’s shortcodes:
[av_font_icon icon='ue859' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='left' color='' custom_class=''][/av_font_icon]
Best regards,
AndyOctober 25, 2016 at 9:21 pm #703975Sorry, I just got this reply. Thanks for the work-around, I’ll give it a whirl! – j
October 31, 2016 at 2:33 pm #706168Hi,
glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Best regards,
Andy -
AuthorPosts
- The topic ‘ENFOLD – WOOCOMMERCE – CART’ is closed to new replies.