VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: SPGroupinc on September 28, 2015, 18:23:18 PM

Title: Images not showing
Post by: SPGroupinc on September 28, 2015, 18:23:18 PM
I am using Virtuemart 3.0.9 with Joomla 3.3.6. I have loaded the sample data on this site but the images are not showing. I've tried everything I can find online and still can't get any images to show. Please note that the site you are viewing only has sample data on it because I don't want to go through adding all our products until I know everything is working.  http://www.spg-inc.us/coopersgem/index.php/shop-coopers Does anyone know how I can fix this?
Title: Re: Images not showing
Post by: GJC Web Design on September 28, 2015, 23:20:18 PM
Its your template

you have lazy loading but the JS is broken and not unhiding them

<div class="vm-product-media-container">

<a href="/coopersgem/index.php/shop-coopers/headpiece/cowboy-hat-detail" title="Cowboy Hat">
<span style="width: px;" class="lazy lazy_container lazyloaded"><span style="padding-top: 0%;" class="lazy lazy_preloader"></span><img class="lazy browseProductImage" alt="virtuemart sample" src="/coopersgem/images/stories/virtuemart/product/resized/hat3_0x90.png" style="display: block;"></span> </a>

</div>
Title: Re: Images not showing
Post by: SPGroupinc on September 29, 2015, 15:45:07 PM
Thank you for the quick response! Forgive me if this is a simple question but how would I go about fixing that?
Title: Re: Images not showing
Post by: GJC Web Design on September 29, 2015, 20:23:03 PM
I have no idea.. it is a mistake/bug/mis-configuration in your template

either get the templater to fix it or employ someone to fix it.. it is your template that is at fault