Also, I attempted to do that change in the Pro options, I could enter the text OK, but when I saved the option, it is not saving. The Save and cancel buttons both get a little opaque. Even waiting for minutes, the option to save or cancel does not become clickable again. I then refresh the screen and get the same situation.
There is currently a bug which affects WebKit browsers (such as Chrome and Opera) whereby edited values are not saved. The bug will be fixed in the next version of WP-Juicebox but in the meantime, a quick and easy fix is to open the 'wp-juicebox/js/edit.js' file in a plain text editor and remove lines 9, 10 and 11:
jQuery('input', '#jb-edit-action, #jb-set-action').click(function() {
jQuery('input', jQuery(this).parent()).prop('disabled', true);
});
This will not affect the functionality of WP-Juicebox.
Alternatively, you can edit a gallery from the 'Manage Galleries' page using either Firefox or Internet Explorer.
There are only two known bugs in the current version of WP-Juicebox and, as a Picasa Web Album and WebKit browser user, it is unfortunate that your scenario has uncovered both of them. Please be assured, though, that we aim to fix all known bugs
Your gallery certainly displayed OK when I tried it yesterday.
However, it does not seem to be working at the moment.
The problem seems to be with either the creation of the creation of the XML file on your web server or the fetching of the images URLs from your Picasa Web Album.
If I try to open your gallery's XML file (which is created dynamically by a PHP file) directly in a browser, the XML data is never displayed (although it displayed OK yesterday): http://malibu-gates.com/wp-content/plug … llery_id=2
Please try uploading this version of WP-Juicebox [File removed.] to your 'plugins' folder.
It contains fixes for both bugs (the Picasa Web Album not displaying at all and the inability to edit a gallery in WebKit browsers) and also bypasses a routine which checks the suitability of images returned by Picasa for a Juicebox gallery which should speed up the XML file creation process.
There is no 'jbcore' folder in this zip file so you can upload the entire contents to your 'plugins' directory (and allow it to overwrite all existing files) and it will not overwrite your current 'jbcore' folder.
You might also like to try creating a test gallery using the Picasa User Id "picasateam" and the Picasa Album Id/Name "VegasWeekend" (a small test Picasa Web Album with 14 images) to see if this displays OK.