• Resolved markussi

    (@markussi)


    Hi there,

    I realy like your plugin. I am considering buying it, but it seems that it don’t fit my layout somehow? The arrows are not on the edge of my images and also it seems that videos are not really fitting inside the box … please see screenshot

    Thank you and best regards,

    Markussi

    The page I need help with: [log in to see the link]

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author NikHiL Gadhiya

    (@nikhilgadhiya)

    Hello,
    Please set slider width as your need using CSS.
    Such as :

    .images.nickx_product_images_with_video {
        width: 500px !important;
    }

    Thank You.

    Thread Starter markussi

    (@markussi)

    Hey NikHil,

    Thanks a lot! It is working. But there is another issue: When I click on the a variation normally it jumps to the respective image. This function seems not to work with your plugin?

    Thank you

    Markussi

    Plugin Author NikHiL Gadhiya

    (@nikhilgadhiya)

    Hello,
    It’s working in our plugin.
    Check our demo site.

    Can you please share your site URL so I can check it out what’s going wrong with you?

    Thread Starter markussi

    (@markussi)

    Hey NikHil,

    I sent you an e-Mail (as my website is not yet officially available) ??

    Best,

    Markussi

    Plugin Author NikHiL Gadhiya

    (@nikhilgadhiya)

    Hello,

    When you click on the a variation but it not jump to the respective image. We fixed this issue and released update.
    Please update the plugin with latest version.

    Thank You.

    Thread Starter markussi

    (@markussi)

    Hi NikHil,

    perfect, it is working now – but now I have some other issues (please have a look at the screenshots)

    1. there seems to be an overlap with the image container, showing the correct image and a part of the previous image ( https://ibb.co/xHqH7vB )
    2. it seems to not be responsive on my smartphone ( https://ibb.co/59dY5Z6 )

    Thanks for your support,

    Markussi

    Plugin Author NikHiL Gadhiya

    (@nikhilgadhiya)

    Hello,

    You don’t added CSS that provided on my last mail?
    I’ve checked on your site the custom css is reflected in our plugin.
    Please add the following css in your site.

    .nslick-track.single-product-main-image.woocommerce-product-gallery__image {
        left: 0 !important;
    }

    Thank You.

    Thread Starter markussi

    (@markussi)

    Hey NikHil,

    Thanks a lot!

    I added the css from you previous post (just with 600 px) and the other problem is also resolved – on the desktop pc the plugin works now perfectly fine.
    But when I open it on my Smartphone the image slider is not responsive https://ibb.co/59dY5Z6

    If we get it to work I am definitely going to purchase your plugin.

    Thanks for your support so far!

    Plugin Author NikHiL Gadhiya

    (@nikhilgadhiya)

    Please add following CSS for mobile.

    .nslick-slide img {
        display: block;
        width: 100%;
    }
    @media (max-width:500px){
        .images.nickx_product_images_with_video {
            width: 100% !important;
        }
    }

    Thank you.

    Thread Starter markussi

    (@markussi)

    Hey NikHil,

    thanks for your excellent support – everything seems to work now! I am going to purchase the plugin tomorrow to acknowledge your amazing work! Thank you.

    Best,

    Markussi

    Plugin Author NikHiL Gadhiya

    (@nikhilgadhiya)

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Arrows not fitting image’ is closed to new replies.