Home Forums WoodMart support forum Add quote button appears duplicate.

Add quote button appears duplicate.

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #29420

    Fernando Lopes
    Participant

    Hello. The “YITH WooCommerce Request A Quote” plugin button is appearing duplicate on the product page.

    Could I solve this?
    Congratulations. Your theme is sensational!

    #29429

    Artem Temos
    Keymaster

    Hello,

    We are glad to know that you considered using WoodMart for your web-site. I hope you will be happy with it.

    Could you please provide us your admin access so we can check it?

    Kind Regards
    Xtemos

    #29435

    Fernando Lopes
    Participant

    Yes.

    #29436

    Artem Temos
    Keymaster

    Could you please send us your FTP access also?

    #29437

    Fernando Lopes
    Participant

    I use SSH access. I do not have FTP access.

    #29438

    Artem Temos
    Keymaster

    In this case, try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue

    .woocommerce-product-details__short-description + .yith-ywraq-add-to-quote {
    	display: none!important;
    }
    #29442

    Fernando Lopes
    Participant

    I tested in the theme’s custom CSS area and also in the style.css file of the child theme and it did not work.

    #29447

    Artem Temos
    Keymaster

    But it works correctly for us now https://gyazo.com/509d1219d06c405178872b84007a6758

    #29451

    Fernando Lopes
    Participant

    Hmmm. In priceless products seems to be working. I’m looking at a product that has price. Look at the link.

    #29454

    Artem Temos
    Keymaster

    OK, we see the problem. Try to add this code also

    .cart + .yith-ywraq-add-to-quote {
    	display: none!important;
    }
    #29459

    Fernando Lopes
    Participant

    For you the change appears? It still does not work here.

    #29461

    Fernando Lopes
    Participant

    Sorry. It was probably some cache problem. It is already running. Thanks a lot for the help!

    #29464

    Artem Temos
    Keymaster

    You are welcome!

    #29466

    Fernando Lopes
    Participant

    I’ve seen that when customizations are made to the style.css file of the child theme, they do not work, but when they were placed in the theme’s custom CSS panel, it worked. What would be the problem?

    #29479

    Artem Temos
    Keymaster

    Maybe you didn’t activate the child theme or some issue with cache plugins.

Viewing 15 posts - 1 through 15 (of 15 total)