Remove loading screen

Solved

Remove loading screen

Digital_Imran
Shopify Partner
289 2 43

Hello everyone. I hope you are all doing well.
When I open my website, I see a loading screen. There is no option to disable it in settings. Would anyone be able to give me a solution to fix this? If you wish, you can provide code as well.

Any help will be greatly appreciated 🙂

Store URL: https://kaeactive.com/

Problem Solved? ✔Accept and Like solutions to help future merchants.

Do you need high converting Shopify store? with customized graphical banners, hire me.
Message me now to get started. My response time is lightning fast.
Accepted Solution (1)
Roy-ロイ
Shopify Partner
91 19 34

This is an accepted solution.

Hey @Digital_Imran , 
Great job adding the code. There is one small issue. The code is working but it is working late due to the placement of the code. Its currently placed at line 8791 which is delaying its execution. 

Roy_0-1721817416410.png

 

Lets do this, please follow the below steps for better placement: 

  1. Log in to your Shopify Admin panel.
  2. Go to Online Store > Theme > Edit Code.
  3. In the Customizer, navigate to the base.css file and add the given below code at the end.

 

body .transition-cover {
    display: none;
}​​

 

 

Let's connect and grow your Shopify business together! 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - Connect with me at: roy.solution.partner@gmail.com ( CRO | Site Speed Optimization | Custom Development )

View solution in original post

Replies 4 (4)

Roy-ロイ
Shopify Partner
91 19 34

Hi @Digital_Imran 

We can do this through CSS.

To get started, follow these steps:

  1. Log in to your Shopify Admin panel.
  2. Go to Online Store > Themes > Customize.
  3. In the Customizer, navigate to the Theme settings and add the below code in the Custom CSS field. 

 

 

body .transition-cover {
    display: none;
}​

 

 

Let's connect and grow your Shopify business together! 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - Connect with me at: roy.solution.partner@gmail.com ( CRO | Site Speed Optimization | Custom Development )

Digital_Imran
Shopify Partner
289 2 43

Thanks @Roy-ロイ for the response. However, the loading screen is still on the website. Could you please check the code? Any help will be highly appreciated

Problem Solved? ✔Accept and Like solutions to help future merchants.

Do you need high converting Shopify store? with customized graphical banners, hire me.
Message me now to get started. My response time is lightning fast.
Roy-ロイ
Shopify Partner
91 19 34

This is an accepted solution.

Hey @Digital_Imran , 
Great job adding the code. There is one small issue. The code is working but it is working late due to the placement of the code. Its currently placed at line 8791 which is delaying its execution. 

Roy_0-1721817416410.png

 

Lets do this, please follow the below steps for better placement: 

  1. Log in to your Shopify Admin panel.
  2. Go to Online Store > Theme > Edit Code.
  3. In the Customizer, navigate to the base.css file and add the given below code at the end.

 

body .transition-cover {
    display: none;
}​​

 

 

Let's connect and grow your Shopify business together! 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - Connect with me at: roy.solution.partner@gmail.com ( CRO | Site Speed Optimization | Custom Development )

Digital_Imran
Shopify Partner
289 2 43

Thank you so much @Roy-ロイ . It works 😄

Problem Solved? ✔Accept and Like solutions to help future merchants.

Do you need high converting Shopify store? with customized graphical banners, hire me.
Message me now to get started. My response time is lightning fast.