Viewing 1 replies (of 1 total)
  • Plugin Support fizanzvai

    (@fizanzvai)

    Hi,

    Thanks for reaching out to us. Unfortunately, currently, this feature is not available.

    You can add the following snippet using a plugin called Code Snippets:

    add_filter( 'woo_variation_gallery_slider_js_options', function( $slider_js_options ){
    $slider_js_options['dots'] = true;
    return $slider_js_options;
    } );

    You can also add the above code inside your current theme’s functions.php file. Then you can design them as you want.

    Note: It is recommended to add the Custom Code to the child theme’s functions.php file, to avoid any data loss while updating the Parent Theme.

    I hope this will be helpful for you. Please let me know if you have further queries regarding our plugin.

    Thank You

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.