1 (edited by netnebulis 2013-07-17 14:28:06)

Topic: Deactivate splash page with buttons showing

Hi,

I have deactivated the splash page setting as i want my images to show full width on a PC but the back/forward buttons and the top right controls have disappeared (both were set to overlay the image)

I am using Juicebox Pro on a Drupal 7.22 installation with a custom responsive theme.

However, when the image is clicked on on the left or right, the next/prior image is shown.

These are the specifics i have used so far:

imageNavPosition="IMAGE"
showOpenButton="FALSE"
showImageOverlay="NEVER"
showSplashPage="NEVER"
buttonBarPosition="OVERLAY_IMAGE"

How can i make this work => splash page deactivated / overlay controls visible ?

Thanks

Re: Deactivate splash page with buttons showing

the back/forward buttons and the top right controls have disappeared (both were set to overlay the image)

The main image navigation arrows and the Button Bar are not visible because they are both positioned on the overlay and you have set showImageOverlay="NEVER".
Try setting showImageOverlay="AUTO" and, if you want to initially hide the overlay when the gallery first loads, showOverlayOnLoad="FALSE".