Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Martin Valchev

    (@martinvalchev)

    Hi Jonas,

    Thank you for your positive feedback about the plugin!

    Thumbnail icon The issue you described with the play button being visible above the last dot likely stems from the specifics of your theme. To resolve this problem, we can add custom CSS that will remove the icon above the dot. Please add the following CSS code to your theme:

    @media (max-width: 991px) {
    .vwg-video-wrapper i {
    display: none;
    }
    }

    Thumbnail alignment Regarding the thumbnail alignment, it appears that the product you provided with a single asset currently does not have a video added. When I open the link, I do not see the video as shown in the attached image. Please ensure the video is added correctly so that we can see the issue and provide a solution.

    Thank you in advance for your cooperation, Best regards

    Thread Starter foudelle

    (@foudelle)

    Hi Martin,

    Thumbnail icon
    The extra CSS did remove the icon above the dot – thanks!

    Thumbnail alignment
    I readded the video to the product. You can find it here: https://www.foudelle.be/product/tayla/

    Thanks,
    Jonas

    Plugin Author Martin Valchev

    (@martinvalchev)

    Hi Jonas,

    I’m glad the extra CSS removed the icon above the dot!

    Regarding the thumbnail alignment, I think we have identified the issue – it stems from your theme’s styles. While we can’t determine if it’s a setting, we can suggest custom CSS that you can add, which should resolve the issue. Please add the following CSS code to your theme:

    .woocommerce div.product.layout-v6 .woocommerce-product-gallery.no-thumbnails {
    padding-left: 90px !important;
    }

    Please provide feedback so we can ensure the issue is resolved.

    Best regards

    Thread Starter foudelle

    (@foudelle)

    Hi Martin,

    I checked for any additional theme settings regarding the product layout, but there aren’t any available.

    Although the extra CSS did fix the alignment of the thumbnails, the placement of the “New” label is now off (it also moved 90px to the left). Also, this CSS breaks the mobile product layout, as well as the layout when there’s only one asset available.

    No worries if there’s no fix available. I’ll be adding a second photo soon.

    Plugin Author Martin Valchev

    (@martinvalchev)

    Hi Jonas,

    What you’re describing seems to stem from the theme. It’s logical to have such issues if there isn’t a thumbnail added. If you wish, you can find the email address from the links in the plugin and contact via email for a more thorough review.

    I would also kindly ask, if you have the time, to leave a review of the plugin. It would greatly help its development.

    Best regards,

    Thread Starter foudelle

    (@foudelle)

    Hi Martin,

    Since I have more than two assets in most cases, and video is rather exceptional, I will leave it as it is for now.

    I really appreciate the support. I have just rated the plugin with 5 stars.

    Please feel free to close this topic.

    Have a great day,
    Jonas

Viewing 6 replies - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.