Closed (fixed)
Project:
Image Picker
Version:
6.x-2.4
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Sep 2009 at 04:01 UTC
Updated:
28 Mar 2010 at 17:06 UTC
Hi,
The module is working very well, but I am having a minor issue that is driving me nuts.
I am using D6 last stable build and the pretty much stock Colourise theme. When I am in add/edit mode some of the text cannot be seen unless the entire page is highlighted. (see attached.)
Thinking .css maybe...other screens, i.e. *MCE can be seen fine, just ImagePicker is obscured. I looked at the .css file in the module, but didn't think changing it would work. Other than this, the module is flawless.
Thanks very much.
| Comment | File | Size | Author |
|---|---|---|---|
| screen2.jpg | 58.66 KB | cneumann | |
| screen1.jpg | 58.5 KB | cneumann |
Comments
Comment #1
hutch commentedImagepicker is inside an Iframe and some themes don't play well with Iframes ;-(
You can try copying imagepicker-page.tpl.php to your theme and altering things in there.
Hope this helps
Comment #2
cneumann commentedI will try that out and let you know in a day or so how it went. Stay tuned.
Thanks,
Comment #3
cneumann commentedNo that didnt do it. I wish there was a way to force a white background...I tried to edit, but the css for the site is overriding it. Anymore ideas?
Comment #4
daveeddydotcom commenteddid anyone figure out a solution to this yet? I'm experiencing the exact same problem.
Comment #5
hutch commentedPlease read my answer at the start of this thread. This can be done, you need to find out which css id or class is generating the dark background and override it in imagepicker-page.tpl.php, having copied it to your theme.
Comment #6
daveeddydotcom commentedThank you. I'm sorry I misread your initial response, but what you said worked for me!
Comment #7
hutch commentedGreat!
Tell the list what you did so someone else can benefit ;-)
Comment #8
daveeddydotcom commentedProbably one of the worst ways of dealing with this problem, but i copied imagepicker-page.tpl.php from the module and put it in my theme folder. From there i changed the
<body>to<body bgcolor="#000000">It's ugly, but it works.
Comment #9
hutch commentedThat is exactly what imagepicker-page.tpl.php is for. Themes vary enormously and this is how to cope. You could put this in the head:
That should work but css can be picky ;-(
Comment #10
cneumann commentedThanks for all the help folks. I fianlly decided to abandon Image Picker completely for other reasons.
Comment #11
mattwmc commentedThanks, worked for me.
But I used white instead ;)