Home Forums Basel support forum Zoom outside (right side) & display arrows

Zoom outside (right side) & display arrows

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #14604

    Joe
    Participant

    Hello Support Team,

    I absolutely need this function, I can not adjust it or activate it:

    – Zoom effect outside right position
    – Show arrows for the product.

    I know there is the plugin of YITH WooCommerce Zoom Magnifier, but as soon as I activate this will destroy the thumbnails position to bottom.

    Responsive Design is also not good solution!

    See the screenshot.

    Please help!

    Thank you
    Best regards,

    screenshot

    Attachments:
    You must be logged in to view attached files.
    #14607

    Artem Temos
    Keymaster

    Hello,

    Thank you for choosing our theme and contacting us.

    Zoom function comes with WooCommerce plugin JS library. Unfortunately, it is not possible to show it the right window.

    Responsive layout seems to be correct on your website now

    Kind Regards
    XTemos Studio

    #14608

    Joe
    Participant

    Ok thank you,

    that sad, I really need this function 🙁

    As I said yith plugin would have fix that, but after activating the plugin, the Layout is destroyed. I would be glad that this is also fixed at next update.

    Responsive layout is now well 😉

    what about to display arrows, also not possible?

    Best regards,

    Attachments:
    You must be logged in to view attached files.
    #14615

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS in Theme Settings for desktop only to display arrows

    .product-image-summary .woocommerce-product-gallery--with-images .woocommerce-product-gallery__wrapper .owl-nav {
    	display: block;
        position: static;
        background-color: transparent;
        box-shadow: none;
    }
    
    .product-image-summary .woocommerce-product-gallery--with-images .woocommerce-product-gallery__wrapper .owl-nav>div {
    	position: absolute;
    }
    
    .product-image-summary .woocommerce-product-gallery--with-images .woocommerce-product-gallery__wrapper .owl-prev {
    	left: -30px;
    }
    
    .product-image-summary .woocommerce-product-gallery--with-images .woocommerce-product-gallery__wrapper .owl-next {
    	right: -30px;
    }
    #14652

    Joe
    Participant

    Thank you 😉

    if were there possible to make the zoom outside it would be perfect 🙂

    #14656

    Artem Temos
    Keymaster

    Sorry, but it is not possible at the moment. We will consider adding this feature in our future updates.

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