Topic: Links in embedded page not working anymore [SOLVED]

I've been using Juicebox for many years and as of shortly the links in a embedded page stopped working.
Example: www."website"/NewMexico2017/index#27 which means goto image 27 on the juicebox index page.
As I mentioned before, all such links worked until recently. It is when I create a new page, it doe not work anymore.
Appreciate all your help
Ed

Re: Links in embedded page not working anymore [SOLVED]

If your link looks like www."website"/NewMexico2017/index#27, then there could be 2 problems.

(1) If you want to use an absolute path, start the link with http:// (or https://), otherwise, the link will be seen as a relative path (relative to the web page containing the link).

(2) If 'index' is actually a web page named 'index.html' then use 'index.html#27' instead of 'index#27'.

Also, make sure that your gallery sets enableDirectLinks="TRUE" (in JuiceboxBuilder-Pro's 'Customize -> General' section).

If these notes do not help, then I would really need to see the problem live on your web server in order to help further so, if possible, please post back with the URLs for the page with the link and the gallery itself. Thank you.

Re: Links in embedded page not working anymore [SOLVED]

Brillant!

It was the missing enableDirectLinks="TRUE". All working now. Thanks

Ed

Re: Links in embedded page not working anymore [SOLVED]

You're welcome! I'm glad you've got it working.
Thank you for letting me know.