Woocommerce, zoom and image galleries with Sage 10

Hi guys, im continue with the quest of making an ecommerce with sage10 and just noticed that zoom and image galleries died with it. in sage 9 you could add this inside the ‘after_setup_theme’ and that made the support of those libraries back once again into the theme, but in sage 10 that’s not working. do you have any clue on how to make this to work?

add_action( "after_setup_theme", function() {
    add_theme_support( "wc-product-gallery-zoom" );
    add_theme_support( "wc-product-gallery-lightbox" );
    add_theme_support( "wc-product-gallery-slider" );
} );

thank you guys in advance

This topic was automatically closed after 42 days. New replies are no longer allowed.