Home Forums Themes Support Claue-Shopify Quick shop button not working

Topic Resolution: Resolved
Viewing 12 reply threads
  • Author
    Posts
    • #20806

      When I click on quick shop button it takes me to a blank page with loading animation but never shows my product

    • #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

    • #20874
      This reply has been marked as private.
    • #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

    • #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.

    • #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

    • #21030

      Thx

    • #21031

      I don’t see the hover effect now..I only need the buttons to be hidden

    • #21059

      Or, can I leave one of the button and say “View Details” ?

    • #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

    • #21112

      Okay..can you at least  let me know how I can hide the “quick shop” button and leave the “add to cart”?

    • #21114

      To hide quick shop button, please use the custom CSS code below

      `.product__action–quickview { display: none !important; }

    • #21119

      I figured it out ! Thanks Harry

Viewing 12 reply threads

You must be logged in to reply to this topic.