• Resolved douboy

    (@douboy)


    The quantity field is wrapping on grouped products.

    I’m using Oxygen Page builder and most of the settings in the plugin doesn’t seem to be getting applied.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter douboy

    (@douboy)

    Fixed this..thanks.

    Plugin Author taisho

    (@taisho)

    Hello,

    great that You have it working.

    I see that there is still a problem with spin buttons showing in the quantity box. I will have it fixed in the next plugin release.

    You can change it now by finding this line in the file qty-increment-buttons-for-woocommerce.php:

    -webkit-appearance: none;

    and adding this line below:

    display: none;

    Best regards,

    Ryszard

    Thread Starter douboy

    (@douboy)

    Thank you for the update. That didn’t seem to work though?

    Plugin Author taisho

    (@taisho)

    Thanks for the feedback! There is 1 more change needed. While testing, I didn’t realize that I also had the background set to none:

    .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
        background: none;
    }
    Thread Starter douboy

    (@douboy)

    That worked..thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Grouped Product’ is closed to new replies.