HomeHome Product Discus... Product Discus...SmithCartSmithCartCaption for pictures in the Light box slide show of product images and printingCaption for pictures in the Light box slide show of product images and printing
Previous
 
Next
New Post
5/14/2010 8:49 AM
 

Is there any way to add a caption to the Light Box photos on the product page? Also, how can a website visitor print the pictures in the Light Box? When we tried to print, the printer wanted to print the entire product page and we were wanting just the individual picture in question to print.

 
New Post
5/15/2010 9:43 AM
 

Yes, you can insert a caption but you need to convert quotes and greater and less than symbols into their html entity equivalents.

For example:

<a href="images/image-4.jpg" rel="lightbox" title="&lt;a href=&quot;link.html&quot;&gt;my link&lt;/a&gt;">Image</a>

Open up the productdetails.ascx page located in the \desktopmodules\smith.buynow folder and go to line 172 and you will see the following lightbox code:

<a runat="server" id="myPicURL1" rel="lightbox[myGallery]" visible="false"><img runat="server" id="myPic1" alt="" border="0" src="" visible="false" /></a>

<a runat="server" id="myPicURL2" rel="lightbox[myGallery]" visible="false"><img runat="server" id="myPic2" alt="" border="0" src="" visible="false"/></a>
<a runat="server" id="myPicURL3" rel="lightbox[myGallery]" visible="false"><img runat="server" id="myPic3" alt="" border="0" src="" visible="false"/></a>
<a runat="server" id="myPicURL4" rel="lightbox[myGallery]" visible="false"><img runat="server" id="myPic4" alt="" border="0" src="" visible="false"/></a>
<a runat="server" id="myPicURL5" rel="lightbox[myGallery]" visible="false"><img runat="server" id="myPic5" alt="" border="0" src="" visible="false"/></a>

I took a look at the lightbox website http://www.huddletogether.com/projects/lightbox2/ and didnt see anything about printing. Try leaving them a message on their website and ask them the question about printing.


At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartCaption for pictures in the Light box slide show of product images and printingCaption for pictures in the Light box slide show of product images and printing