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