Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Juanjo15
tagDiv Member

Hi!

In my case, I can not show the images whith lightbox:

https://lascigarreras.net/producto/disco-madre-cigarrera/

This is the code that I added in childtheme’s functions.pho:

/* Woocommerce galerías */

add_action( 'after_setup_theme', 'yourtheme_setup' );

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

I am doing something wrong?

Viewing 1 post (of 1 total)