• I’m using the OceanWP theme and noticed that:
    1- The theme does include a quantity button for products, even though this option is selected in customizer
    2- When I install any third-party plugin to add a quantity button, the theme now shows duplicate + and – buttons. Example is shown here:
    https://moleculardepot.com/product/guanylin-rat-mouse/

    Any assistance will be greatly appreciated.

    Grace

    • This topic was modified 5 years, 1 month ago by sdsciences.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    Try to add the below code to the Customize > Custom CSS section to fix it. Which plugin you are using for the quantity button?

    .qib-button:not(#qib_id) {
        display: none !important;
    }
    .qib-container .quantity input.qty:not(#qib_id) {
        border: 1px solid #e4e4e4;
    }
    Thread Starter sdsciences

    (@sdsciences)

    Thanks Amit! The code works and I no longer need the Qty Increment Buttons for WooCommerce plugin.
    Grace

    • This reply was modified 5 years, 1 month ago by sdsciences.

    You’re welcome!

    Hi,

    I have the exact same problem with the plugin custom add to cart.

    I entered the CSS code and published but nothing happens. I still have double + & –
    Maybe I did something wrong?
    I copied the code, opened the shop page, clicked on customize, then custom JS/CSS, pasted it at the beginning.

    I tried on other themes and the problem doesn’t occur on the other themes.

    Maybe it’s a conflict with something between Ocean WP and another plugin.

    I use: elementor pro, woo commerce free, elementor custom skin.

    Other plug ins installed are : askimet anti-spam, backup WD, broken link checker, central color palette, checkout field editor for woo commerce, coming soon page by seedprod, esential addons for elementor, flexible shipping, ocean demo import, Ocean extra, ocean social sharing, redirection, SOE Press, SMNTCS quantity buttons for woocommerce, updraftplus, woocommerce services, WP Google maps, WP2Social auto publish, WP forms lite.

    I hope someone will have an idea to resolve this ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Quantity Button duplicates + and – signs with OceanWP’ is closed to new replies.