Hello everyone. We are running manor theme in sui...
# suitecommerce
e
Hello everyone. We are running manor theme in suitecommerce standard. The carousel images on the home page appear ok but do not show on mobile devices. We are using exactly the same URLs in the manor theme config page for both desktop and mobile image links. When we look at the HTML on the desktop, there is reference to a mobile-related class and link to 'no-image-available' default image. Why is this happening and where can I change it? Do mobile images have to be provided smaller? The existing images are 1600x1600 as per docs.
Copy code
<a title="My title" href="/classic" class="home-slide-wrap-link"><img src="<https://abcxyz.com.au/scs/img/manor-carousel-home-3.jpg>" class="home-slide-image hide-small"><img src="<https://abcxyz.com.au/scs/extensions/SC/Manor/3.6.0/img/no_image_available.jpeg?resizeid=6&resizeh=1200&resizew=1200>" class="home-slide-image-mobile" data-image-status="done">
</a>
Thanks.
Also tried: 1) smaller images 1200x1200, 2) absolute URLs
c
If you can identify the template and modify it, try adding
{{log this}}
to the top of the template file. It will tell you what the view's context is when the template is rendered. Then you can work backwards from there.