Viewing 1 replies (of 1 total)
  • Plugin Contributor Nick C

    (@modernnerd)

    Thanks for this suggestion, @detoner!

    Many StudioPress themes do add WooCommerce 3 gallery support by default now. If your theme does not, you can add these three lines to your functions.php file, as described in the article you referenced:

    add_theme_support( 'wc-product-gallery-lightbox' );
    add_theme_support( 'wc-product-gallery-slider' );
    add_theme_support( 'wc-product-gallery-zoom' );

    It’s up to individual themes to add gallery support and adjust styling if needed, so this is not something that’s likely to be added to Genesis Connect directly.

Viewing 1 replies (of 1 total)
  • The topic ‘light box support’ is closed to new replies.