• Resolved tiagovieirar

    (@tiagovieirar)


    Hello. I have a problem with the quantity selecotr on add to cart widget. Basically, while editing the page with elementor, I can see the widget displays the quantity selector correctly: https://prnt.sc/a6ecBMuSCiFa

    However, when I publish the page, the numbers are not displayed, only the add and minus buttons. While working fine, this is not the behaviour I wanted since i wanted to also show quantity number. https://prnt.sc/Bbvk5WSYH9pf

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Reedwanul Haque

    (@reedwanul)

    Dear @tiagovieirar ,

    Thanks for reaching out to us.

    I have inspected your website and noticed that some CSS is overriding the input box, causing it to be hidden. We can resolve this with a few CSS codes. Please copy and paste the following codes into Appearance > Customize > Additional CSS.

    .shopengine-widget form.cart .quantity-wrap div.quantity{
    display: block !important;
    }
    .woocommerce div.product form.cart div.quantity{
    display: block !important;
    }

    I also noticed that you’re using a caching plugin. Please clear the cache from the LiteSpeed plugin. Following these instructions should resolve your issue.

    Let us know if the issue is solved. If not, I’ll have a quick look and provide you with a solution ASAP.

    Kind Regards,
    Reju

    Thread Starter tiagovieirar

    (@tiagovieirar)

    Thank you, this worked perfectly.

    Have a great day,

    Tiago

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