Topic: gallery 1 and gallery 2

This link shows two separate galleries within a container
http://www.juicebox.net/demos/support/m … witch.html

I want to do this with the gallery currently on http://www.countyfairgrounds.net/colorado/colorado.php - left side column

I have a separate jbcore file outside this page in my main ftp public_html folder 

And this gallery on the Colorado page has a splash image. SO how now do I achieve what is being done at this link above?

Re: gallery 1 and gallery 2

I posted an example of how you could do this here: http://juicebox.net/forum/viewtopic.php?pid=8161#p8161
The code I posted takes into account the location of your 'jbcore' folder (in your root directory).
Give it a try. I've already tested it out in a text widget (like you are using) and it works fine.
Just create your two gallery folders, upload the complete gallery folders (not just the contents) to your root directory (alongside your 'jbcore' folder) and copy the entire code from my post into the text widget making sure that the 'id' attributes of the links are the names of the gallery folders ('winter' and 'summer' in my example).
You can choose to use the Splash Pages (or not) within each gallery via the showSplashPage configuration option.

(You could choose to relocate your gallery folders anywhere on your web server but you would need to compensate for this within the code. The code will work fine as it is as long as the gallery folders are in your root directory.)