Home Forums Themes Support Gecko Product Gallery Images Not Switching Properly

Viewing 5 reply threads
  • Author
    Posts
    • #17550

      After updating to woocommerce 3.3.2 product image gallery functionality appears to have broken.

      Not certain if this is a theme issue, or something as simple as a change in settings.

    • #17571

      Hi,

      I check your site but saw the gallery still work well. Could you take a screenshot describe the issue?

      Thanks

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

    • #17625

      Issue persists. The large image remains unchanged even though a different image in the gallery is selected. Same issue on Firefox, Chrome, and on mobile.

      Attachments:
      You must be logged in to view attached files.
    • #17638

      Hi,

      I checked your site and saw you override file product-image.php in child theme. I activate parent theme, it now work normal

      Best regards

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

    • #17646

      The original problem seems to have been solved by using woocommerce’s product-image.php v-3.0.0 instead of the latest version; However, now the slick arrow seems to be displaying improperly…

      Attachments:
      You must be logged in to view attached files.
    • #17733

      Hi,

      Sorry for late reply.

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

      .slick-prev::before, .slick-next::before {
      	-webkit-transform: rotate(-45deg) translateY(-7px);
      	-ms-transform: rotate(-45deg) translateY(-7px);
      	-o-transform: rotate(-45deg) translateY(-7px);
      	transform: rotate(-45deg) translateY(-7px);
      }

      Best regards

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

Viewing 5 reply threads

You must be logged in to reply to this topic.