Support Forum

TinyMCE Unable to type in Text Field

UN
Unknown
Member

Hi I have installed

Editor (TinyMCE – Rich Text)
File Uploader (using Plupload)

and I am unable to type in the text field. Is this because of current plugins that are installed on the site or what? You can check it out at http://theultimateyogi.com/forum-2

 

Dan

98 Answers

New Answer

MP Mr Papa
Mr Papa
Member

do you mean you cannot enter new topic or post text??

if so,we cannot test much further since guests cannot post…

might be because the theme is loading a non WordPress version of jquery ui:

<script type=’text/javascript’ src=’http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js’></script>

which may be conflicting with the version that ships with WP…

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

MP Mr Papa
Mr Papa
Member

have you looked for the js/jquery like the other user?  more info:  http://codex.simple-press.com/codex/faq/troubleshooting/what-is-this-jquery-conflict/

can you give us a link to your site so we can look for some conflicts?

KM Kevin Mitchell
Kevin Mitchell
Member

I can’t view that link, it takes me to the sign up page, but I am logged in on the sidebar…

 

http://www.selectbutton.com/forum/

MP Mr Papa
Mr Papa
Member

let me take a look…  we are moving a bunch of stuff around today in the codex and its possible the transient state has temporarily messed up the permissions…

KM Kevin Mitchell
Kevin Mitchell
Member

Is it possible to edit the plugin to work with themes setup to pull the jquery from Google or is it a simple:press itself issue. None of the plugins seem to work correctly.

MP Mr Papa
Mr Papa
Member

problem is that if you use jquery from google, you never know what you are going to get… bit like russian roulette…  even the wp devs dont advocate using offline jquery… how the hell would plugin authors test with that? we test with the jquery that comes and is delivered with wp… (http://codex.wordpress.org/Function_Reference/wp_enqueue_script)

it should be fairly easy to find the code in theme hard loading this:

<script type=’text/javascript’ src=’https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js?ver=3.3.1′></script>

keep in mind that is loaded in addition to the jquery ui loaded by wp…and its minimized differently… so hence the likely conflicts…  sorry, but what’s not working? the few js/jquery things I could try as guest work…

if you can find that in you theme where its included, likely in header.php or functions.php, we can help standardize it for wp…

or if you want to create us a temp account with wp admin and sp admin caps (please send via pm to me and yellow swordfish), we can take a look and see if the file is available via the theme editor…

out of curiosity, did you try a temp switch to the default wp theme and see if your issue clears up?

KM Kevin Mitchell
Kevin Mitchell
Member

I was able to comment this out in functions:

wp_enqueue_script(‘jqueryui’, ‘https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js’, array(‘jquery’));

 

But now the login button, quote and add reply button do not work. At the bottom of Chrome I can see it says javascript:void(null)

YS Yellow Swordfish
Yellow Swordfish
Member

Well the site is still throwing up javascript errors – and this is nothing to do with SP as it is showing up on all pages – but the effect it has is to stop all further scripts from running – again omn all pages.

Something – theme/plugin – I can not tell which – is trying to make use of the jQuery ‘accordion’ Ui component but the ‘accordion’ library is never loaded.

Can you find out what needs it and whether it is genuinely needed?

KM Kevin Mitchell
Kevin Mitchell
Member

No, I don’t need it loaded, but removing the php from being loaded, didn’t fix anything.

YS Yellow Swordfish
Yellow Swordfish
Member

Well it is certainly clean of errors which is great.

As a visitor I am unable to post anyway so I can’t see what happens with the editor.

The only remaining thing I CAN see is that you appear to be using wp-total-cache and the forum page can not be cached because it is created dynamically. You need to exclude the forum url from the cache.

If you want to set up an account so I can look at the editor then I am hahoy to do that. Please PM credentials to both myself and to ‘Mr Papa’. Please include in the PM a link to your site, a link to this thread and brief reminder of the problem. And one of us will take a look for you.

YS Yellow Swordfish
Yellow Swordfish
Member

Your site is most strange!

Can you try something? Can you very briefly switch to using the WP default theme just to see if things work as they should?

KM Kevin Mitchell
Kevin Mitchell
Member

Yellow Swordfish said
Your site is most strange!

Can you try something? Can you very briefly switch to using the WP default theme just to see if things work as they should?

To be honest, it’s not really an option as when I switch back a lot of settings usually get reset, and going through them one by one would be impossible at this point frown