Viewing 6 replies - 1 through 6 (of 6 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Check under users > your profile and make certain the checkbox at “use visual rich text editor” is selected and then click “update profile” at the bottom of that page.

    Thread Starter theinfernosin

    (@theinfernosin)

    Thank you ?? solved. I just did some searching for like 30 mins and forgot about this topic yet I found the same answer.

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    You’re welcome and the important thing is that you found the answer. Happy blogging.

    My “use visual rich text editor” IS checked – I in fact unchecked it, saved tested my page to see that it was removed. Rechecked it on and saved.. NO change — It still isn’t working.

    Any other ideas? I’m using WP 2.5.1

    Hi I had the same problem but when i went to the Your Profile page there was no checkbox for me to activate/deactivate the visual editor…..any ideas???

    TINYMCE (Visual Editor) dissapearance SOLVED!!

    Well People,

    After a long night of hard struggle, I found the solution for this annoying problem. I really tried all the routines as described in the other forum posts.

    The sollution is quiet simple. The PHP engine of the hostingserver needs to be resetted, because one way or another it keeps caching the faulty javascript from TinyMCE.

    a way to do this is by temporarily renaming your PHP.ini file, often found in the CGI-Bin folder on your server.

    Step1: as described in the other forums edit the file:

    <yourside>/wp-includes/js/tinymce/tiny_mce_config.php

    change:

    ‘compress’ => true,

    into:

    ‘compress’ => false,

    Step2: Rename PHP.INI (e.g to PHP.INI-)

    Step3: go to <yourside>/wp-admin/page-new.php
    (your Visual Editor should allready be visible if not reset your browsers cache and press reload)

    Step4: Restore your PHP.INI file to it’s original name.

    Now you can work again!!

    Also a good advise would be for more comfort in memory usage of WordPress to edit the parameter: ‘memory_limit’ in PHP.ini, which by default is set to 8Mb which is way too low for such an advanced engine. changing it in to 32M (so not Mb!!!!) will be enough for running all your favourite plugins smoothly without annoying hang-ups.

    example:
    memory_limit = 32M;

    Good luck!!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘WYSIWYG TinyMCE not working?’ is closed to new replies.