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

HomePage Forums Themes Support Bookory – Book Store WooCommerce Theme How can we disable automatic zoom of product images?

Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • #37052
    reylongkp
    Support Expired

    Hello

    I also want to disable automatic zoom of product images.

    How can i do that?

    Thnanks

    #37065
    #37071
    reylongkp
    Support Expired

    Hello

    I tried to add these in function.php but none of them worked properly for me.

    Please help

    #37076

    Hello,

    Please send the admin web account for me, I will check and try to help you.

    #37096
    reylongkp
    Support Expired

    How can I send it privately?

    #37111

    Please copy this custom css and add to the file style.css( child-theme) or customize css:

    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .woocommerce-product-gallery__image:hover a img {
        opacity: 1 !important;
    }
    #37123
    reylongkp
    Support Expired
    This reply has been marked as private.
    #37127

    I fixed this issue, please recheck your site.

    Please contact me through this topic, you don’t need to reply both email and comment on themeforest with this issue, we take a lot of time just to check and reply you.

    #37135
    reylongkp
    Support Expired

    I understand I will only contact you here.

    Product zoom is still there can we please disable zoom on images permanently?

    Screenshot

    Thanks

    #37138
    reylongkp
    Support Expired

    Hello

    I have this below code in Additional CSS:

    img.zoomImg{
    	position: inherit !important;
    	height:0 !important	
    }

    Now Product image zoom is disabled. Can you please tell me is this right?

    #37150

    Your css is incorrect, but this function has been disabled. Customization of the previous code worked: https://prnt.sc/gnqBdDcxDz61

    #37153
    reylongkp
    Support Expired

    Okay, so what will the correct CSS code be?

    Please help or is there anything we can do further to fix it without any complications

    #37156

    1. The php code as I instructed you, add it to the file functions.php
    2. Css code:

    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .woocommerce-product-gallery__image:hover a img {
        opacity: 1 !important;
    }

    add to the file style.css

    After adding the code, please clear all cache on your website and browser to check again

    #38403
    jss
    Support Expired

    Hello!

    I tried all of solutions mentioned on https://www.intelliwolf.com/disable-woocommerce-product-image-zoom/ but none of them work.

    #38416

    Please send the WordPress admin web account for me, I will check and try to help you.

Viewing 15 posts - 1 through 15 (of 19 total)

You must be logged in to reply to this topic.