Search…

X3 Photo Gallery Support Forums

Search…
 
Grek
Topic Author
Posts: 10
Joined: 07 Nov 2007, 09:34

Color as backimage, possible ?

08 Nov 2007, 12:42

Hello,
Is it possible to define a color as backimage or it has to be a file ?

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

08 Nov 2007, 13:13

You can set the backimage to false:
Code
backimage = false
https://www.photo.gallery/support/docs/126


And set a backgroundcolor:
Code
bgcol = EFEFEF
https://www.photo.gallery/support/docs/125

Both setting are in config.ini
Last edited by globetrotter on 08 Nov 2007, 16:35, edited 1 time in total.
Rene
http://www.globetrotternet.nl/
 
Grek
Topic Author
Posts: 10
Joined: 07 Nov 2007, 09:34

08 Nov 2007, 14:58

Thanks for your help.
It works (I've setup the background as white FFFFFF).
Unfortunately now, the background of the menu is white as well ( see http://www.si-la-gi.com/gallery/)
Is there a way to keep the background of the menu black ?

Thanks again,

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

08 Nov 2007, 16:35

You can change the menu color:
Code
menucol = 000000,textcol
More info: https://www.photo.gallery/support/docs/208
Rene
http://www.globetrotternet.nl/
 
Grek
Topic Author
Posts: 10
Joined: 07 Nov 2007, 09:34

08 Nov 2007, 17:03

Works great ! Many thanks.

By any chance, do you know how to modify the font of the name of the gallery (big handwriting characters) http://www.si-la-gi.com/gallery/
I've tried to change "headingfont " to Verdana but it doesn't seem to work...

Is it also possible to remove it from the main page but just displaying the category once we see all the thumbnails of that catagero or when we enlarge one thumbnail ?

Thanks[/url]
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

12 Nov 2007, 06:34

Grek wrote:Works great ! Many thanks.

By any chance, do you know how to modify the font of the name of the gallery (big handwriting characters) http://www.si-la-gi.com/gallery/
I've tried to change "headingfont " to Verdana but it doesn't seem to work...

Is it also possible to remove it from the main page but just displaying the category once we see all the thumbnails of that catagero or when we enlarge one thumbnail ?
Try "startheading = false" ... Unfortunately you can not change that font without editing the imagevue.fla sourcefile, which is generally not recommended.