Hello Everyone, I’m facing an unusual issue. I’ve ...
# suitecommerce
a
Hello Everyone, I’m facing an unusual issue. I’ve activated the Manor Theme & Extension and configured it according to my preferences. However, the images in the slider/carousel section aren’t working as expected. Instead of the slider cycling through the images, all the images are being displayed as a vertical list on the homepage. I’ve configured 5 images for the slider, but they’re rendering one after another in a list format. Could anyone help me understand why this is happening?
a
Is this behavior consistent regardless of what device (desktop vs mobile) and browser (Edge vs Chrome vs Firefox, etc) you're using? Also, depending on the layout type of the carousel's HTML elements and styling, it could be a matter of the images' dimensions or aspect ratio being out of bounds for the design. Try it with small images that are only 256x256 and see if it works properly for them.
a
Checked on mobile, firefox, & edge and the behavior is same everywhere. I'll try with smaller images.
a
How did that go?
a
Didn't work unfortunately. The sliders work when we switch back to home page from any different page but it doesn't work when we land on the home page first.
a
Ah that's interesting, that sounds like either a caching or lazy-loading issue, maybe a URL path issue. If you can identify what's missing between the page load it works on and the page load it doesn't (inspect the HTML and CSS in the browser console), you can force it by adding some CSS in a CMS HTML element in SMT that applies to the page the problem is happening on (patch it yourself).