I have tried just about everything CSS wise, is there a way to override the usage of the theme background in the dialog for the uploader?
The css is pulling cron-check-processed as the class, and there is seemingly no way to override!
Thanks in advance, love this module, making my life much easier, even with this little hiccup!

CommentFileSizeAuthor
#2 ckscreen2.jpg46.52 KBiantresman

Comments

eugenmayer’s picture

Status: Active » Closed (fixed)

Please read the documentation. Please upgrade jquery.ui dialog and check the relase logs

iantresman’s picture

Version: 6.x-1.6 » 6.x-2.0-rc4
Status: Closed (fixed) » Active
StatusFileSize
new46.52 KB

I think I'm using the latest dependencies and editors, and also find that the background colour of the upload dialog (see attached image), does not turn white, even though I have the JQuery UI Dialog checkbox set, which suggest that it should "override your theme ones (White background)"?

  • WYSIWYG Image upload 6.x-2.0-rc4
  • jQuery Update 6.x-2.0-alpha1
  • jQuery UI 6.x-1.3
  • Wysiwyg 6.x-2.1
  • CKEditor 3.3.1
  • ImageCache 6.x-2.0-beta10
eugenmayer’s picture

Is this your own theme @2? It looks like there is also a floating problem there.

For the background problem. It should ( normaly ) working with the jquery_ui_dialog clearing the background color, but that also depends on you CSS rules ( if you used !, no way here ). You can easily us you own CSS to reset the background color only for the dialog:
That also works for you @1

you can use body#jquery_ui_dialog as namespace to add styles to things, which only will affect the dialog

body#jquery_ui_dialog { background-color:transparent }
iantresman’s picture

body#jquery_ui_dialog { background-color:transparent }

I think this contains a minor typo (an extra underscore). I found that the following, which I inserted with CSS Injector, solves the problem:

body#jqueryui_dialog { background-color:transparent}

eugenmayer’s picture

Project: WYSIWYG image upload - Inline images for your WYSIWYG » jQuery UI Dialog
Version: 6.x-2.0-rc4 » 6.x-1.7
Category: support » bug

moving over to jquery ui dialog - will be release with the stable of wysiwyg_imageupload. Thanks for reporting!

eugenmayer’s picture

Status: Active » Fixed

was a different error thought ( css file was not included ), fixed anyway. Inlcuded in release 1.8

eugenmayer’s picture

Status: Fixed » Closed (fixed)

released in 1.8