
Originally Posted by
actionjackson57
Previously, I had tried to get the mouseover effect to work and may have inadvertently caused some change that turned off the "Show Larger Image". Can someone please help me get the larger images to show again? Thank you.
If you look at the source of your page,
HTML Code:
<script language="javascript" type="text/javascript"><!--
document.write('<img src="images/AB/5006.jpg" alt="5006 AB" title=" 5006 AB " width="200" height="200" name="imageSwap" />');
//--></script>
<noscript>
<a href="http://www.paperpotamus.com/index.php?main_page=popup_image&pID=1854" target="_blank"><img src="images/AB/5006.jpg" alt="5006 AB" title=" 5006 AB " width="200" height="200" /><br /><span class="imgLink">larger image</span></a></noscript>
</div>
you have the larger image link for browsers without javascript, so whatever image module you have installed has changed the template to do something and then might not be turned on (because nothing is happening like the mouseover effect).
It's probably in some admin configuration in the module but it's not the same image add-on as mine, as all my pictures have bmz_cache in front of them since I installed something called Image Handler 2. Knowing which add on it is would help.