Franco
X3 Photo Gallery Support Forums
startpath: 'content/pictures1/'No, I think you need to stick with gallery-relative path ...rgp wrote:Yep. It was a directory issue for the startpath! I see that this must be because the data is going to the swf file that is already inside /gallery/. Would an absolute address work also?
I don't see this problem here. When I click the "Try" button, it opens windows with demos of each specific theme. Perhaps you have a link to your admin with login?rgp wrote:This theme thing sounds great, but when I try to use the "try themes" option in the admin, the page that pops up is plain, regardless of which one I "try." Ex. when I hit firestarter, it looks the same as Default; no floating embers poping up or anything.
Yesrgp wrote:When I hit "create new" in themes (I haven't tried this yet) will it create a starter theme based on the one that I hit "create new" from?
You can only use a single theme for a single instance of the gallery(for example, you can't change themes inside the same gallery when clicking the folder buttons). You can however easily have multiple galleries running multiple themes. For example, lets look at the code I pasted earlier, and we can add a line there:rgp wrote:Is there only one theme allowed per site or can different pages have different themes. (yes, I only want one right now, but circumstances could change, so flexibility is nice)
var flashVars = {
foreground_color: 'EEEEEE',
background_color: '222222',
startpath: 'content/foldername/',
theme: 'zanzibar'
};If you go to admin -> themes -> edit theme, you will see the entire list of editable settings. If you select a setting, there will be some help text displaying to the right of it ... We are working on further documentation when we release our new website.rgp wrote:Where do I find the documentation telling me about the different features I can configure in themes, and how to do so?
Not quite sure where you are here. When I click "try theme" from the themes page in admin, it opens a window with the specific gallery theme. Do you have a link and login to your admin?rgp wrote:My "try themes" takes me to the folder selector page but any folder I choose only displays as the plain version.
Not quite sure what you mean here. All themes are in the imagevue folder, and are unrelated to the content. Themes are in static location, and are targeted based on your choice.rgp wrote:The "theme" parameter answers my question rather nicely. I was not under any illusion that you could have two themes within the same slideshow gallery. Does the program not need to have a local path to find the zanzibar theme inside its folder like /themes/zanzibar/ ?