Support Forum

Can't see the TinyMCE Editor

AM Alexandre M.
Alexandre M.
Member

Hello.

So, i’m sorry for my english, i’m french and i hope, you’ll understand my request.

I have the TinyMCE Editor (last version) for Simple Press 5.2.6.

The install is ok but when I try to post ou edit a post, i have this :

As you can see, i can’t use the TinyMCE. I set it to be the default editor. And i checked it in my profile. I’m administrator of the site.

What’s wrong with this plugin ? Java’s version ? It doesn’t work with Google Chrome, Mozilla Firefox and Internet Explorer 10.

Anyone can help me ?

Tks.

 

PS : Well, I just take a look on the toolbox and i have this error message :

file: /simple-press/sp-api/sp-api-plugins.php
line: 82
function: closedir
Warning | closedir() expects parameter 1 to be resource, null given

I think it’s a reason of my problem. What do you think ?

5 Answers

New Answer

YS Yellow Swordfish
Yellow Swordfish
Member

No – that warning has no relevance. You most probably have a JavaScript conflict – your wp theme or another plugin – which needs to be fixed. This codex article explains the most common issue, what this means and what to look for:

http://codex.simple-press.com/codex/faq/troubleshooting/what-is-this-jquery-conflict/

AM Alexandre M.
Alexandre M.
Member

Thank you so much for your link.

I’ve made some research and the conflict is with my theme. The TinyMCE Editor works with the Twente Twelve theme.

I must contact the author of my theme, but what did I say to him ? I try to disable slider, but TinyMCE doesn’t work. How can I know that he must change ?

Really, i’m sorry but i’m a “newbie” in jquery and javascript. embarassed

YS Yellow Swordfish
Yellow Swordfish
Member

Ask them if they will make changes to their theme so that it loads the correct libraries from WordPress instead of wherever they are currently loading them form. Send them the link to that codex article…

It is perhaps worth noting that the WordPress development team are trying to discourage and stamp this sort of thing out. There have even been calls by some to simply stop loading the site if non-supplied versions of these scripts are used…

AM Alexandre M.
Alexandre M.
Member

Hi.

I’ve news for my problem. With a user account, TinyMCE works very well. But with an admin account, i have the white window in text area.

The theme designer tries to fix it but he can’t find where is the bug. Do you have an idea to fix it ?

MP Mr Papa
Mr Papa
Member

which version of wp, sp and tinymce plugin for sp?

there are no known bugs here… the problem usually arises when a theme or plugin is trying to add buttons to the tinymce toolbar… wp supports using the tinymce editor in locations other than creating a blog post… but too many theme and plugin authors make an assumption that the wp editor will only be used in the admin for blog posts… so they fail to enqueue scripts and toolbar stuff properly…

do you have any themes or plugins that are adding things to the tinymce toolbar?

a link to your site would be most helpful so we can look for obvious conflicts or issues…