Page 1 of 1

Color as backimage, possible ?

Posted: 08 Nov 2007, 12:42
by Grek
Hello,
Is it possible to define a color as backimage or it has to be a file ?

Thanks,

Posted: 08 Nov 2007, 13:13
by globetrotter
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

Posted: 08 Nov 2007, 14:58
by Grek
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

Posted: 08 Nov 2007, 16:35
by globetrotter
You can change the menu color:
Code
menucol = 000000,textcol
More info: https://www.photo.gallery/support/docs/208

Posted: 08 Nov 2007, 17:03
by Grek
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]

Posted: 12 Nov 2007, 06:34
by mjau-mjau
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.