Jump to content

[SOLVED] can't add iframe in cms page prestashop 1.6


Recommended Posts

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

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.. :D  :D

 

the problem is solved

Link to comment
Share on other sites

  • 1 year later...

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

×
×
  • Create New...