1 (edited by Francisco6x 2019-11-20 20:02:23)

Topic: Juicebox Picasa Template Pro defaults Config Options [SOLVED]

I am using Juicebox Picasa Template Pro.
How can I to set my defaults Config Options, like these?

<juiceboxgallery
captionBackColor="rgba(0,33,33,0.5)"
captionBackTopColor="rgba(0,33,33,0.5)"
captionHAlign="CENTER"
galleryTitle="0000"
imageScaleMode="SCALE"
importCaption="IPTC"
importTitle="NONE"
maxImageWidth="1920"
maxImageHeight="1080"
showAutoPlayButton="true"
showExpandButton="TRUE"
showImageNumber="false"
showOpenButton="FALSE"
showPagingText="false"
showSmallPagingText="false"
showThumbsButton="TRUE"
textColor="rgba(255,255,255,1)"
thumbFrameColor="rgba(255,255,255,0.5)"
useFlickr="FALSE"
useFullscreenExpand="TRUE"
useThumbDots="FALSE"
useWatermark="true"
>

Re: Juicebox Picasa Template Pro defaults Config Options [SOLVED]

Unfortunately, the Picasa template does not have an interface which allows you to change configuration options so you'll need to set the options manually.

After you have created the gallery, you can open the gallery's 'config.xml' file in a plain text editor and add your options to the file, as attributes to the opening <juiceboxgallery> tag, e.g.:

imageScaleMode="SCALE"

Alternatively, you could open the plugin's 'header.xml' file in a plain text editor and add your options to the file (as before) and all the options listed in the file will appear in all galleries created by the plugin.

(You could also open a gallery created by the Picasa template in JuiceboxBuilder-Pro to tweak the settings on the 'Customize' tab before re-saving the gallery on the'Publish' tab.)

For reference, more information about setting configuration options can be found here.

Re: Juicebox Picasa Template Pro defaults Config Options [SOLVED]

Excellent Steven.
The second alternative it is perfect to set the defaults options to my galleries.
C:\Program Files\Google\Picasa3\web\templates\juicebox_picasa_template\header.xml
Thank you, Francisco

Re: Juicebox Picasa Template Pro defaults Config Options [SOLVED]

You're welcome!