Topic: Image click to new URL/Gallery [SOLVED]

Is it possible to have image-click navigate to a different URL?

Re: Image click to new URL/Gallery [SOLVED]

Yes. Set imageClickMode="OPEN_URL" (in JuiceboxBuilder-Pro's 'Customize -> Main Image' section) and when a main image is clicked, the corresponding linkURL will be opened in the linkTarget window.

You can specify a unique linkURL and linkTarget for each image on JuiceboxBuilder-Pro's 'Images' tab.
Just click a thumbnail and the linkURL and linkTarget input boxes will be visible below the thumbnails.

Re: Image click to new URL/Gallery [SOLVED]

Thanks Steven,

is it possible to navigate to a completely different url/gallery?

When I change the settings for the url to something completely different, then click the image, it goes to the url of the gallery, but with the url I specify appended ... so it doesn't work.  Changing the LinkTarget makes no difference.  (Working in preview mode locally in my browser).

Re: Image click to new URL/Gallery [SOLVED]

Make sure that your linkURL is an absolute path, for example http://www.example.com/folder/file.html.
If your linkURL does not start with http:// or https:// then it will be treated as a relative path (relative to the page containing the gallery's embedding code).

Re: Image click to new URL/Gallery [SOLVED]

Ahhh ... of course.  I should have remembered that. 

Thanks Steven.

Re: Image click to new URL/Gallery [SOLVED]

You're welcome!