Closed (fixed)
Project:
Flash gallery
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Mar 2007 at 18:49 UTC
Updated:
9 Mar 2007 at 11:58 UTC
Jump to comment: Most recent file
Comments
Comment #1
simeHave you got a publicly viewable site I can look at?
Comment #2
robotjox commentedwell, 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!
Comment #3
simeFont color is black to me (ie, I can't see it against the #181818 background).
Comment #4
robotjox commentedI'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!
Comment #5
simeNo 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.)
Comment #6
robotjox commentedsure - 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!
Comment #7
simeWell, 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
Comment #8
robotjox commentedyou'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 :)