Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Juan Coronel

    (@juaancmendez)

    Hello Jessica,
    hope you’re doing well!

    We have reviewed our plugin with the Divi theme and we do not have that display problem. Anyway, add this CSS in Appearance > Customize > Additional CSS:

    #main-content #et-boc .clearfix {
        display: none !important;
    }

    Try it out and tell us if it works well for you, please.

    We will be attentive to your response.

    Have a nice day!

    Thread Starter sucedo

    (@sucedo)

    Hi,

    thanks for the code – this works well.
    Only the product gallery is not shown correctly. Perhaps you can have one more look?

    Thanks in advance!

    Thread Starter sucedo

    (@sucedo)

    Can you tell me what to do regarding the product gallery?

    Thx!

    Plugin Support Juan Coronel

    (@juaancmendez)

    Hello there,
    sorry for the delay!

    In order to fix the display issue, add this CSS too:

    ul.yith_magnifier_gallery {
      padding: inherit !important;
    }

    Try it out and tell me any news, please.

    Have a nice day!

    Thread Starter sucedo

    (@sucedo)

    Hi, this seems to work! Thx!
    Only thing is that the pictures are really blurry but Inthink thats an woo or theme issue I have to correct?

    Plugin Support Juan Coronel

    (@juaancmendez)

    Hi Jessica ??

    What resolution do you have the images in? At the moment we can’t see the carousel images on your page, since it seems that you have deactivated it. Anyway, try adding this code to your active theme’s functions.php file:

    if ( ! function_exists( 'single_product_small_thumbnail_size_custom' ) ) {
         function single_product_small_thumbnail_size_custom() {
              return 'woocommerce_thumbnail';
         }  
         add_filter( 'single_product_small_thumbnail_size', 'single_product_small_thumbnail_size_custom' );
    }

    If ‘woocommerce_thumbnail’ doesn’t work, try ‘woocommerce_single’ or ‘woocommerce_gallery_thumbnail’.

    Let us know any news, please.

    Best regards.

    Thread Starter sucedo

    (@sucedo)

    I have an other soultion with a differnet plugin now. Thx for your time!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Wrong Position Product Image’ is closed to new replies.