• thanhluan710

    (@thanhluan710)


    Hi all.
    I upgraded WordPress to Version 3.9 and I have a problem with Visual Editor.
    My site is for coupon. When I write a post on Visual Editor on “Visual” tab and I want insert html code, I move “Text” tab. For example code:

    Click here to WordPress:
    <p><input onclick=” window.open(‘http://wordpress.org/&#8217;);” type=”button” value=”Wordpress”/></p>

    Well done. A post is successful but When I update post, I see:

    Click here to WordPress:
    <input type=”button” value=”Wordpress” />

    Link was lost. I can not open a new tab when click button. On WordPress version 3.8.3, all is good. I turned off all plugin but not success. I install new site with WP 3.9 but same.

    Please me. Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • JumboClicks

    (@jumboclicks)

    You must always insert html code in the text view then save.

    switching to visual editor mode may eat your html

    viewing a previously written page with html code in the visual editor may eat your code.

    in other words it does not always work

    You can turn off the visual editor in your user profile page.

    Hardeep Asrani

    (@hardeepasrani)

    For the sake of God, please don’t use the Visual editor when you’re working with codes.

    Are you sure it was working with 3.8?

    Hardeep Asrani

    (@hardeepasrani)

    Plus, use the following code to open links in new tab:

    <input type="button" target="_blank" value="WordPress" />

    Abhishek Ghosh

    (@abhishek_ghosh)

    TinyMCE related error.
    I lived with plain HTML input for many years before Parker version was released! If you want a temporary fix, go to http://your-site.com/wp-admin/profile.php and check the [ ] Disable the visual editor when writing option, save it. Logout and clear browser cache. Visual will be fully off but actually it might be working solution for you. You need to manually edit those existing posts.

    Search with terms like TinyMCE Error in the Search wordpress.org field, you’ll get some your kind of peoples ans solutions. You can read this one – http://wordpress.org/support/topic/tinymce-not-loading-in-wordpress-313?replies=2

    Thread Starter thanhluan710

    (@thanhluan710)

    @hardeep Asrani: I tested this vesion and working. I will try to follow the way by @jumboclicks and @abhishek Ghosh.

    Thank all.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Embed html code Visual Editor missing on WP 3.9’ is closed to new replies.