Topic: Juicebox does not appear on page depending on the url

We currently have a Juicebox set up on one of our pages, but it only appears when a certain URL is used.

When you go here, it appears:
www.sheddaquarium.org/washedashore

When you go here, it does not appear:
https://www.sheddaquarium.org/plan-a-vi … ed-ashore/

Internally, these are the same page, just using a "Short URL" function. Going into edit mode using both URLs will show the Juicebox placed, but the live version of the longer URL will not display the Juicebox.

Any idea what might be happening? Thanks!

Re: Juicebox does not appear on page depending on the url

On the web page where the gallery does not appear, there is the following line of code:

<script src="/plan-a-visit/washed-ashore/globalassets/juiceboxgalleries/NewWashedAshoreTest/jbcore/juicebox.js"></script>

However, there is no 'juicebox.js' file in that location.
If you change the line above to the following, then the gallery should appear:

<script src="/globalassets/juiceboxgalleries/NewWashedAshoreTest/jbcore/juicebox.js"></script>