1) Script Title: Lightbox 2.03a
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...box2/index.htm
3) Describe problem:
I am trying to add Google Cart to my site with an existing Lightbox
2.03a image gallery script. Both scripts work well on their own, but
not together. The shopping cart script disables the image gallery
script and I cannot figure out what I am doing wrong. I had Google
Checkout Buy Now buttons previously with the Lighbox script and
everything worked fine. If I place the scripts where Goggle specifies
I get this error:
Line: 465
Char: 5
Error: Array length must be assigned a finite positive number
and The image gallery continues to function.
Lightbox calls from the head section, and Google Cart calls from the body section. I tried placing the Google script before the Lightbox script in the head, which the cart then functions properly, but it disables lightbox. I cannot figure out what is wrong. Here is the script from my page:
<html>
<head>
<style>
<!--
a{text-decoration:none}
//-->
</style>
<script type="text/javascript" src="lightbox2.03a/js/prototype.js"></
script>
<script type="text/javascript" src="lightbox2.03a/js/scriptaculous.js?
load=effects"></script>
<script type="text/javascript" src="lightbox2.03a/js/lightbox.js"></
script>
<link rel="stylesheet" href="lightbox2.03a/css/lightbox.css"
type="text/css" media="screen" />
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<title>cards</title>
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<style fprolloverstyle>A:hover {color: #000000}
</style>
<meta name="Microsoft Border" content="tb, default">
</head>
<body link="#808080" vlink="#808080">
<table border="0" width="710" height="1000" cellspacing="1">
<tr>
<td width="100%" valign="top" align="center">
<table border="0" width="710">
<tr>
<td width="100%" colspan="3">
<p align="center"><font size="4" face="Tahoma"
color="#808080">Greeting
Cards</font></td>
</tr>
<tr>
<td width="34%">
<p align="center"><img border="0" src="flowers.jpg"
width="192" height="137"></td>
<td width="33%">
<p align="center"><img border="0" src="lakeshore.jpg"
width="188" height="137"></td>
<td width="33%">
<p align="center"><img border="0" src="lighthouses.jpg"
width="181" height="137"></td>
</tr>
<tr>
<td width="100%" colspan="3" height="20">
<p align="center"><font face="Tahoma" color="#808080"
size="2">Our
original photography given digital effects and printed on
high
quality matte cardstock. Each card comes with a plain
white envelope
and measures 5" X 6 1/2". Price includes
shipping.</font></td>
</tr>
<tr>
<td width="100%" colspan="3" height="25"></td>
</tr>
<tr>
<td width="34%" align="center" height="101"><a
href="purple_flower_card.jpg" rel="lightbox"><img
src="purple_flower_card_small.jpg" alt="" width="75" height="100" /></
a></td>
<td width="33%" align="center" height="101"><a
href="split_rock_card.jpg" rel="lightbox"><img
src="split_rock_card_small.jpg" alt="" width="75" height="100" /></a></
td>
<td width="33%" align="center" height="101"><a
href="yellow_flower_card.jpg" rel="lightbox"><img
src="yellow_flower_card_small.jpg" alt="" width="75" height="100" /></
a></td>
</tr>
<tr>
<td width="34%" align="center"><font face="Tahoma" size="2"
color="#808080">A
Purple Flower<br>
$3.00</font></td>
<td width="33%" align="center"><font face="Tahoma" size="2"
color="#808080">Split
Rock Lighthouse<br>
$3.00</font></td>
<td width="33%" align="center"><font face="Tahoma" size="2"
color="#808080">A
Yellow Flower<br>
$3.00</font></td>
</tr>
<tr>
<td width="34%" height="25" align="center"></td>
<td width="33%" height="25" align="center"></td>
<td width="33%" height="25" align="center"></td>
</tr>
<tr>
<td width="34%" height="25" align="center"></td>
<td width="33%" height="25" align="center"></td>
<td width="33%" height="25" align="center"></td>
</tr>
<tr>
<td width="34%" height="25" align="center"><a
href="butterfly_on_tryst_card.jpg" rel="lightbox"><img
src="butterfly_on_tryst_card_small.jpg" alt="" width="100"
height="75" /></a></td>
<td width="33%" height="25" align="center"><a
href="lake_superior_sunrise_card.jpg" rel="lightbox"><img
src="lake_superior_sunrise_card_small.jpg" alt="" width="100"
height="75" /></a></td>
<td width="33%" height="25" align="center"><a
href="lakeshore_card.jpg" rel="lightbox"><img
src="lakeshore_card_small.jpg" alt="" width="100" height="75" /></a></
td>
</tr>
<tr>
<td width="34%" height="25" align="center"><font
face="Tahoma" size="2" color="#808080">Butterfly
On Tryst<br>
$3.00</font></td>
<td width="33%" height="25" align="center"><font
face="Tahoma" size="2" color="#808080">Lake
Superior Sunrise<br>
$3.00</font></td>
<td width="33%" height="25" align="center"><font
face="Tahoma" size="2" color="#808080">The
Lakeshore<br>
$3.00</font></td>
</tr>
</table>
</td>
</tr>
</table>
<script id='googlecart-script' type='text/javascript' src='https://
checkout.google.com/seller/gsc/v2/cart.js?mid=943059389526775'
integration='jscart-wizard' currency='USD'></script></body>
</html>
Any help is appreciated. I am growing very frustrated. Thanks.
Matt



Reply With Quote

Bookmarks