Hi,

I ran into a problem with the image picker form, the background I had clashed with the font, could not see all the info.

I edited your css file, added

#imgp {background: orange;
clear: both;
padding-top: 10px;
}

So now the blue background doesn't show through.
Just fyi.

nyclightwave.com
create account, login.
create content
check the image picker section. Now it's an orange field set, not transparent.

Antonio

Comments

hutch’s picture

I've had a look and yes I can see what is going on. Marinelli is a complex theme and css does not always play well with iframes. In the latest version of Imagepicker you can copy imagepicker.tpl.php to your theme directory and tweak it there. Rather than modify imagepicker.css copy the ids and classes you want to change to your theme, in your case add them to graphics.css, that way you won't have a problem if you change themes. There are also settings you can change in the advanced section of imagepicker settings which you use to control the width and height of the iframe.

Hope this helps.

cgdigitaltreats’s picture

Hutch,

It took me awhile to merge the marinelli and ability or roopletheme regions into it.
Seems to finally be working well.

Thanks. I will check out your Ideas, and let you know. Hopefully soon.
I love your module. Fills a gap that is needed in drupal.

Now I have to learn how to use the newer 6 version of form filter module to help with the "create content" flow.
To many people want less, and are getting confused with all the choices drupal gives you.

Antonio

hutch’s picture

Good, glad it's working, if you get a chance to summarise the merging with the more complex themes do post a howto, it might help someone ;-)

hutch’s picture

Status: Active » Closed (fixed)