• 1. In the English webpage, the cart number looks normal. But if I change the web language into Spanish, the icon number show double, like from 0 to 00 near the cart icon. So, when you drop 1 item into the cart, the icon will show “11” instead of “1”.

    2. My purpose is that I want to replace the theme default cart icon with your icon, but it seems that Cart All in One could not be compatible with the woocommerce storefront default cart icon. So I just like to completely overlay your cart icon on the default cart icon.
    In a 14 inch smaller computer display, the cart icon could completely overlay on the theme default cart icon. However, if you open the website on a larger computer display, the cart icon will mismatch or could not completely cover the theme default icon. How to change the position relative code?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi djpeipei,
    We are sorry for late reply.
    1. We have checked on our site when changing to other languages and it have worked normally.
    2.You can use this Custom CSS below to hide the theme default cart icon.

    .site-header-cart .cart-contents{
        display: none !important;
    }

    Best regards,

    Thread Starter djpeipei

    (@djpeipei)

    Thank you for your support! I use this CSS code to hide the cart icon, but still keep other content.

    .site-header-cart .cart-contents:after,
    .storefront-handheld-footer-bar ul li.cart > a:before {
    content: none;
    }

    The only problem is the double count number. My storefront theme default language is English. In English, everything in the Cart works well. Bur in Spanish, the cart number shows a double number. For items over 10, this double digitals indicates normal; but for items less than 10, the double count number will show like this:00; 1; 2; 3; 44; 55; 66; 77; 8; 99.

    Do you have any ideas about why your cart number still works normally in Spanish on your site? I change another translator plugin, but in Spanish, this problem is still there. I wonder if you open my website on your computer to have a check rather than your own website.

    Thanks again!

    Plugin Author mytrinh

    (@mytrinh)

    Hello djpeipei,

    We are sorry for the late reply.

    Please contact us at [email protected]

    Best regards.

    • This reply was modified 4 years, 5 months ago by mytrinh.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘shoping cart icon number double and Position adjust’ is closed to new replies.