Home › Forums › Themes Support › Claue › Quick Shop Button Help
- This topic has 13 replies, 2 voices, and was last updated 6 years, 3 months ago by Rahim.
-
AuthorPosts
-
-
October 3, 2018 at 4:48 pm #25333
Hi Harry,
Is there any chance to disable quick shop button for out of stock product?
Regards.
Rahim Vaziri
CEO & Founder at Look.ir -
October 3, 2018 at 5:55 pm #25342
Please add below code
.product.outofstock .btn-quickview {display: none;}
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
October 3, 2018 at 6:13 pm #25345
Hi Harry,
It’s not working.
Could you please check the code again on your local?
Rahim Vaziri
CEO & Founder at Look.ir -
October 3, 2018 at 6:16 pm #25346
Hi Rahim,
I checked on my local it work well.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
October 3, 2018 at 6:21 pm #25347
Harry maybe it’s not working on my site because I am using another plugin : Woo Out Of Stock Products
Could you please check that on my site?
Regards.
Rahim Vaziri
CEO & Founder at Look.ir -
October 3, 2018 at 6:23 pm #25348
You can find it here : https://look.ir/new-arrival/
Rahim Vaziri
CEO & Founder at Look.ir -
October 3, 2018 at 9:35 pm #25351
Hi Rahim,
Please change code to
.products .product.outofstock a.btn-quickview {display: none;}
The code of plugin override my code.
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
October 4, 2018 at 3:33 pm #25371
Hi Harry,
The code disables the quick shop button in mobile view, Not in desktop :
Rahim Vaziri
CEO & Founder at Look.ir -
October 4, 2018 at 4:59 pm #25389
Hi Rahim,
You added code in media query 736 of mobile so it only hide quick view button on mobile. Please move out the code.
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
October 4, 2018 at 5:07 pm #25391
Hi Harry,
I made this code as a comment and cleared the cache but still not working :
/*table.wishlist_table tr td:not(.product-quantity) { text-align: center; font-size: 13px; }*/
Rahim Vaziri
CEO & Founder at Look.ir -
October 4, 2018 at 5:29 pm #25396
Hi Rahim,
I mean you added code
.products .product.outofstock a.btn-quickview {display: none;}
it now applied for mobile only. Please move out this code to apply for all device.
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
October 4, 2018 at 5:36 pm #25398
Hi Harry,
It’s not like this.
I have only one of this code in my style.css of child theme and it’s out of media query : http://take.ms/3Crvl
Regards.
Rahim Vaziri
CEO & Founder at Look.ir -
October 4, 2018 at 5:56 pm #25401
Hi Rahim,
Did you forgot add close tag for media query or not yet clear cache. I check the code running on your site https://monosnap.com/file/GZDnwy4q8hil7t5ERTPvdrMG3jvNtR#
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
October 4, 2018 at 7:25 pm #25403
Hi Harry,
Sorry, It was because of the closing tag for media query.
Thank you so much. <3
Regards.
Rahim Vaziri
CEO & Founder at Look.ir
-
-
AuthorPosts
You must be logged in to reply to this topic.