Hello,
I am trying to replace the video that plays after pressing the “watch trailer” play button in the hero image but its not changing when I replace the url.
this is the code “”
but it’s playing the wrong video. Is it the playlist code that’s doing it?
I need it to be playing : https://www.youtube.com/watch?v=eL1aOH24Fj8
NOT :https://www.youtube.com/embed/Z6s91DtZzNI
This is the website URL: https://warriorsofstone.com/
Please advise thank you
Hi Jennine,
Thanks for reaching out.
If you have already changed the URL, it might be that the cache is the reason behind your problem. I would suggest you check once by clearing all types of cache including the System Cache from Cornerstone > Settings > System > Clear System Cache and check in the incognito/private mode of the browser.
If that does not help, please provide login credentials for your site in a secure note to examine it further, including:
– WordPress Site URL & Login URL
– WordPress Admin username/password
To create a secure note, click the key icon underneath any of your posts.
Thanks
Hi unfortunately that didnt work either. Its also playing the wrong video on the backend. I think it may have something to do with the playlist. I have attached the credentials. Thank you
Hi Jennine,
I have checked and found that the modal is showing the updated video. Can you please check and confirm it?
Thanks
Hello @Jennine,
Your video embedded code should be this:
<iframe width="560" height="315" src="https://www.youtube.com/embed/eL1aOH24Fj8?si=iRL154BfF9p4CQ0J&autoplay=0&mute=0&loop=1&controls=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
Kindly let us know how it goes.
hello,
Tahnk for your response but that did not work the way I needed it tp. If you drop this old code in thee you will see, it auto-plays with sound. "<iframe width="560" height="315" src="https://www.youtube.com/embed/Z6s91DtZzNI?rel=0;&autoplay=1&mute=0&loop=1&controls=1&playlist=PSodvqiNEH4" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>"
Hello @Jennine,
Open the video in Youtube and find the share button.
That is where you can find the embed code.
You can then compare to the old code and insert ?rel=0;&autoplay=1&mute=0&loop=1&controls=1
. Exclude the &playlist=PSodvqiNEH4
because you are not playing a playlist.
Best Regards.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.