Hello,
I am using the extended info page for our bikes, where a single bike is listed, with a medium size image and all its specifications.
From there, I would like to be able to enlarge the image using Lightbox.
So this is slightly different from Drillpine's example, but just like here:
http://www.uktactical.com/acatalog/B...Knee_Pads.html
I have followed the previous posts on the matter, particularly "Simple Lightbox Integration", but stumble on how to finish the project.
So far, I have added the lightbox javascripts and css in the main layout, and put all the Lightbox javascript files and images directly in the site 1 folder, as explained. (I've also made sure that "builder" is added in the javascript code, as explained).
I have tried to call the lightbox function by adding a link to the Standard Extended Image layout, in Design | Library:
<a rel="lightbox" href="<Actinic:Variable Name="ExtendedInfoImage"/ >" />
<img src="<Actinic:Variable Name="ExtendedInfoImage"/>"
width="<Actinic:Variable Name="ExtendedInfoImageWidth"/>"
height="<Actinic:Variable Name="ExtendedInfoImageHeight"/>"
alt="<actinic:variable name="ProductName" encoding="strip" />"
/>
</a>
But although I get a cursor on the image, nothing else happens.
I'm a bit stuck as to where to go from here.
I was wondering if there was further information anywhere that I'd missed, as I know it takes time to reply to individual posts.
Thank you for reading,
Joelle
I am using the extended info page for our bikes, where a single bike is listed, with a medium size image and all its specifications.
From there, I would like to be able to enlarge the image using Lightbox.
So this is slightly different from Drillpine's example, but just like here:
http://www.uktactical.com/acatalog/B...Knee_Pads.html
I have followed the previous posts on the matter, particularly "Simple Lightbox Integration", but stumble on how to finish the project.
So far, I have added the lightbox javascripts and css in the main layout, and put all the Lightbox javascript files and images directly in the site 1 folder, as explained. (I've also made sure that "builder" is added in the javascript code, as explained).
I have tried to call the lightbox function by adding a link to the Standard Extended Image layout, in Design | Library:
<a rel="lightbox" href="<Actinic:Variable Name="ExtendedInfoImage"/ >" />
<img src="<Actinic:Variable Name="ExtendedInfoImage"/>"
width="<Actinic:Variable Name="ExtendedInfoImageWidth"/>"
height="<Actinic:Variable Name="ExtendedInfoImageHeight"/>"
alt="<actinic:variable name="ProductName" encoding="strip" />"
/>
</a>
But although I get a cursor on the image, nothing else happens.
I'm a bit stuck as to where to go from here.
I was wondering if there was further information anywhere that I'd missed, as I know it takes time to reply to individual posts.
Thank you for reading,
Joelle
Comment