Home Forums Themes Support Claue single Product Page 1st Image sticks

Viewing 4 reply threads
  • Author
    Posts
    • #32642

      When you go to single product page on mobile and try to slide the product image up to see below, as soon as you touch it, it zooms instead and won’t ever let you slide it upward.  but if you arrow to next image and try to slide it up, it works.  the first image when product page opens sticks and only clicks to zoom image ?

      Example:

      DYNAMITE Brazil Leggings L2094 APPLE BOOTY Aphrodite Sexy Workout Leggings

    • #32659

      Hi,

      I check on our demo but don’t see problem like yours. http://janstudio.net/claue/demo/product/cuffed-beanie/

      Please try add below code to Claue > Theme Option > General Layout > Custom CSS

      .single-product-thumbnail .slick-slide > a {
      	display: inline-block;
      }

      Regards

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

    • #32666

      the slick-slide code seemed to work.  not sure what made it stop working.  thx.

    • #33021

      This seems to happen randomly if you go on my site and look at certain products soon as you touch them it tries to zoom in instead of letting you slide up here is a video linkThis seems to happen randomly if you go on my site and look at certain products soon as you touch them it tries to zoom in instead of letting you slide up here is a video link

      https://www.dropbox.com/s/w3w3catwhu2js1j/IMG_2448.TRIM.MOV?dl=0

    • #33023

      Hi,

      Please add below code

      @media only screen and (max-width: 767px) {
      .single-product-thumbnail .slick-slide img.zoomImg {display: none;}
      }

      Kind regards

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

Viewing 4 reply threads

You must be logged in to reply to this topic.