Topic: Caption is not displaying on image [SOLVED]

Hello,

I am using the Juicebox Pro, I have configure the following configurations:
showSplashPage="NEVER"
screenMode="LARGE"
showImageNav="ALWAYS"
captionPosition="OVERLAY_IMAGE"
splashShowImageCount="TRUE"
showImageNumber="TRUE"

Refer the url to view photo gallery:
http://beta.fivestaralliance.com/galler … ery-images

The photogallery is not displaying the "Captions" on the image.

Please help me to resolve this issue.

Re: Caption is not displaying on image [SOLVED]

It looks like the following custom CSS from your 'fsa_theme.css' file may be causing the problem.

/* To hide Juicebox logo */
.jb-classifier-link-wrapper + div{
    opacity: 0;
    visibility: hidden;
}

As you are using Juicebox-Pro, the Juicebox logo will not be displayed in any of your Pro galleries so this custom CSS should not be required.

I hope this points you in the right direction.

Incidentally, Juicebox (both Lite and Pro) may be used for personal and/or commercial projects but, if using Juicebox-Lite, please ensure that the Juicebox download link in the bottom right corner is clearly visible. Thank you.

Re: Caption is not displaying on image [SOLVED]

Hello Steven

Thanks a lot for your help, this pointed out in the right direction.

Re: Caption is not displaying on image [SOLVED]

You're welcome!