Home Forums WoodMart support forum AJAX doesn't work for search bar after updating to Woodmart 1.9

AJAX doesn't work for search bar after updating to Woodmart 1.9

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #35215

    Andrew Forest
    Participant

    Hello! I got this problem after updating to 1.9. Any ideas? There are no header widgets activated, everything else seems fine.

    Also, any idea how can I increase the image size for the custom thumbnail swatches?

    Thank you! 🙂

    Attachments:
    You must be logged in to view attached files.
    #35221

    Andrew Forest
    Participant

    Nevermind, problem solved. 😀 any ideas about those swatches?
    Thanks.

    #35222

    Andrew Forest
    Participant

    Actually…. solved that too.. LOL. BUT! I got another question.. If you could point me in the right direction.. I want to reduce the border radius for the add to cart button (or all rounded buttons, actually.. i dont want them square, just to reduce the roundness) and.. I would like to remove the checkmark from the stock status and add a colored background for the text… that also has a bit of border radius.

    Thank you! Much appreciated! 🙂

    Attachments:
    You must be logged in to view attached files.
    #35268

    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 website link so we can prepare a custom CSS snippet for you?

    Kind Regards
    Xtemos

    #35275

    Artem Temos
    Keymaster

    By the way, try to apply the following CSS code. Add it to the Custom CSS area in Theme Settings

    .btns-shop-rounded #place_order, .btns-shop-rounded .cart-totals-inner .checkout-button, .btns-shop-rounded .login .button, .btns-shop-rounded .lost_reset_password .button, .btns-shop-rounded .popup-added_to_cart .view-cart, .btns-shop-rounded .popup-quick-view .woodmart-scroll-content>a, .btns-shop-rounded .product-list-item .woodmart-add-btn>a, .btns-shop-rounded .register .button, .btns-shop-rounded .return-to-shop .button, .btns-shop-rounded .single_add_to_cart_button, .btns-shop-rounded .social-login-btn>a, .btns-shop-rounded .widget_shopping_cart .buttons .checkout, .btns-shop-rounded .woocommerce table.wishlist_table td.product-add-to-cart .add_to_cart, .btns-shop-rounded .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn>a, .btns-shop-rounded .woodmart-hover-standard .btn-add>a, .btns-shop-rounded .woodmart-price-table .woodmart-plan-footer>a, .btns-shop-rounded .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button, .btns-shop-rounded table.compare-list tr.add-to-cart td a, .cart-totals-inner .btns-shop-rounded .checkout-button, .login .btns-shop-rounded .button, .lost_reset_password .btns-shop-rounded .button, .popup-added_to_cart .btns-shop-rounded .view-cart, .popup-quick-view .btns-shop-rounded .woodmart-scroll-content>a, .product-list-item .btns-shop-rounded .woodmart-add-btn>a, .register .btns-shop-rounded .button, .return-to-shop .btns-shop-rounded .button, .widget_shopping_cart .buttons .btns-shop-rounded .checkout, .woocommerce table.wishlist_table td.product-add-to-cart .btns-shop-rounded .add_to_cart, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .btns-shop-rounded .woodmart-add-btn>a, .woodmart-hover-standard .btns-shop-rounded .btn-add>a, .woodmart-price-table .btns-shop-rounded .woodmart-plan-footer>a, .yith-ywraq-add-to-quote .yith-ywraq-add-button .btns-shop-rounded .button.add-request-quote-button, table.compare-list tr.add-to-cart td .btns-shop-rounded a {
        border-radius:5px!important;
    }
    
    body .added_to_cart.btn-style-round, body .btn.btn-style-round, body .button.btn-style-round, body [type=submit].btn-style-round, body [type=button].btn-style-round, body button.btn-style-round {
       border-radius:5px!important;
    }
    
    .wishlist_table tr td.product-stock-status span.wishlist-in-stock, 
    .product-image-summary .in-stock, 
    .variations_form .in-stock {
        display:inline-block;
        padding:5px 10px;
        color: white!important;
        background-color:#0e981a;
        border-radius:5px;
        
    }
    
    .wishlist_table tr td.product-stock-status span.wishlist-in-stock:before, .product-image-summary .in-stock:before, .variations_form .in-stock:before {
    content:none!important;
    }
    #35313

    Andrew Forest
    Participant

    Sure!

    #35314

    Artem Temos
    Keymaster

    Thank you 🙂 Did you try to add the code we sent you?

    #35319

    Andrew Forest
    Participant

    Thank you su much. The code worked perfectly! 😀 Is there a way to set custom background for the stock status? like green for in stock, orange for only % left in stock and red for sold out?

    Thanks again!

    #35332

    Artem Temos
    Keymaster

    Remove this code https://gyazo.com/89a52de324b06fa73a53d04be14e2aa9 and try to set this one

    
    .product-image-summary .stock, .variations_form .stock, .wishlist_table tr td.product-stock-status span {
            display: inline-block;
       padding: 5px 10px;
       border-radius: 5px;
    }
    
    .wishlist_table tr td.product-stock-status span.wishlist-in-stock, .product-image-summary .in-stock, .variations_form .in-stock {
       color: white!important;
       background-color: #0e981a;
    }
    
    .wishlist_table tr td.product-stock-status span.wishlist-out-of-stock, .product-image-summary .out-of-stock, .variations_form .out-of-stock {
       background-color: rgb(181, 8, 8);
       color: white;
    }
    #35340

    Andrew Forest
    Participant

    Thank you! Worked perfectly for in stock and out of stock. Is there a way to make the background for “only 1 left in stock”(Doar 1 ramase in stoc!) orange?

    Thank you! ^_^

    Attachments:
    You must be logged in to view attached files.
    #35355

    Artem Temos
    Keymaster

    Sorry, but there is no way to change this particular message background.

    #35377

    Andrew Forest
    Participant

    Okay then 🙂 Thank you so much for your help! Much appreciated. Have a great day!

    #35383

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘AJAX doesn't work for search bar after updating to Woodmart 1.9’ is closed to new replies.