Hi Mike, thanks for the reply,
I updated this code in functions.php but even though its not working
the working example is here
http://neps.qodesoft.com/product/flat-card-invitations/
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' );
}
could you check with that.
If you put that in theme functions you don’t need the function. Just the addtheme support lines.
yes i tried that first time, even thought its not working.
Are there compatibility updates from the theme author?
I dont have any idea about that Mike, I have made lots of customization for to bring up the design. Now zoom and lightbox is working only for the main image and thumb images its not working 🙁
You need to check then – the old and new galleries are very different, and if your theme has custom CSS styles it won’t handle it.
Now i just added the image functionality properly,
http://neps.qodesoft.com/product/flat-card-invitations/
but gallery thumbnail is not working. What else i can try to make it work?
This is not the new gallery – it is using a different lightbox for a start. Sorry I cannot be more help because I don’t know how your theme handles it’s gallery code.
Well, none of my try goes well, so I implemented WP lightbox2 plugin for this.
thanks