Lightbox not working despite added code
-
I put the following code into a must-use plugin having replaced ‘yourtheme’ with the name of our theme and nothing happens.
What could I be doing wrong?
Thanks!
`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’ );
}The page I need help with: [log in to see the link]
- The topic ‘Lightbox not working despite added code’ is closed to new replies.