
Originally Posted by
ionbluu
Hi, I wanted to say first just how much I like this template! Nice and clean looking.
I'm a total noob to Zen Cart so I've probably done something stupid. My cart is at yourhighpointnc.us/cart/
My problem is that while I can successfully show product images in one category I cannot show product images in another. I have worked on this for a couple of days from the Admin panel and gotten nowhere. Today I looked at the code for my product page and saw that for some reason the style is set to display:none. I have no idea where this might have gotten set. Any help would be appreciated.
<div id="pi-left">
<div id="productMainImage" class="centeredContent">
<script language="javascript" type="text/javascript">
<!--
document.write('<a href="images/large/ad300x250_LRG.png" rel="lightbox-g" title="Preferred Member Ad Spot"><img src="images/medium/ad300x250_MED.png" alt="Preferred Member Ad Spot" title=" Preferred Member Ad Spot " width="300" height="250" /><br /><span class="imgLink"></span></a>');
//-->
</script>
<a href="images/large/ad300x250_LRG.png" rel="lightbox-g" title="Preferred Member Ad Spot">
<img src="images/medium/ad300x250_MED.png" alt="Preferred Member Ad Spot" title=" Preferred Member Ad Spot " width="300" height="250" style="display: none !important;"/>
<br/>
<span class="imgLink"/>
</a>
Bookmarks