Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #784466

    Hi Guys,

    I have tried a few solutions i have found on the support but i couldnt find one
    I saw someone gave this link to fix the problem; https://createandcode.com/broken-photo-gallery-and-lightbox-after-woocommerce-3-0-upgrade/
    but it didnt work for me.

    i have added the woocommerce part in the style.css from enfold and also the code 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’ );
    } in my functions.php but that also did work.

    What did i do wrong?

    Thanks a lot!

    #784469

    @Angelo-ufirst as for now (Enfold up to 4.0.5) you need some extra steps and the wp-product-gallery-slider would need even more development. Take a look here.

    #784480

    That worked perfect for me! Thanks a lot!

    #785482

    Hi Angelo-ufirst,

    Glad to hear that it worked :)


    @mensmaximus
    : Thanks for providing the fix :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘product gallery doesnt work anymore with woocommerce and enfold’ is closed to new replies.