Your account expired support, please renew to get your support.

HomePage Forums Themes Support Poco – Fast Food Restaurant WordPress Theme Change WC single product site

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #11014
    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?

    #11048

    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');
    }
    #11069
    Nokasu
    Support Expired

    doesnt works. I start a new tpoic with my admin infos. Maybe helps that.

    #11079

    I fixed this issue, please check.

    P.s: with same issue, please reply in this topic, I will check, don’t create new topic with same issue.

    #11087
    Nokasu
    Support Expired

    ok :=)

    but. ->

    unfortunately you can still click on the pictures on the product page. these are then enlarged or at least loaded separately. the picture keeps the link. The aim is that the picture is not clickable at all.

    Best wishes

    #11128

    Ok, I fixed this issue, please recheck.

    #11139
    Nokasu
    Support Expired

    solved, ty

    #11147

    OK. Let me know if you need to help.

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

You must be logged in to reply to this topic.