Home Forums WoodMart support forum compatibility with WooCommerce Additional Variation Images plugin

compatibility with WooCommerce Additional Variation Images plugin

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #18916

    sitevar
    Participant

    Hi
    As what the plugin developer said ( The woocommerce development team ) :

    Themes that follow the default WooCommerce lightbox implementation will usually work with this plugin.

    However, some themes use an unorthodox method to add their own lightbox/slider, which breaks the hooks this plugin needs. Third-party theme authors can make this plugin work together by using the hooks and triggers available within the plugin.

    In addition, this plugin has incorporated its own lightbox so you can always choose to use it and turn off any lightbox options that are coming from your theme.

    1- so the first step they suggest To add support for this particular theme, is setting lightbox option to default.
    2- Then There are some functions to add in child theme functions php and a js file to add in the theme root folder .

    I have set part 2 but nothing changed because I don’t find the way to set part 1 by is setting lightbox option to default and disable the theme lightbox.

    please to help.

    #18929

    Artem Temos
    Keymaster

    Hi,

    Try to copy the following files from WooCommerce templates folder to your child theme woocommerce/single-product/ folder

    woocommerce/templates/single-product/product-images.php
    woocommerce/templates/single-product/product-thumbnails.php

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)