Hi,
I've just installed the drupal 5 patched version, and font color seems to be white although I have changed it in the admin settings.
Any ideas on where to hack this setting, so I can change it to black?

Strangely all other settings are working fine.

CommentFileSizeAuthor
#7 withlabels.gif91.89 KBsime
#6 Skærmbillede-1.png286.68 KBrobotjox
#3 blackfont.gif14.97 KBsime

Comments

sime’s picture

Priority: Critical » Normal

Have you got a publicly viewable site I can look at?

robotjox’s picture

well, it's not public, but I've got a direct link here to a test site: http://74.52.131.242/~sisse/fgallery/2
I just want to be able to change the font color. The simpleviewer documentation constantly refers to a xml file, where you change all the different settings, but I guess that this file is not included in your module - any other way to change them?

thanks!

sime’s picture

StatusFileSize
new14.97 KB

Font color is black to me (ie, I can't see it against the #181818 background).

robotjox’s picture

I've just been working on the files, which may explain, what you are seeing.
I got the font color working for the captions using this line: http://drupal.org/node/87816 and setting the font color, ie:

$caption[] = $node->title." \n<font size='10px' color='#000000'>".$node->body."</font>";

and now captions are showing black and when setting the background to white, this looks fine.

However, the title and the image filename, are still white - any ideas on where to change them?

and thanks for answering so quickly!

sime’s picture

No worries, glad to help. But I've lost where you're at, because what I see doesn't match what you're writing about. Ie. I see no white font on the page other than the primary links at the very top.

Can you please attach a screenshot of what you're seeing?

(Also, bear with me as I'm a new maintainer of this module, having done other flash stuff before but not simpleviewer.)

robotjox’s picture

StatusFileSize
new286.68 KB

sure - I've attached a dump.
hmm... maybe this is browser-related then?! What are you using? I'm using Firefox 2.0.0.2

What about the flash_gallery.css - can you change anything in there, which affects the font-output? Haven't had any luck with it.

Another issue I'm having is the order of the images - it seems completely random... where - if possible - can I set it?
As you might know from looking on my test site, I'm using the gallery to display a visual user guide for people (for using baby-slings), so the order in which images appear is very important.

thanks again!

sime’s picture

StatusFileSize
new91.89 KB

Well, it was all black before, but now both yours and mine is white.

However I see the text ok. I'm on firefox 2.0.0.2 on windows. (Attached image.) This is not something that can be controlled with CSS btw, I think it might be a ubuntu issue (assuming I've read your desktop iconography correctly.

(Can't help you with the order just now. I'm really just bug fixing for the moment, but I did see a query in the flash_gallery.module that you could add a sort by to. Please open a new ticket if you'd like to leave a feature request.)

.s

robotjox’s picture

Status: Active » Closed (fixed)

you're right - I just tried it with Internet Explorer (using wine), and it displays fine. So this must be some weird issue with The Linux flash plugin for firefox - how annoying. Well, that's not so important for me, because getting the caption to show was the most important thing - and the sorting of course, but I guess I'll hack away a bit before opening another issue - can't wait to see what you are going to do with your new module - good luck :)