Originally Posted by
Jdavidb0216
Hello there,
I'm having an issue with something and was hoping someone might know the solution:
Basically, i've installed zen lightbox within my site and everything has worked wonderfully.
Recently i added a feature to my product image page allowing the product information to be displayed in a four tabbed AJAX menu box. Since the addition of this, lightbox no longer works and the large images just load in a popup window like default.
I have narrowed the problem down to three lines of code that work in conjuction to cause the proplem with light box, but are necessary for the AJAX menu to function.
The file i have modified is includes/templates/template_default/templates/tpl_product_info_display.php
And the three lines of code causing the problem are:
<script type="text/javascript" src="scripts/prototype.lite.js"></script>
<script type="text/javascript" src="scripts/moo.fx.js"></script>
<script type="text/javascript" src="scripts/moo.fx.pack.js"></script>
Does anyone notice anything about these lines that would cause lightbox to stop functioning and if so any suggestions on how to remedy the problem...?
I apologize for the poor explanation and will try my best to clarify if asked... :)
Any help is welcomed!! Thank You!!