Topic: Logo with link [SOLVED]

I am a photographer and use JuiceBox to make websites for clients to view their images after the shoot, and it works well from within Lightroom.

Is there a way I can have my company logo/watermark that is a link back to my main company webpage? or insert a link in the template that heads straight back to the home page?

Cheers, Douglas

Re: Logo with link [SOLVED]

Take a look at the short Adding a Logo support section for ideas as to how you could incorporate a logo into your Juicebox gallery.

If you use Suggestion #3 from the link above, then you can also make the logo into a link by using a Gallery Title such as:

<a href="http://www.example.com/index.html"><img src="mylogo.png"/></a>

As an alternative to using the Gallery Title, you could use the Back Button.
Set and backButtonUseIcon="FALSE" and the backButtonText will be used. instead of the 'home' icon. You can then set the backButtonText to be something like the HTML code above. (Also, be sure to set backButtonPosition to something other than NONE so that the Back Button appears in the gallery.)

For reference, a list of all Back Button options can be found here.
More information on using HTML formatting within the Gallery Title and Back Button can be found in this FAQ:
How do I add HTML formatting to the Gallery Title or Back Button?

I hope this helps.

Re: Logo with link [SOLVED]

Many thanks, the second suggestion did the trick :-)

Re: Logo with link [SOLVED]

That's great! I'm glad you've got it working.
Thank you for letting me know.