• Resolved PAWs FABRIK

    (@pawloui)


    Hi, thank you for a great plugin, it works almost perfect for me, but I does have a little bug with my variation and add to cart buttons. It doubles both my Variations and Add to cart buttons on the product pages. Is there a way to deactivate og hide one of them?

    Best Regards,
    Paw

Viewing 5 replies - 1 through 5 (of 5 total)
  • @pawloui Thanks for the query.

    It may be a theme confliction but to be sure will you please do one step, switch to some default theme like Twenty Sixteen and check this again.

    Let me know that result.

    Looking for your co-operation regarding the same.

    Regards,
    Moumita

    Thread Starter PAWs FABRIK

    (@pawloui)

    Hi Moumita,

    Thank you for replying.

    I have now tried switching to Twenty Sixteen and then the second buttons disappeared, so it worked:-)

    Hmmm, isn’t there anything I can do about it then? Im using this theme: Merchandiser

    Best Regards,
    Paw

    @pawloui As this is a Theme confliction, I would request you to contact the theme author regarding the same.

    Let me know what they have informed you.

    Regards,
    Moumita

    Thread Starter PAWs FABRIK

    (@pawloui)

    Hi agian,

    Problem solved. I’ve contacted the theme author and they gave me some custom css to add, and now the 2nd buttons has gone:-)

    The code is:

    .product_infos>.price {
        display: none;
    }
    .product_infos>.cart, .product_add_to_cart_button>.variations_form {
        display: none!important;
    }
    .product_infos>.variations_form {
        display: block!important;
    }

    Thank you for your time.

    Best Regards,
    Paw

    @pawloui Glad to know that the issue has resolved.

    If you are happy with the performance of the core plugin, a 5/5 rating on https://wordpress.org/support/plugin/woocommerce-catalog-enquiry/reviews/, would definitely be a great way to share your experience with other users.

    Regards,
    Moumita

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Doubles all buttons’ is closed to new replies.