Load page 50% - refresh theme

Solved

Load page 50% - refresh theme

Edgard22
Explorer
64 3 5

Hi 

 

my website is : https://f01138-5e.myshopify.com/

 

Since yesterday, i've modify few thing on my website (base.css) and now, the website is not slow BUT The website doesn't load all the elements on mobile and desktop, i've sometimes blackscreen life for exemple 

 

As you can see, the semi page is in background (black)

 

Could you please help me ? thanks a lot ! 

 

Screenshot 2024-04-26 14.10.07.png

Accepted Solutions (2)

Edgard22
Explorer
64 3 5

This is an accepted solution.

theycallmemakka
Shopify Partner
1796 436 465

This is an accepted solution.

Hi @Edgard22 ,

 

Can you try adding this css at the end of theme.liquid file just before </body>

<style>
@media (prefers-reduced-motion: no-preference) {
    .scroll-trigger.animate--fade-in, .scroll-trigger.animate--slide-in {
        opacity: 1!important;
    }
}
</style>

 

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
Makka

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com

View solution in original post

Replies 2 (2)

Edgard22
Explorer
64 3 5

This is an accepted solution.

it's good thanks

theycallmemakka
Shopify Partner
1796 436 465

This is an accepted solution.

Hi @Edgard22 ,

 

Can you try adding this css at the end of theme.liquid file just before </body>

<style>
@media (prefers-reduced-motion: no-preference) {
    .scroll-trigger.animate--fade-in, .scroll-trigger.animate--slide-in {
        opacity: 1!important;
    }
}
</style>

 

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
Makka

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com