Skip to:
Content
Pages
Categories
Search
Top
Bottom

Update 2.6.9. TinyEditor is gone. Simple cure?


  • neon67
    Participant

    @neon67

    I met the same problem in the topics here, but I can’t find it now.
    Sometimes the answer editor markup panel disappears.

    What is simple treatment there, dear colleagues? (no additional plugin is desirable)

Viewing 8 replies - 1 through 8 (of 8 total)

  • donal13
    Participant

    @donal13

    I would like to know as well


    Robin W
    Moderator

    @robin-w

    have you tried this

    add_action( 'wp_footer', 'rew_supports_js' );
    
    function rew_supports_js() {
    	echo '<script>document.body.classList.remove("no-js");</script>';
    }

    Put this in your child theme’s function file –

    ie wp-content/themes/%your-theme-name%/functions.php

    where %your-theme-name% is the name of your theme

    or use

    Code Snippets


    donal13
    Participant

    @donal13

    Thanks @robin w, for the advise but alas, it did not work for me


    Robin W
    Moderator

    @robin-w

    is your site public enough to be able to see an example?


    neon67
    Participant

    @neon67

    Wow, it works like a charm for me!
    Thank you very much Robin for a very helpful work. 🙂 Great!


    Robin W
    Moderator

    @robin-w

    🙂


    donal13
    Participant

    @donal13

    Robin-w the site is offline. I actually use it for notes on my clients dealings. It did not work for me and I even tried the plugin as well. Seen as it worked for neon67 I can only assume its a plugin that is causing me the problem. I changed the theme to the default WP theme and it did not work. I will deactivate the plugins over the weekend and try the code again and hopefully it will work.


    Robin W
    Moderator

    @robin-w

    ok, let us know how you get on

    you can use the troubleshooting part of this plugin to let you see what happens when you deactivate without needing to affect the live site

    Health Check & Troubleshooting

Viewing 8 replies - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.
Skip to toolbar