I'm trying to insert this video into the homepage of the debut theme.The video is forever loading and the play button doesn't work. How can I fix this?
https://www.youtube.com/watch?v=p7DjwxFcUdA
Heres the link to my store:
Hey there,
The reasons is a javascript error that happens during video loading. Make a copy of your currently live theme, locate your theme.js.liquid file and find a snippet similar to this one:
function getVideoOptions(evt) { return videos[evt.target.h.id]; }
adjust it to read:
function getVideoOptions(evt) { return videos[evt.target.a.id]; }
notice the exchange of .h. with .a.
@Visely-Team wrote:@Ababusa @digitalmirrors share your store's URL so I can take a look, it might not be related.
Can you take a look at mine too ?
User | Count |
---|---|
24 | |
24 | |
22 | |
19 | |
13 |