johngay Posted March 14, 2014 Share Posted March 14, 2014 In my tinymce editor there is a HTML icon however when I click on it I get a blank screen and when I place code in it I can't save or place it into the tinymce editor. Thanks for your help. Link to comment Share on other sites More sharing options...
vekia Posted March 14, 2014 Share Posted March 14, 2014 what ps version you use? where you've got this problem? everywhere? on only on certain pages in BO ? Link to comment Share on other sites More sharing options...
johngay Posted March 14, 2014 Author Share Posted March 14, 2014 I am setting up 1.5.6.2 for a friend. I have logged in to Admin on 3 computers with the same results. I tried changing the code like you suggested but it was different than the example you gave or I don't know what I am doing. Probably the latter. My form.tpl file from line 401 to line 416 is pasted below: {if isset($tinymce) && $tinymce} <script type="text/javascript"> var iso = '{$iso}'; var pathCSS = '{$smarty.const._THEME_CSS_DIR_}'; var ad = '{$ad}'; $(document).ready(function(){ {block name="autoload_tinyMCE"} tinySetup({ editor_selector :"autoload_rte" }); {/block} }); </script> {/if} You can see in this picture that I have an HTML icon You can see in this picture that I have a blank html window with no way to save it. Link to comment Share on other sites More sharing options...
vekia Posted March 15, 2014 Share Posted March 15, 2014 where you've got this problem? everywhere? or only on certain pages in BO ? Link to comment Share on other sites More sharing options...
johngay Posted March 15, 2014 Author Share Posted March 15, 2014 It only happens in Prestashop on every attempt on any page I have a TinyMCE editor.. I can use the TinyMCE HTML editor on the church Word Press site, and in a Joomla site. Link to comment Share on other sites More sharing options...
vekia Posted March 15, 2014 Share Posted March 15, 2014 ok thanks so please turn on browser console (ctrl+shift+j in chrome browser) and open page where tinyMCE editor should appear do you see some errors in console output? if so, can you show them here? (paste only RED errors) Link to comment Share on other sites More sharing options...
johngay Posted March 16, 2014 Author Share Posted March 16, 2014 I was using windows 7 and the HTML editor didn't work. It works fine in Chrome. Thank you for all you do. John Link to comment Share on other sites More sharing options...
RickyKidd Posted August 17, 2014 Share Posted August 17, 2014 Using Chrome also worked for me. Thank you. Link to comment Share on other sites More sharing options...
vekia Posted August 18, 2014 Share Posted August 18, 2014 and what about console log, you turned it on ? Link to comment Share on other sites More sharing options...
janoroh Posted May 24, 2015 Share Posted May 24, 2015 I'm suddenly having the same problem as the original poster on Prestashop 1.5.4. TinyMCE works just fine, but the HTML editor (i.e. the popup when I click on the HTML icon) just displays an empty text field now. I got no idea what the problem is since I didn't change anything in my configuration recently and it still worked fine a couple days ago. (I switched to SSL a couple weeks ago, but the HTML editor still worked fine afterwards if I remember correctly ... or maybe it didn't and that's part of the problem?) I'm using Chrome and tried deleting cookies and cache, but it still doesn't show up. The console says: "Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/." and lists line 4 in the JQuery file, but I don't know if that's what's causing the problem. Here's a screenshot: http://imageshack.com/a/img538/7771/2IsGP2.png Does anyone know how to fix this? I really don't know why it might have disappeared. Link to comment Share on other sites More sharing options...
janoroh Posted May 25, 2015 Share Posted May 25, 2015 Update: I just noticed that it's working without any problems in Opera. So the problem only persists in Chrome (and IE). This is even more confusing now since it worked just fine in Chrome up till a couple days ago. Link to comment Share on other sites More sharing options...
AZC Posted June 1, 2015 Share Posted June 1, 2015 Update: I just noticed that it's working without any problems in Opera. So the problem only persists in Chrome (and IE). This is even more confusing now since it worked just fine in Chrome up till a couple days ago. Hi, have you found a solution? we are having the same problem. Only on some computers though. Link to comment Share on other sites More sharing options...
janoroh Posted June 1, 2015 Share Posted June 1, 2015 Nope, unfortunately not. Currently using Opera as a workaround if I have to change the source code in the editor. Link to comment Share on other sites More sharing options...
AZC Posted June 1, 2015 Share Posted June 1, 2015 Really, weird. It works on some computers but not others. We're using firefox at the moment and thats working fine. Although on other computers chrome still has no problem. Link to comment Share on other sites More sharing options...
Recommended Posts