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

video is not getting autoplayed in videoblock of crave theme

Solved

video is not getting autoplayed in videoblock of crave theme

Mish_Sweets
Tourist
4 0 2

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

Accepted Solution (1)

Guleria
Shopify Partner
4299 825 1189

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

- Elevate Your Store with Expert Shopify Services. Email: guleriathakur43@gmail.com - Need a quick fix or a tailored customization? I’ve got you covered.
- Looking to enhance your pages? Try GEMPAGES- a powerful drag & drop page builder.
- Let’s make your store stand out. Get in touch today!
- My Apps: Productify Groups – Smart product grouping made easy.

View solution in original post

Replies 2 (2)

Guleria
Shopify Partner
4299 825 1189

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

- Elevate Your Store with Expert Shopify Services. Email: guleriathakur43@gmail.com - Need a quick fix or a tailored customization? I’ve got you covered.
- Looking to enhance your pages? Try GEMPAGES- a powerful drag & drop page builder.
- Let’s make your store stand out. Get in touch today!
- My Apps: Productify Groups – Smart product grouping made easy.
Mish_Sweets
Tourist
4 0 2

Hi Sir it worked thanx for your support