Home › Forums › Themes Support › Claue-Shopify › Quick shop button not working
- This topic has 12 replies, 3 voices, and was last updated 6 years, 6 months ago by mashiaq.
-
AuthorPosts
-
-
May 24, 2018 at 2:28 am #20806
When I click on quick shop button it takes me to a blank page with loading animation but never shows my product
-
May 25, 2018 at 12:04 pm #20849
Hi,
Sorry because miss your message.
Could you please try update theme to latest version. http://shopify.janstudio.net/claue/document/#updating-the-theme
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
May 25, 2018 at 10:26 pm #20874This reply has been marked as private.
-
May 26, 2018 at 12:30 pm #20905
Hi,
Please backup the file your edited and copy customize code you added after that update theme and put backup again.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
May 28, 2018 at 10:36 pm #20999
Couldn’t figure out, anyway can you tell me how to hide the “quick shop” and “add to cart” buttons on product hover? I will keep add to cart only on product details page.
-
May 29, 2018 at 10:05 am #21018
Hi,
Please add below code to Theme Customize > Theme Settings > Custom Code > Custom CSS
.product__image:hover .product__action { display: none; }
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
May 29, 2018 at 9:39 pm #21030
Thx
-
May 29, 2018 at 9:40 pm #21031
I don’t see the hover effect now..I only need the buttons to be hidden
-
May 30, 2018 at 1:41 am #21059
Or, can I leave one of the button and say “View Details” ?
-
May 30, 2018 at 9:40 am #21064
Hi,
The hover effect only for “Add To Cart” and “Quick Shop” button. Now you remove the button so it will remove hover effect.
Sorry it can’t add View Detail button, it now user can click on the photo to detail page, i think don’t need the button.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
May 30, 2018 at 10:06 pm #21112
Okay..can you at least let me know how I can hide the “quick shop” button and leave the “add to cart”?
-
May 30, 2018 at 10:40 pm #21114
To hide quick shop button, please use the custom CSS code below
`.product__action–quickview { display: none !important; }
-
May 31, 2018 at 12:33 am #21119
I figured it out ! Thanks Harry
-
-
AuthorPosts
You must be logged in to reply to this topic.