Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #609538

    Hei,

    The enfold options say: “Display Floating on the side, but only once product was added to the cart”
    This seems not to work on mobiles.

    Is there a solution?

    yours,
    Websi96

    #610098

    Hey Thomas,

    I’m not sure what you mean by that to be honest, could you post a link to your site and a screenshot highlighting the issue please?

    Thanks,
    Rikard

    #610356

    Hei,

    thanks for the reply,

    http://www.hotelweber.at is the website. if you want to reach the shop: http://www.hotelweber.at/shop

    so my problem: If you don’t have anything in your cart it should not display the cart icon, but if the screen size gets lower than ca. 989px it appears in the header although the cart is empty.

    therefore i said mobiles..

    thanks in advance,
    Websi96

    #611259

    Hey!

    this is the default behavior by WooCommerce plugin. If you want to customize it, then try to ask WooCommerce support team about it.

    Best regards,
    Andy

    #614139

    Hey!

    As you said, i contacted the woocommerce support.
    They said it’s handled by the theme itself..

    Here is the conversation:

    Me:
    Hei dear WooCommerce Team,
    I need to know, if it’s possible to make the cart icon visible only if there is something in the cart.
    With the Enfold Theme it’s possible but only in Desktop view. As soon as the screen resolution gets under 1000px the cart icon appears, even if there is nothing in it.
    Thanks in advance,
    Thomas Weber

    Support:
    Hey there!
    That’s actually completely handled by the theme that you are using, so it wouldn’t be something that we could do on our end. You should be able to ask the developers of the theme that you are using about this.
    Cheers!
    Andrew W – WooCommerce Ninja
    WooThemes Support
    Ninja Tip: Reference our WooCommerce self service guide for common solutions!
    (Please note: My time zone is CDT ( UTC -5). I reply to support requests from Monday to Friday.

    Thanks for your time,
    Thomas

    #616220

    Hi!

    Please add this in the Quick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive #top .cart_dropdown {
        display: none !important;
    }
    
    .responsive #top .cart_dropdown.av-display-cart-on-load {
        display: block !important;
    }
    }

    Cheers!
    Ismael

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