All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
The page i need help with is https://www.mishsweets.com/pages/gift-with-mish
I have added a shopify hosted video in this page below header but it is not getting auto played. Can someone help me please
Solved! Go to the solution
This is an accepted solution.
Hello @Mish_Sweets ,
Follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid file and search for </body>
now just before to it add this code
<script>
document.addEventListener('DOMContentLoaded', function() {
var modalElement = document.getElementById('Deferred-Poster-Modal-40296869462318');
if (modalElement) {
modalElement.click();
}
});
</script>
Thanks
This is an accepted solution.
Hello @Mish_Sweets ,
Follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid file and search for </body>
now just before to it add this code
<script>
document.addEventListener('DOMContentLoaded', function() {
var modalElement = document.getElementById('Deferred-Poster-Modal-40296869462318');
if (modalElement) {
modalElement.click();
}
});
</script>
Thanks
Hi Sir it worked thanx for your support