I have tried several editors such as tinymce, ckeditor, and fck and am unable to get any of them working in the theme. Same setup works if I switch to garland. As well the menus will not expand. menus such as Menu settings, Input format, Revision information, Comment settings and the rest.

Skinr 6.x-2.x-dev
Skinr UI 6.x-2.x-dev
Dialog API 6.x-1.x-dev
jQuery UI 6.x-1.4
jQuery Update 6.x-1.1
Chaos tools 6.x-1.7

Comments

nomonstersinme’s picture

That means theres a js error. i would possibly downgrade jquery ui... but my suspicion is that there is a problem with jquery ui and wysiwyg. check out http://drupal.org/node/875804

Also check firebug for JS errors and try to find out where the error is coming from. This is really not related to the theme but i will try and help you as best i can.

terr’s picture

I am fairly good at figuring things out when I understand them. With that said I have never used firebug or dealt with some of the things that I am now with drupal. I really do appreciate your help. This is what I got out of firebug. Is there something I need to do to get more?

$wrapper.closest is not a function

Line 160

edit Maybe a little more info

$wrapper.closest is not a function
[Break on this error] var $region = $wrapper.closest('.skinr-region'); skinr.js?2 (line 160)

nomonstersinme’s picture

Hey no problem its all good... does it tell you what file the error is coming from? If you have a link where i could actually look at the site that would be more beneficial.

If not let me know what browser/os you're using and i'll be able to help you figure out where the error is coming from

terr’s picture

can you send me a private email. I setup a user so you can see what is going on.

nomonstersinme’s picture

Ok the error is actually with the ckeditor module. Please check http://drupal.org/node/895464

Looks like there is no solution as of yet... however i would recommend using the wysiwyg module, which also makes use of the ckeditor library. I have that working as it should on a site with skinr and all its required modules enabled. I hope that helps..

nomonstersinme’s picture

Actually i just realized that i had my ckeditor.js in the wrong location. Once i fixed that it appears as it should - with one minor detail off. My site is using jquery_ui 1.3... perhaps downgrade to that.

terr’s picture

I went ahead and disabled ckeditor for the short run. I also downgraded to jquery ui 1.3. I still can not get the menus to expand. Any ideas on this?

I am also getting the exact same error with firebug. If that helps any. Starting to wonder what I have done wrong here.

nomonstersinme’s picture

See if you can tell me what JS errors youre getting... i'm not sure why that would happen.

nomonstersinme’s picture

Status: Active » Closed (works as designed)

Please see the following as i think this might be where your error is from.. http://drupal.org/node/928400#comment-3528372