Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Seems to be a new issue, not affecting all pages. Maybe just those with a lot of content?
e.g.
https://stereo-untypical.com/products/q-acoustics-m20-powered-bookshelf-speakers
I'm using the Supply theme.
Scroll down to see it.
Help?!
Solved! Go to the solution
This is an accepted solution.
A lot of images in this product description are loaded from https://essentiatechnology.ca/
Most sites do not like this, so may block their images from showing on your site.
For example, I see no images.
Document HTML code shows that it was initially done for WooCommerce site and looks like it was copy-pasted into your store. This is always problematic, because content like this usually depends on CSS (and sometimes JS) codes, which are specific to the originating platform.
Having said that -- this particular problem can (most probably) be fixed by adding code like this to the Theme Settings=> Custom CSS in Customizer:
.rte .flex-viewport {
max-height: none;
}
This is an accepted solution.
A lot of images in this product description are loaded from https://essentiatechnology.ca/
Most sites do not like this, so may block their images from showing on your site.
For example, I see no images.
Document HTML code shows that it was initially done for WooCommerce site and looks like it was copy-pasted into your store. This is always problematic, because content like this usually depends on CSS (and sometimes JS) codes, which are specific to the originating platform.
Having said that -- this particular problem can (most probably) be fixed by adding code like this to the Theme Settings=> Custom CSS in Customizer:
.rte .flex-viewport {
max-height: none;
}
That Theme CSS worked, many thanks Tim! 👊
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025