10389 Posts in 2200 Topics by 1712 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 823 Views |
-
gallery-effect in the ecommerce-module

4 August 2009 at 9:01pm
hi guys,
ive got a problem.
i use on a website the ecommerce-module and i want to open the product-pictures with lightbox or something like that...
i install the image_gallery-module and included the required files in the page.ss
<link rel="stylesheet" type="text/css" href="/image_gallery/css/ImageGallery.css" />
<link rel="stylesheet" type="text/css" href="/image_gallery/css/lightbox/jquery.lightbox-0.5.css"/><% require javascript(jsparty/jquery/jquery.js) %>
<% require javascript(image_gallery/javascript/lightbox/jquery.lightbox-0.5.js) %>
<% require javascript(image_gallery/javascript/lightbox/lightbox_init.js) %>and in the product.ss-template of the ecommerce-module i use this for the image:
<% if Image.ContentImage %>
<a id="ViewLink-$ID" rel="lightbox" class="lightbox" href="$Image.URL"><img class="productImage" src="$Image.ContentImage.URL" alt="" border="0" /></a>
<% else %>
<img src="ecommerce/images/productPlaceHolderNormal.gif" alt="<% sprintf(_t("NOIMAGE","Sorry, no product image for "%s""),$Title) %>" />
<% end_if %>the problem is... the picture do not open with lightbox and i dont know what the error is...
can someone help me?
here is the url: http://www.reimer-ministries.com/die-welt-umarmen/
i want to open the picture on the left site....thank you for helping me...
fritzkopf
-
Re: gallery-effect in the ecommerce-module

18 August 2009 at 3:22pm
Hi there,
I hope this isn't too late but my guess is you have some onload code in your body element that is overwriting the onload which the lightbox uses to attach listeners to links.
Try removing the onload code from the body element and see what happens.
Paul
| 823 Views | ||
|
Page:
1
|
Go to Top |


