Viewing your gallery, it looks like there may be a conflict between the CSS of your current theme and that of the gallery itself.
Try temporarily reverting to the default WordPress theme to see if this makes a difference.
Check your web page for any generalized CSS that the gallery might inherit. Look out for any CSS rules that, for example, apply to all 'img', 'p' or 'div' tags (rather than just specific instances of these tags through use of ids and classes).
(Your gallery's XML file looks OK.)

Please see the description of the expandInNewPage configuration option in the General Options section of the Config Options page (and this link for further details).

It is not possible to change the hit area of the imageClickMode="OPEN_URL".
However, a suitable workaround might be to set enableLooping="TRUE". Then there will always be an image navigation button to the left of the first image and to the right of the last image.

4,879

(1 replies, posted in Juicebox-Pro Support)

Currently, your gallery uses textColor="rgba(99, 99, 99, 1)" and captionBackColor="rgba(255, 0, 0, 0.1)" and your gallery displays these colors correctly.
If you do not see this when you view the gallery in your own browser, then try clearing your browser's cache to ensure that it is not hanging onto and using older versions of your gallery files.

4,880

(4 replies, posted in Juicebox-Pro Support)

It sounds like you might have set buttonBarPosition="TOP" and backButtonPosition="OVERLAY" (which would position the Back Button lower than the Button Bar). If this is the case, then try setting backButtonPosition="TOP".
Otherwise, please post the URL to your gallery so that I can take a look and help further.

4,881

(3 replies, posted in Juicebox-Pro Support)

Hi i just bought juice box pro and i wonder how i can aplly this aplication in the Showkase ??

If you have Showkase, you can create Juicebox-Pro galleries within the Showkase interface (without the need to create a gallery with JuiceboxBuilder-Pro, upload it to your web server and insert embedding code into your page).
Instructions for installing Juicebox-Pro into Showkase can be found here.

and also i wonder how i can use juicebox builder pro to upload in the website with out using showkase?

First, create a gallery with JuiceboxBuilder-Pro (which comes with Juicebox-Pro) and then follow the embedding instructions here.

4,882

(496 replies, posted in Juicebox-Pro Support)

@artwindows

We are currently investigating SEO and Juicebox.
In the meantime, please take a look at this forum post for a possible solution.

4,883

(4 replies, posted in Juicebox-Pro Support)

The Back Button is not part of the Button Bar but if you wish to horizontally center the Back Button, set backButtonHAlign="CENTER" in your gallery's XML file.
If creating or editing your gallery with JuiceboxBuilder-Pro, this configuration option can be found in the 'Customize -> Back Button' section.
Please note that this configuration option is used in Large Screen Mode only.

4,884

(2 replies, posted in Juicebox-Pro Support)

To remove the image shadow:

In JuiceboxBuilder-Pro, go to the 'Customize -> Color' section and set the 'Opacity' for the 'Image Shadow' to zero.

In Showkase, go to 'Site -> Customize Viewers -> Edit (Juicebox)', scroll down to the 'Main Image' section and set the 'Image Shadow Opacity' to zero.

4,885

(496 replies, posted in Juicebox-Pro Support)

@cprblak

In JuiceboxBuilder-Pro, go to the 'Customize -> Color' section and set the 'Opacity' for the shadow that you are trying to remove (whether it is the image, thumb or text shadow) to zero.

4,886

(1 replies, posted in Juicebox-Pro Support)

In theory you can add as much text to a caption as you like (though there is no way to display more than a single line of it within JuiceboxBuilder-Pro).
You might like to edit your gallery's XML file manually in a plain text editor and add the captions this way.

If you wish to include a line break within a caption, use an HTML <br> tag.
For example, in JuiceboxBuilder-Pro, you would enter:

Line 1<br>Line 2

In the gallery's XML file, this would look like:

<caption><![CDATA[Line 1<br>Line 2]]></caption>

4,887

(6 replies, posted in Juicebox-Pro Support)

@Starc12344

As Felix says:

Social sharing support is coming in the next version of Juicebox-Pro. Stay Tuned!

The next version of Juicebox will incorporate sharing via Facebook, Twitter, Google +, Pinterest and Tumblr.
(However, I do not know when it will be released.)

4,888

(1 replies, posted in Juicebox-Pro Support)

Fine adjustments to watermark placement are not available within JuiceboxBuilder-Pro.
You could perhaps introduce a transparent border to your watermark image (in an image manipulation program such as Adobe Photoshop) before feeding it to JuiceboxBuilder-Pro.

4,889

(1 replies, posted in Juicebox-Pro Support)

Juicebox uses only one instance of each configuration option per gallery its value is used in both Small Screen Mode and in Large Screen Mode. It is not possible to set different values for a configuration option for different screen modes.

4,890

(1 replies, posted in Juicebox-Pro Support)

Depending on your browser window's height, Juicebox will display as many rows of thumbnails as possible (up to the maximum number specified via the maxThumbRows configuration option).
In your scenario, there might not be quite enough space available for a 4th row of thumbnails and if you were to increase your browser's height just a little (perhaps by hitting F11 to go fullscreen), then the 4th row will appear.

[Post moved to new thread to keep individual queries separate from each other.]

4,891

(2 replies, posted in Juicebox-Lite Support)

A Juicebox gallery (both Lite and Pro) will dynamically resize with the size of the user's browser window as long as the dimensions of the gallery and all parent containers of the gallery are expressed as percentages.
If there is an absolute pixel value anywhere up the chain, then the gallery's size will be fixed, e.g. 100% x 100% x 800px = 800px.

4,892

(1 replies, posted in Juicebox-Lite Support)

All your gallery files should be on the same domain or subdomain as the HTML page containing the JavaScript embedding code due to the JavaScript same origin policy (which is why the baseURL method of embedding does not work for you).
You could perhaps upload the complete gallery folder to AWS S3 and embed the gallery in a web page using an <iframe>. This will work as the HTML page containing the JavaScript embedding code is actually the gallery's own 'index.html' file (the file loaded into the <iframe>, not the HTML page containing the <iframe> itself). (Please see the notes regarding embedding a Juicebox gallery in an <iframe> here.)
If you have publicly accessible absolute URLs for your images (and can open the images directly in a browser using these URLs), then you should be able to use them as imageURLs and thumbURLs in your gallery's XML file.
If you continue to experience difficulties, please post the URL to your gallery so that I can take a look.

4,893

(1 replies, posted in Juicebox-Pro Support)

Your gallery is a Juicebox-Lite gallery as can be seen by the presence of the Juicebox badge/link in the bottom right corner of your gallery (which is present in all Juicebox-Lite galleries but not in Juicebox-Pro galleries).
Juicebox-Lite has a limit of 50 images per gallery and does not use Juicebox-Pro configuration options such as enableLooping.

Upgrade your WP-Juicebox plugin from Juicebox-Lite to Juicebox-Pro by following the 'Upgrading to Juicebox-Pro' instructions on this web page and your gallery should function as expected.

4,894

(496 replies, posted in Juicebox-Pro Support)

- fix for Opera and Firefox, they don't play audio (IE: ok, Chrome: ok. Format: mp3, 128kbps, created by AVS Audio Converter)

Please see the Adding Audio section of the Creating Galleries page (and the Audio Options) for details on how to have an audio track play in Firefox.

4,895

(1 replies, posted in Juicebox-Pro Support)

Please take a look at the Troubleshooting FAQs to see if they help (the third one sounds like it might describe your scenario).

If you continue to experience difficulties, please post the URL to your gallery so that I can take a look.

4,896

(6 replies, posted in Juicebox-Pro Support)

Here is a forum post where a user has integrated social media sharing into a Juicbeox-Pro gallery which you may find of interest. (The user's gallery does not use Flickr-sourced images, though.)

4,897

(7 replies, posted in Juicebox-Pro Support)

Then it worked but what is best setting?

Only you can decide what the best gallery dimensions would be for your own scenario/web page.

It doesn't scale now with the page

A Juicebox gallery will dynamically scale with the size of the user's browser window only if the dimensions of the gallery and the dimensions of all parent containers are expressed as percentages. If there is a fixed pixel value anywhere up the chain, the gallery's dimension will become fixed, e.g. 100% x 100% x 770px = 770px.

4,898

(7 replies, posted in Juicebox-Pro Support)

and then it like pops into it's own page it seems and my text is gone..

This sounds like the gallery is displaying in its expanded version (as if you have clicked the Expand button on the Button Bar) which will display the gallery fullscreen.
Please post the URL to your web page so that I can take a look.

4,899

(23 replies, posted in Juicebox-Pro Support)

I'm assuming this method will not affect SEO?

This is a valid use of hiding links and text according to this web page.

4,900

(7 replies, posted in Juicebox-Pro Support)

All galleries are embedded, either in a page of their own (like in the gallery's 'index.html' page) or in another web page alongside existing content.
Also, all galleries use a 'theme.css' file.
You can make whatever modifications you like to a gallery's 'theme.css' file and use it for other galleries if you wish.
The themeURL configuration option is simply there to allow you to point towards a different CSS file in a different location (for example if you had a customized theme and wished to share it between multiple galleries without duplicating it).
If you modify a gallery's 'theme.css' file, just be sure to make a back up copy in case it is accidentally overwritten if, for example, you replace the 'jbcore' folder.