Okay
  Public Ticket #1572799
Woocommerce - Hide product image in single product page
Closed

Comments

  • JoelKnox started the conversation

    Hi there,

    I would like to hide the product main (featured) image in the product page. In every single product page I would like to show only the "product gallery" images, not the product image. How could I achieve this? I tried to add some remove_action and add_action to my functions.php in the Kalium Child Theme without any results.

    Thanks in advanced!

  • [deleted] replied

    Hi Joel,

    This is a customization question and support doesn't offer customization services as we wrote on our support homepage and on this area. I will try to help you this time though

    Can you please share your Wordpress credentials here, because I need to login to your site and be able to assist you. Your information is safe here (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

    Thanks!

  •   JoelKnox replied privately
  • [deleted] replied

    Hi Joel,

    Can you please add the code below to your Custom CSS area:

    .woocommerce .products .product .product-images {
        display: none !important;
    }
    .woocommerce .single-product-images .kalium-woocommerce-product-gallery .main-product-images.carousel.slick-initialized {
        display: none;
    }

    This is all we can do. If you want more advanced stuff then I'm afraid that this is out of our support scope.

    If you're looking for professional help in this matter, there's always someone available for such tasks on the WP Kraken or Codeable. Pricing and timeline are always straightforward there and that's the main reason for recommending those services.

    Have a nice day!

  • JoelKnox replied

    Thanks, Ylli!

    It didn't work as expected (the CSS code completely removed the images and thumbnails from single product page). Don't worry, I will keep trying to solve this by my own or I will hire a professional in WP Kraken or Codeable.

    I'm not sure if I can post here another question about Kalium theme or if I should open a new ticket... I try to define the shop image dimensions to 1:1 but it doesn't work when I use a GIF as my featured product image. But it works properly when I use a JPG image. Any ideas?

    Thanks!

  • [deleted] replied

    Hi Joel,

    Maybe the WooCommerce doesn't support gifs for the moment there.

    Anyway, kindly open a new ticket and post your request so it will be helpful for the other users to take advantage of searching them on the forum. We’re glad to help you in your new thread.

    Will set this ticket as solved from here.