Search…

X3 Photo Gallery Support Forums

Search…
 
aG
Experienced
Topic Author
Posts: 25
Joined: 09 Jan 2007, 17:41

Slideshow background

27 Feb 2007, 17:07

Hello !
I wanna know who make to customise the background of the slideshow..
There is an "standard" picture but i just wanna have a black background (because the slideshow will be integrated into a page who's black)..
Thanks for your help, and sorry for my english :)
Aurelien from France
 
Hanky
Experienced
Posts: 90
Joined: 28 Nov 2006, 08:54

28 Feb 2007, 01:59

salut,

ici https://www.photo.gallery/470 tu peut trouver l'aide
greetings
hanky
 
User avatar
globetrotter
Imagevue Expert
Posts: 844
Joined: 18 Oct 2006, 13:16

28 Feb 2007, 05:59

And set backimage to false in slideshowimagevueconfig.ini.
More info: https://www.photo.gallery/support/docs/468
Rene
http://www.globetrotternet.nl/
 
aG
Experienced
Topic Author
Posts: 25
Joined: 09 Jan 2007, 17:41

Re

28 Feb 2007, 14:48

Thanks a lot..
But, in fact, what i wanna do is changing the color INTO the slideshow...
Not the background color but the slideshow back color..
Any way : Before the first image appears (at the time we see the loader), the background is initialy "white"_
Is just wanna set it "black" ! Simply..lol
Understood ? (English from France..lol) :D

PS for GLOBETROTTER : on your website.. you use imagevue on a blue background (the same as your HTML page).. where do you setup this parameter for imagevue... that's THE only hot point..
 
User avatar
globetrotter
Imagevue Expert
Posts: 844
Joined: 18 Oct 2006, 13:16

28 Feb 2007, 16:15

If you are using the slideshow without the thumbnail gallery, then you can change the background setting in slideshowconfig.ini:
Code
backimage = false
bgcol = 000000
Do you use the slideshow which is started from the thumbnail gallery, then you can make these settings in slideshowimagevueconfig.ini.

In these two .ini files you can also make settings for the color of the loader bar:
Code
preloadcolor = 000000
timercolor = 000000
Rene
http://www.globetrotternet.nl/
 
aG
Experienced
Topic Author
Posts: 25
Joined: 09 Jan 2007, 17:41

01 Mar 2007, 13:17

yeah, great !
Thank you so much ;)
 
Deb
Experienced
Posts: 24
Joined: 21 Jan 2007, 00:23

11 Mar 2007, 17:17

globetrotter wrote:If you are using the slideshow without the thumbnail gallery, then you can change the background setting in slideshowconfig.ini:
Code
backimage = false
bgcol = 000000
Do you use the slideshow which is started from the thumbnail gallery, then you can make these settings in slideshowimagevueconfig.ini.

In these two .ini files you can also make settings for the color of the loader bar:
Code
preloadcolor = 000000
timercolor = 000000
Please help me further w/this. I need to change the slideshow background color (at least I think that's the one I need to change). I'm using the SoftWhite template and have been configuring this so far w/o to much trouble except for this issue. Here is the link so that you can follow along:

http://www.cedarcreekimages.com/portfolio/

And these are the steps to take to get to where I'm talking about:

1) Go the the Gallery home page (link above)

2) Open the Menu

3) Select a folder and click

4) I then have 12 photos in front of me.

5) I click one of these photos and I'm assuming I'm in slideshow mode as that's how it seems to me. There is an X to the right of one single photo. There is a white border around the photos and a blue background this color blue: #001756 and THAT is the color I need to change.

I've tried looking at a number of forum posts, at the documentation and tried numerous different attempts at this and no matter what I do the background remains blue.

Your help is greatly appreciated. Thanks.

Deb
 
User avatar
globetrotter
Imagevue Expert
Posts: 844
Joined: 18 Oct 2006, 13:16

12 Mar 2007, 03:11

Try to change in the slideshowimagevueconfig.ini (in the right template directory):
Code
innerframecol = FFFFFF
(for a white border and background)
Rene
http://www.globetrotternet.nl/
 
Deb
Experienced
Posts: 24
Joined: 21 Jan 2007, 00:23

12 Mar 2007, 03:52

globetrotter wrote:Try to change in the slideshowimagevueconfig.ini (in the right template directory):
Code
innerframecol = FFFFFF
(for a white border and background)
Thank you!