Home Forums Themes Support Claue No Mobile – goes to product page

Topic Resolution: Resolved
Viewing 6 reply threads
  • Author
    Posts
    • #28987

      Hi,

      On mobile device it goes to the product page. Can it instead go to quick view as in desktop ?

      If can I remove SKU: N/A in product page ?

      Many Thanks

    • #28990

      Hi,

      1. It now i can’t access your site. Please check.

      2. Please add below code to claue > theme option > general layout > custom css

      .product_meta > span.sku_wrapper {display: none;}

      Regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #29015

      Hi,

      1. Sorry I used your Maintenance plan mode now and you should be able to see site now.

      2. Thats great and works.

      Many Thanks

    • #29023

      Hi,

      Please add below code to Claue > Theme Option > general layout > Custom CSS

      @media only screen and (max-width: 1024px) {
      .yith-wcwl-add-to-wishlist ~ .product-btn {
      	top: 40% !important;
      }
      .product-btn {
      	left: 50%;
      	transform: translate(-50%, -50%);
      	top: 40% !important;
      }
      .product-btn {
      	opacity: 0;
      	visibility: hidden;
      	color: #222;
      }
      .btn-quickview {
      	text-indent: 0;
      	background: #fff;
      	border: inherit;
      	padding: 0 15px;
      }
      .product-image:hover .product-btn {
      	opacity: 1;
      	visibility: visible;
      	top: 50% !important;
      }
      .btn-quickview:hover {
      	background: #222 !important;
      }}

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #29047

      Hi,

      Many Thanks for the CSS. I tried but when I click on the product, the The Donate Now button appears but also on the first click the pages starts to go to the product page and does not get a chance to click on Donate Now to get the quick view screen (pop up)

      I hope you can see this and help.
      Thanks

    • #29049

      Hi,

      Please add more custom CSS

      .product-image-flip a {
      	pointer-events: none;
      }

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #29059

      Hi, Many thanks thats great and works.

Viewing 6 reply threads

You must be logged in to reply to this topic.