Okay
  Public Ticket #1867782
Product gallery slider
Closed

Comments

  •  1
    SoesIT started the conversation

    Hello Laborator,
    I need to disable the product gallery slider. Showing the featured image and varation images in the gallery is confusing. I don't see an option in the theme options to do that, only zoom and lightbox.
    I enabled a child-theme and trying things with remove_action in functions.php but that doenst work either.

    For now i disabled the code in the parent theme:
    aurum/inc/laborator_woocommerce.php line 22 till 28

    It works but its not the way to do this. Could you guys help?
    Thank you

  • [deleted] replied

    Hi SoesIT,

    Can you tell me how do you want to show the product images, because I am not sure if I understood properly how do you want to align images for product and what happens when you add variation with image?!

  •  1
    SoesIT replied

    I don't want the slideshow. Only the variation single image after selecting a variation

    It's confusing for customers to show the normal thumbnail and the variation in a slideshow when selecting a variation.

  • [deleted] replied

    Hi SoesIT,

    I have checked your site and after selecting a product variation I don't see a product slideshow after selecting color and size. Have you managed to fix this issue already?

  •  1
    SoesIT replied

    yes i already told that in the first post, i disabled code:

    ---

    For now i disabled the code in the parent theme: aurum/inc/laborator_woocommerce.php line 22 till 28

    It works but its not the way to do this.


  • [deleted] replied

    Hello,

    You can add the following code, it has the same effect as your fix:

    add_filter( 'aurum_woocommerce_use_custom_product_image_gallery_layout', '__return_false' );
    This code can be added in child theme and you don't need to worry for future updates.

  •  1
    SoesIT replied

    Yes great thank you!!!

  • [deleted] replied

    Happy to hear thatsmile.png

    I wish you a great day!

    Will mark this ticket as solved from here.

    P.S: If you like the theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.

    A huge thank you from me and Laborator in advance.