Topic: problem with back button link

I have posted my first Juicebox Pro Gallery http://www.yosemitecollection.com/Ocean_Gallery/#1.  When I click on my back button (www.yosemitecollection.com), I cannot get back to my site.  Instead I"m directed to www.yosemitecollection.com/Gallery_Ocean/www.yosemitecollection.  I keep changing the url that is linked to the button, but I still get the wrong path.  I am using Juicebox as a plugin to Adobe Lightroom.  Please help.

Best regards
Hugh

Re: problem with back button link

All you need to do is start your backButtonUrl with 'http://' and the entry will be treated as an absolute path.
Change:

backButtonUrl="www.yosemitecollection.com"

... to:

backButtonUrl="http://www.yosemitecollection.com"

If the backButtonUrl does not start with either 'http://' or 'https://', then the entry is treated as a relative path (relative to the HTML page containing the gallery's embedding code).

Setting your backButtonUrl to 'http://www.yosemitecollection.com' should solve your problem.