Whenever i click on the gear icon for skinr to edit any block or pane, it simply shows the a transparent rectangle, all the necessary modules are installed and enabled. Skinr works, but the pop up editor does not show up correctly...sorry, i'm not sure how to explain this well please take a look at the screenshot. Thank You

Comments

nomonstersinme’s picture

This shouldn't have anything to do with skinr. This is most likely caused by jquery ui.. make sure you have installed that correctly.

ChrisBryant’s picture

Priority: Critical » Normal
Status: Active » Postponed (maintainer needs more info)

Can you confirm that you have all the current versions of the required modules? Please list out the modules you have enabled and version numbers for the key modules including dialog, jquery update and jquery ui.

Please also confirm you have tried clearing all of the site caches as well as disabling CSS and Javascript aggregation.

zoon_unit’s picture

StatusFileSize
new225.05 KB

I have the same trouble with Acquia_Slate. (see pic)

Modules/themes installed:

Acquia_slate 6.x-3.x-dev
Skinr 6.x-2.x-dev
Dialog 6.x-1.x-dev
Jquery UI 6.x-1.3
jquery library 1.6
jquery update 6.x-2.0-alpha1

On a side note: Skinr is starting to seriously contribute to module bloat, with all these extra module requirements. Could all the jquery editing stuff be put in a separate module so that it can be disabled once the skinr editing is done? Or perhaps a skinr "lite" that just takes care of attaching skinr styles in the proper place on production sites?

moonray’s picture

Skinr consist of the core and teh ui part; two separate modules.
Skinr core is always required. Skinr UI (which has the Dialog and Jquery dependencies) can be disabled once you're done configuring your theme.

lolmaus’s picture

Title: Aquia Marina and Skinr don't work together » Skinr's "Edit skin" dialog has transparent background
Category: support » bug
Status: Postponed (maintainer needs more info) » Active
StatusFileSize
new173.38 KB

I've got the same issue.

My environment:

Fusion 6.x-1.0
Custom Fusion subtheme
Skinr 6.x-2.x-dev (2010-July-11)
Dialog API 6.x-1.x-dev (2010-July-11)
jQuery UI 6.x-1.3
jQuery UI library 1.6
jQuery Update 6.x-2.0-alpha1

Lack of appropriate CSS?

lolmaus’s picture

It also lacks a scrollbar.

vinoth.3v’s picture

here, overlay is displaying for anonymous users too :)

mikepadiernos’s picture

You'd have to update Jquery UI to 1.7 if not that is what will happen.

lolmaus’s picture

#8 miraga715

AFAIK, for Drupal 6, only jQuery UI 1.6 is acceptable. Most modules rely on 1.6 version. :(

moonray’s picture

Project: Skinr » Dialog
Version: 6.x-2.x-dev » 6.x-1.x-dev
Assigned: Desi Raaj » Unassigned

It depends which version of jQuery you're running.
I'm running the following:

jQuery UI 1.7.3
jQuery Update 1.3.2

In any case, the problem with the transparent dialog is an issue with the Dialog module, not Skinr in the end.

j2b’s picture

Have anybody seen any solution for this? It seems that there is a problem of jQuery UI theme loading. If I add theme manually, it starts to work, although, tuning will be necessary.

j2b’s picture

Here are a couple of discussions and solutions for jQ UI module:

The main issue is that jquery_ui does not deploy theme files, which leads to fact, that there is no styling. As a fact, it appears, that nor Dialog API, nor Skinr does not introduce such files too. I solved this issue via adding custom UI theme css and image files in Drupal custom Theme layer, and all started to work corectly as supposed to. Implementations of UI themes are up to you.

j2b’s picture

And this issue is additional proof of error as ui.all.css is not loadable due to wrong path:

http://drupal.org/node/714922

Still solved my issue like I posted above.

chaps2’s picture

StatusFileSize
new628 bytes

The reason this happened for me was that I was using the dev version of JQuery UI in which the JQUERY_UI_PATH constant that Dialog API uses to add the theme css has been removed.

This patch to be used with jquery_ui-6.x-1.x-dev and I suppose any releases above 1.4. I.e. If you put the jquery ui download in the libraries folder, then you need this patch.

drewish’s picture

Status: Active » Needs review
charos’s picture

Thanks for the patch! Works great! I think this can be reviewed and commited?

tito.brasolin’s picture

progga too posted a nice patch: http://drupal.org/node/1264534

It takes into account all cases: if JQUERY_UI_PATH is not defined and also function 'jquery_ui_get_path' does not exist, then an error message is set.

devin carlson’s picture

Issue summary: View changes
Status: Needs review » Closed (outdated)

Dialog 6.x is no longer supported.