Viewing 27 posts - 1 through 27 (of 27 total)
  • Author
    Posts
  • #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

    #430825

    Hey 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!
    Ismael

    #445366

    Hi,
    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!

    #447043

    Hi!

    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,
    Andy

    #447278

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

    #447282

    Hi!

    Please go to Enfold theme options > Shop Options and choose to display “Header Shopping Cart Icon” “always attached to main menu”

    Cheers!
    Yigit

    #447371

    Hi 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)

    #448845

    Hi,

    Can you please create us a WordPress administrator account? post it here as a private reply.

    Regards,
    Josue

    #449000
    This reply has been marked as private.
    #449117

    Hey!

    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,
    Josue

    #449241

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

    #449278

    Hey!

    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!
    Josue

    #682954

    I 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…

    #685080

    Hi,

    you have your car button here:

    View post on imgur.com


    Which seems to be fine for me. Where do you want to have it instead?

    Best regards,
    Andy

    #694965

    Hi 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!

    #695300

    Hi @Noonic_srl,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #695822

    This 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!

    #696393

    Hi,

    yes, we need a precise link showing the elements (and the issue) in question, to be able to help you.

    Best regards,
    Andy

    #697478

    Ok, 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

    #697727

    Hi,

    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,
    Andy

    #697924

    Thanks 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

    #699047

    Hi,

    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,
    Andy

    #699259

    Hi 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

    #699286

    I actually sorted out the social icon issue, so never mind that one. The Cart icon placement is still an active issue, though. Thanks!

    #699895

    Hi,

    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,
    Andy

    #703975

    Sorry, I just got this reply. Thanks for the work-around, I’ll give it a whirl! – j

    #706168

    Hi,

    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

Viewing 27 posts - 1 through 27 (of 27 total)
  • The topic ‘ENFOLD – WOOCOMMERCE – CART’ is closed to new replies.