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
- This topic has 12 replies, 2 voices, and was last updated 6 years, 10 months ago by Artem Temos.
-
AuthorPosts
-
January 24, 2018 at 5:15 pm #35215
Andrew ForestParticipantHello! 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.January 24, 2018 at 5:49 pm #35221
Andrew ForestParticipantNevermind, problem solved. 😀 any ideas about those swatches?
Thanks.January 24, 2018 at 6:13 pm #35222
Andrew ForestParticipantActually…. 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.January 25, 2018 at 7:54 am #35268
Artem TemosKeymasterHello,
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
XtemosJanuary 25, 2018 at 8:06 am #35275
Artem TemosKeymasterBy 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; }
January 25, 2018 at 9:37 am #35313
Andrew ForestParticipantSure!
January 25, 2018 at 9:37 am #35314
Artem TemosKeymasterThank you 🙂 Did you try to add the code we sent you?
January 25, 2018 at 9:46 am #35319
Andrew ForestParticipantThank 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!
January 25, 2018 at 10:13 am #35332
Artem TemosKeymasterRemove 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; }
January 25, 2018 at 11:35 am #35340
Andrew ForestParticipantThank 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.January 25, 2018 at 12:29 pm #35355
Artem TemosKeymasterSorry, but there is no way to change this particular message background.
January 25, 2018 at 1:25 pm #35377
Andrew ForestParticipantOkay then 🙂 Thank you so much for your help! Much appreciated. Have a great day!
January 25, 2018 at 1:39 pm #35383
Artem TemosKeymasterYou are welcome!
-
AuthorPosts
The topic ‘AJAX doesn't work for search bar after updating to Woodmart 1.9’ is closed to new replies.
- You must be logged in to create new topics. Login / Register