Open up tiny_mce_init.js in theme/library/js/tiny_mce_init.js replace all code with: Code: tinymce.init({ selector: "textarea", theme: "modern", height: 300, oninit: [] plugins: [ "paste" ], paste_text_sticky: [ "true" ], setup: [ "function(ed) { ed.onInit.add(function(ed) { ed.pasteAsPlainText = true; }); }" ], content_css: "css/content.css", });
Do you have a content.css for Tiny, it seems to be missing in this theme... it give an error in the console, because the file doesnt exist..lol and thanks for the tip