Home>Support>Vantage needs a woocommerce lightbox update?

Vantage needs a woocommerce lightbox update?

Me and some others are having trouble with Vantage and the changes made to Woocommerce lightbox, bit out my depth here, but the link to this post should help. Cheers.

https://wordpress.org/support/topic/lightbox-not-working-128/#post-9003036

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 7 years, 5 months ago Alex S
    Hi, I Work Here

    Hi Aaron,

    We’re currently working on an update in response to the WooCommerce update. In the meantime, you can fix the lightbox by adding some PHP to your website. Please install Code Snippets and then navigate to WP AdminSnippetsAdd New and add the following PHP:

    function vantage_child_theme_setup() {
        add_theme_support( 'wc-product-gallery-lightbox' );
    }
    add_action( 'after_setup_theme', 'vantage_child_theme_setup' );
    

    Then click Save Changes and Activate. How does that look?

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More