Topic: still needing help:-) Hyperlink on main image gallery picture?
Hi, right now my gallery has the "hand" when placed over the main image and when clicked causes the image to move to the next one.
I would like to know if there is a way to make the "click" action when hovered over the main image go to a hyperlink.
For example, the gallery is for products. And if someone likes the item they see in the gallery, I want them to be able to click the image and have it take them to the product that is for sale, and not to the next image. The have other options for getting to the next image (the thumbs and/or the upper nav menu) so hyperlink of the main image is smart business management I think.
So, how do I change the "on click - hover" action and add a hyperlink on the image. I suspect adding a hyperlink in the config file?
For example, anything in this code I can add a hyperlink to?
<image imageURL="images/DSC01241.JPG"
thumbURL="thumbs/DSC01241.JPG"
linkURL="images/DSC01241.JPG"
linkTarget="_blank"
sourcePath="C:\xxxxxxxxxxxxxxxxxxxxxx>
<title><![CDATA[Three Piece Satin Chrome Shaving Set]]></title>
<caption><![CDATA[Silver tip brush, double edge razor and holder]]></caption>
</image>
Thoughts, opinions... Thank you ahead of time.
Another thought occurred to me: does the "caption" field in the JuiceBox program for the main image allow html. Perhaps I can add the link there if it will read html. I suspect though, all it will do is show the program code as part of the text in the gallery?
*** SOLVED to my OK this will work mentality:-)
I took the line from the code above: linkURL="images/DSC01241.JPG"
and changed it to:
linkURL="http://www.mywebsite(dot)com/proddetail.asp?prod=Merkur_Satin_(Matt)_Chrome_Silver_Tip_Three_Piece_Set"
So now when the open link in new window is selected it opens to the product page.
Now I just need to figure out how to change the "open image in new window" icon in the nav bar?