I need lightbox instead of magnifier in WooCoommerce.

info1938
72 Posts
info1938 posted this 08 May 2019

Hello,
I know how to hide the magnifier, but it 's not an entirely working solution.
I need to know how to enable the lightbox instead of the magnifier.
I need to use a lightbox on my product details , not magnifier.
Hope you have a solution, saw that people are asking you for the same option since 2016 (3 years ago).

Hello, I know how to hide the magnifier, but it 's not an entirely working solution. I need to know how to enable the lightbox instead of the magnifier. I need to use a lightbox on my product details , not magnifier. Hope you have a solution, saw that people are asking you for the same option since 2016 (3 years ago).
Vote to pay developers attention to this features or issue.
4 Comments
Order By: Standard | Newest
info1938
72 Posts
info1938 posted this 08 May 2019

In addition, yes, I activated the lightbox support in my theme's functions.php
It's just still not working.

Used a sample of this code:

add_action( 'after_setup_theme', 'yourtheme_setup' );

function yourtheme_setup() {
add_theme_support( 'wc-product-gallery-zoom' );
add_theme_support( 'wc-product-gallery-lightbox' );
add_theme_support( 'wc-product-gallery-slider' );
}

In addition, yes, I activated the lightbox support in my theme's functions.php It's just still not working. Used a sample of this code: add_action( 'after_setup_theme', 'yourtheme_setup' ); function yourtheme_setup() { add_theme_support( 'wc-product-gallery-zoom' ); add_theme_support( 'wc-product-gallery-lightbox' ); add_theme_support( 'wc-product-gallery-slider' ); }
info1938
72 Posts
info1938 posted this 08 May 2019

Also, I tried with several plugins that are working on other non themler themes, but are conflicting with Themler.

Also, I tried with several plugins that are working on other non themler themes, but are conflicting with Themler.
info1938
72 Posts
info1938 posted this 09 May 2019

Okay, I found a plugin that is almost working .
But it's conflicting with the themler product details template.
Can I use the dafault woocommerce theme and disable product details themler template only for this page - Product Details?
I know how to disable all store templates, but this is not an option right now.

Okay, I found a plugin that is almost working . But it's conflicting with the themler product details template. Can I use the dafault woocommerce theme and disable product details themler template only for this page - Product Details? I know how to disable all store templates, but this is not an option right now.

Last edited 09 May 2019 by info1938

Support Team
Support Team posted this 14 May 2019

Hello Milla,
You mentioned that the last plugin you tried was almost working.
Could you please specify what the issues were? Maybe, we can fix them using custom CSS.

Gina
Themler Support

Hello Milla, You mentioned that the last plugin you tried was almost working. Could you please specify what the issues were? Maybe, we can fix them using custom CSS. Gina Themler Support
You must log in or register to leave comments