Re: My images do not load at the right place

Solved

Why are my images loading in the wrong places on my online store?

stanlegebeke
Excursionist
32 0 2

Hello can anybody help me? My shopify store is loading my images at the wrong places sometimes and it is realy annoying. This problem occurs on mobile and on computer.

I want to solve the problem but when i make a new collection list the problem keeps occuring. I added images so you can see what the problem looks like.

 

WhatsApp Image 2023-02-21 at 19.54.06.jpeg

 

WhatsApp Image 2023-02-21 at 19.53.02.jpeg

 

right loading place.pngImages load wrong.png

I hope anybody can help me because i get way more bounces on my main page this way.

Kind regards, 
Stan Legebeke

 

 

UwDiervoeding.nl | Founder
Accepted Solutions (2)
RomanG
Shopify Partner
33 9 12

This is an accepted solution.

Hey @stanlegebeke  This issue is related to vertical-middle class. I'm not sure why it needs. but it's the main cause. If you will remove this class or styles, this issue will be fixed. 

RomanG_0-1677013312912.png

 

If you find my reply helpful, please hit Like and Mark as Solution

Github
Stack Overflow

View solution in original post

PageFly-Victor
Shopify Partner
7865 1786 3126

This is an accepted solution.

Hi @stanlegebeke 

 

This is Victor from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
#shopify-section-b2f658dd-0072-4c8a-831e-c72bc1c4748f .vertical-middle {
position: unset !important;
    top: 50%  !important;
    transform: unset  !important;
}
</style>

 

Hope this can help you solve the issue 

 

Best regards,

Victor | PageFly

View solution in original post

Replies 4 (4)

made4Uo
Shopify Partner
3872 718 1210

Hi @stanlegebeke,

 

Do you mind sharing your website? Your css file related to the images might be loading onload. This is usually done by developer to keep the website load faster

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free
stanlegebeke
Excursionist
32 0 2
Hello,

My website is www.uwdiervoeding.nl.

Kind regards
Stan Legebeke
UwDiervoeding.nl | Founder
RomanG
Shopify Partner
33 9 12

This is an accepted solution.

Hey @stanlegebeke  This issue is related to vertical-middle class. I'm not sure why it needs. but it's the main cause. If you will remove this class or styles, this issue will be fixed. 

RomanG_0-1677013312912.png

 

If you find my reply helpful, please hit Like and Mark as Solution

Github
Stack Overflow
PageFly-Victor
Shopify Partner
7865 1786 3126

This is an accepted solution.

Hi @stanlegebeke 

 

This is Victor from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
#shopify-section-b2f658dd-0072-4c8a-831e-c72bc1c4748f .vertical-middle {
position: unset !important;
    top: 50%  !important;
    transform: unset  !important;
}
</style>

 

Hope this can help you solve the issue 

 

Best regards,

Victor | PageFly