Topic: Gallery that does not change URL to #1, #2 etc [SOLVED]

I have noticed in the past that most of our galleries increment a number as each photo changes.

For example, with each photo, the url changes from
https://www.hoffmanbrosinc.com/excavati … ort.html#1
to
https://www.hoffmanbrosinc.com/excavati … ort.html#2

BUT, I remember seeing at least one gallery we did where the #x was not used, the URL did not change.

Is there a setting to keep the photo gallery "Playing" on auto, but not change the URL with a #x at the end?

Re: Gallery that does not change URL to #1, #2 etc [SOLVED]

If you do not want the URL to display the #, set enableDirectLinks="FALSE" (in JuiceboxBuilder-Pro's 'Customize -> General' section).
FALSE is the default value for this configuration option, as seen here but your gallery currently sets enableDirectLinks="TRUE".

Incidentally, when setting enableDirectLinks="FALSE", you can still link to a specific image via a # in a URL (for example in an <a> tag) but the URL will not automatically display the # when the gallery is viewed (unless the gallery is viewed via a link with a #).

Re: Gallery that does not change URL to #1, #2 etc [SOLVED]

Fantastic, that is exactly what I needed.  Thank you so much!

Re: Gallery that does not change URL to #1, #2 etc [SOLVED]

You're welcome!

I'm glad it worked for you. I'll mark this topic as [SOLVED].