Home › Forums › WoodMart support forum › YITH WooCommerce Featured Audio and Video Content Premium – auto play disabled
YITH WooCommerce Featured Audio and Video Content Premium – auto play disabled
- This topic has 9 replies, 2 voices, and was last updated 4 years, 2 months ago by Artem Temos.
-
AuthorPosts
-
September 21, 2020 at 3:08 pm #227865
tesseraParticipantHello,
i am using the last version of the theme.
Also i have buy YITH WooCommerce Featured Audio and Video Content Premium.The problems is that the auto play doesn’t work.
I have contact with the support of YITH and tell my that exists a problem with Woodmart and suggest me to contact with you.I have already try to disable all plugins but the problem resists.
When i disable the theme and works.Could you please help me?
Best regards,
TesseraSeptember 22, 2020 at 7:02 am #227991
Artem TemosKeymasterHi,
Please, describe to us your problems in a bit more details. Attach some screenshots and provide us with a list of steps on how to reproduce it on your website.
Thank you in advance.
September 22, 2020 at 9:57 am #228030
tesseraParticipantI a sending you on private content the product that I add the video and some other informations.
September 22, 2020 at 11:18 am #228069
Artem TemosKeymasterWe see that the video is working on that product https://gyazo.com/1f3ddd7b876872dffd8492069a84715f
September 22, 2020 at 11:37 am #228074
tesseraParticipantThe autoplay doesn’t work.
That’s the problem. Without your theme worksSeptember 22, 2020 at 11:38 am #228075
Artem TemosKeymasterSeems like this plugin has some special JS action to play the video on a default WooCommerce gallery. Since our theme has our own gallery they should write some different script. Otherwise, this feature will not work with our theme and we can’t do anything with that.
September 22, 2020 at 11:44 am #228077
tesseraParticipantBut the problem is with Woodmart, on other themes that I have tested works.
September 22, 2020 at 11:47 am #228078
Artem TemosKeymasterYes, we understand this. Actually, that is what we said that our theme has our own special gallery and it seems that this plugin is not compatible with themes that have redesigned the gallery. We would be glad to help you, but we can’t do anything with that. You need to contact the plugin developers and ask how exactly this video should start. What JS script they use for that. Then we can try to call that script when you scroll to video in our theme’s gallery.
September 23, 2020 at 1:31 pm #228481
tesseraParticipantHello,
the plugin creator send us the followingsSeptember 23, 2020 at 1:48 pm #228495
Artem TemosKeymasterOK, we will try to prepare a fix for you. But we have a few questions to this code. How exactly can we trigger video play? What is
video_id
?
Here is a code that calls when the video slide is shown but it needs to be improved with a code from the plugin to start the video playing.var $mainOwl = jQuery('.woocommerce-product-gallery__wrapper.owl-carousel'); $mainOwl.on('changed.owl.carousel', function(e){ var i = e.item.index; var $slide = $mainOwl.find('.owl-item').eq(i); if( $slide.find('.yith_featured_content').length > 0 ) { // Get video ID and play it } });
Kind Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register