• Resolved GuilhermeVieira

    (@guilhermevieira)


    Hello, I did a maintenance update for WordPress, theme and plugins and everything is working normally except this plugin.

    Before the update, the video appeared at the beginning of the slideshow normally. I already cleared cache, activated and deactivated the plugin and it didn’t work again.

    I also checked if there was any significant change in the product template and found nothing.

    And I tried to find some possible javascript error, but nothing appears on the console.

    Thank you,

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi there,
    We checked in your site and we can see the video without issue.

    Hi,

    It was a problem with the 8theme Classic theme template.

    I compared line by line with the original Woocommerce template, and found the lack of that line:

    echo apply_filters ('woocommerce_single_product_image_thumbnail_html', $ html, $ post_thumbnail_id); // phpcs: disable WordPress.XSS.EscapeOutput.OutputNotEscaped

    I couldn’t understand the problem exactly, but it made the featured image appear and the video too. The video appeared below the image, so to solve this I used this css:

    
    .owl-item> .woocommerce-product-gallery__image {
    position: relative;
    }
    
    .yith_featured_content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    }
    

    It’s not an elegant solution, but that’s what I got.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Video is not showing after update’ is closed to new replies.