Thanks for your help!

Upgrading to 1.3.0 pro and only using the flickrSetId is now loading the correct gallery. I must have gotten out of sync with my updates.

Best,
Jim

I see my last reply is gone. An email indicates you left a reply to that response, but it too is gone. I am reposting in case of technical glitches.

I tried just using just flickrSetId in the pro options box but that did not work. Interestingly, if I leave the Flickr Username field blank, but this in the pro options )flickrSetId="72157633271767055") it loads a flickr gallery, just not ours. It loads a gallery from a Flickr use in Scandinavia. This is the page containing our gallery: http://inside.akronchildrens.org/test-f … x-gallery/

Magic quotes are turned off. Here is that part of our php.ini file:

; feature. Also note, this feature has been deprecated as of PHP 5.3.0 and is
; scheduled for removal in PHP 6.
; Default Value: On
; Development Value: Off
; Production Value: Off
; http://www.php.net/manual/en/info.confi … quotes-gpc
magic_quotes_gpc = Off

; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc.
; http://www.php.net/manual/en/info.confi … es-runtime
magic_quotes_runtime = Off

; Use Sybase-style magic quotes (escape ' with '' instead of \').
; http://www.php.net/manual/en/sybase.con … tes-sybase
magic_quotes_sybase = Off

Thanks for any additional thoughts on what to try.

I created a new user account on our Wordpress blog and the set user with "contributor" permissions. When I logged in as that person I was surprised to see they had permission to edit or delete any existing Juicebox gallery.

Is there anything I can do to eliminate contributors or authors from being able to access Juicebox settings?

This is the message:

Cannot find Flickr User: Akron Children\'s Hospital

I've confirmed with the page you link to with the tool to extract the information:

Flickr Username: Akron Children's Hospital
Flickr ID: 32960598@N07
Flickr URL: http://www.flickr.com/people/akronchildrens/

I am running the WP plugin version Version 1.2.0.1
I have been able to create Flickr galleries in the past.

These are in my "pro" options:

flickrUserId="32960598@N07"
flickrSetId="72157633271767055"

Perfect! Thanks so much for the help. Juicebox is a wonderful gallery tool that has been a great addition to our site.

Steven wrote:

Try adding the Pro Option:

textColor="rgba(255,255,255,1)"

... in the WP-Juicebox 'Pro Options' text area of your gallery's settings.

This does not change the caption color. If you look at this gallery, which has the options above added, and a mixture of title and captions, you will see that the captions are still dark gray:

http://inside.akronchildrens.org/2012/0 … s-spirits/

Otherwise, your could add the following code to the end of the 'wp-juicebox/jbcore/classic/theme.css' file:

.jb-caption-title{
    color: #ffffff;
}

This does work if the title field is filled out. What would be the CSS fix so the captions show as white? I tried to add

.jb-caption{
    color: #ffffff;
}

but that did not work


You can also change the color of each caption individually by entering HTML code such as the following into the 'Caption' text fields of your Media Library images:

<span style="color: #ffffff;">Caption Text Goes Here</span>

That's not really an option for us for the way our workflow is structured.

Thanks for your help. At least I'm half way there.

Was able to spend a bit more time looking into this. The caption text is using the text color from our body copy via inheritance. Not sure yet how to modify our CSS code to make the caption text white.

Thanks for any pointers.

Here is an example of our galleries where the caption text is unreadable.

http://inside.akronchildrens.org/catego … ng_events/

I can't seem to make any change in the CSS to work.  Thanks for any pointers.

Jim