Missing page pictures within an old json template

Solved

Missing page pictures within an old json template

Schemp
Shopify Partner
5 0 2

Hey there fellas, 

 

our agency is on a extended christmas vacation (read: no longer in business) which made me go on a little bug hunt by myself...I may have reached the end of my capabilities here 😉 

 

I´ve got this page within a shop and it´s missing a lot of its pictures. https://www.tamaracomolli.com/pages/ueber-uns 

 

For example: Under "Unsere Leidenschaft für Edelsteine" there´s a huge blank space which should contain a 50/50 area with two portrait pictures of gemstones...if I fire up my dev tools in firefox I can actually see that the urls of those pictures are in there and should work. Still...the whole thing isn´t displayed within the frontend. 

Bildschirm­foto 2022-12-22 um 16.37.30.png

 

Changing the picture within the template editor doesn´t change anything about the image not being displayed. 

 

I´d be super thankful for any ideas about why the images don´t show up in the frontend! 🙂 

 

Cheers

 

Chris

 

Accepted Solution (1)

GemPages
Shopify Partner
5625 1262 1279

This is an accepted solution.

Hello @Schemp

It's GemPages support team and glad to support you today.

 

Your content does not show because this code

GemPages_0-1671767952352.png

 

Please check out my suggestion below:

1. Go to Online Store -> Theme -> Edit code -> Layout

2. Open file theme.liquid then add this code to above the </head> tag

<style>
.template-page .c-slider .swiper-container{
opacity: 1;
}
</style>

If you require any further information, feel free to contact me.

 

Best regards,
GemPages Support Team 

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

View solution in original post

Replies 2 (2)

GemPages
Shopify Partner
5625 1262 1279

This is an accepted solution.

Hello @Schemp

It's GemPages support team and glad to support you today.

 

Your content does not show because this code

GemPages_0-1671767952352.png

 

Please check out my suggestion below:

1. Go to Online Store -> Theme -> Edit code -> Layout

2. Open file theme.liquid then add this code to above the </head> tag

<style>
.template-page .c-slider .swiper-container{
opacity: 1;
}
</style>

If you require any further information, feel free to contact me.

 

Best regards,
GemPages Support Team 

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
Schemp
Shopify Partner
5 0 2

Awesome, thank you! That was exactly the quick fix we needed!