shaaf Posted July 7, 2014 Share Posted July 7, 2014 hallo master,sorry before,im newbie in prestashop,i have problem when i'm insert code iframe in cms page,my tiny mce is fully function,but when i'm insert iframe code in source code button and then i press save button,iframe code cannot rendered and the code iframe has change, for example i insert iframe code : <iframe src="http://www.jne.co.id" width="100%" height="500px"></iframe>, then when i press save button the code change : <iframe width="300" height="150" src="%5C"></iframe>,the information about website emmbedd is missing,please help, thank you sorry if my english la is bad Link to comment Share on other sites More sharing options...
selectshop.at Posted July 7, 2014 Share Posted July 7, 2014 You've activated the function under: preferences -> general -> allow iFrames on HTML = YES ? Link to comment Share on other sites More sharing options...
shaaf Posted July 7, 2014 Author Share Posted July 7, 2014 yes i have activated the function under preferences -> general -> allow iFrames on HTML = YES ,but the problem still Link to comment Share on other sites More sharing options...
vekia Posted July 7, 2014 Share Posted July 7, 2014 go to preferences > general there is an "HTML Purifier" feature disable it check what's going on then while you're trying to save your contents with iframes Link to comment Share on other sites More sharing options...
shaaf Posted July 7, 2014 Author Share Posted July 7, 2014 oh.......tnks alot vekia,you're really master.. ....,the problem is solved,now i iframe is working in the cms page,one again,thank you vekia thank you,thank' s master.. the problem is solved Link to comment Share on other sites More sharing options...
vekia Posted July 7, 2014 Share Posted July 7, 2014 thank you for your kind words :-) Im so glad to hear that your problem is solved i can go ahead and mark topic title as [solved] too with regards, Milos Link to comment Share on other sites More sharing options...
mail@garrisonpri.co. Posted April 27, 2016 Share Posted April 27, 2016 I would like to add this code to a new CMS page. <frameset rows="131,*" frameborder="0"> <frame src="top.htm" name="topFrame" scrolling="no" noresize="noresize" /> <frame src="http://www.our-catalogue.com/MCOT/" name="mainFrame" /> <noframes> <body> <p>You need frames enabled to view the content on this page</p> </body> </noframes> </frameset> I have disabled HTML Purifier and allowed iFrames on HTML. When I add the code to a CMS page it is removed and doesn't save. What would be my next step? Thank you. Link to comment Share on other sites More sharing options...
vekia Posted May 2, 2016 Share Posted May 2, 2016 this requries modifications of tinymce you have to use extended verison of the editor Link to comment Share on other sites More sharing options...
Recommended Posts