Your account expired support, please renew to get your support.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11070
    Nokasu
    Support Expired

    Hi,

    i want to disable the lightbox, but i cant change anythink on the single product site. How can i change this?

    June 10, 2021 at 10:46 am
    #11048
    Reply
    Billy NguyenBilly Nguyen

    Hi you,

    ABout this issue, please use this code, copy and paste into file functions.php:

    add_action(‘wp’, ‘remove_woo_image_effects’);
    function remove_woo_image_effects() {

    // this should be disable the gallery slider and lightbox
    remove_theme_support(‘wc-product-gallery-lightbox’);
    }

    — Doesnt works.

    #11074

    Hi,

    I fixed this issue, please recheck.

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

You must be logged in to reply to this topic.