fatheeym Posted December 30, 2016 Share Posted December 30, 2016 hello every one i want to add a landing page in cms pages system via prestashop i want to create page like this one https://www.snapdeal.com/offers/getsnapdealapp i see that this module offer such thing http://addons.prestashop.com/en/page-customization/19835-advanced-cms-contenmaker-for-landing-pages.html but this module is very expensive so is there any another way to create page like i've shared ? Link to comment Share on other sites More sharing options...
nadie Posted January 1, 2017 Share Posted January 1, 2017 Hi fatheeym, One option is to add "html code" in the editor Attached image And then add the css in: /themes/default-bootstrap/css/cms.css Another option is to use an advanced editor: https://www.prestashop.com/forums/topic/470537-module-free-supertinymce-full-editor-plugins-features-skins/ (free module) Sorry for my English, Link to comment Share on other sites More sharing options...
fatheeym Posted January 1, 2017 Author Share Posted January 1, 2017 thank you for your replay i'll try the module method Link to comment Share on other sites More sharing options...
fatheeym Posted January 1, 2017 Author Share Posted January 1, 2017 i've tried the module but if i but even a simple code like <html> <head> <style> h1 {color:red;} p {color:blue;} </style> </head> <body> <h1>This is a heading</h1> <p>This is a paragraph.</p> </body> </html> the tinymce when i click save remove automatically <style> Tag :/ but this module is the most better module for tinymce thank you Link to comment Share on other sites More sharing options...
vekia Posted January 2, 2017 Share Posted January 2, 2017 i've tried the module but if i but even a simple code like <html> <head> <style> h1 {color:red;} p {color:blue;} </style> </head> <body> <h1>This is a heading</h1> <p>This is a paragraph.</p> </body> </html> the tinymce when i click save remove automatically <style> Tag :/ but this module is the most better module for tinymce thank you you need to use better one that does not remove <style> tags and parse code properly. My modification (free) does it properly: extended rich text editor Link to comment Share on other sites More sharing options...
Skarlet Posted May 5, 2017 Share Posted May 5, 2017 Hi, what is the correct way to add a custom css that I created in the header.tpl? I have tried this option but doesn´t work <link href="{$css_dir}personal-style.css" rel="stylesheet" type="text/css" media="screen" /> Thank you for your help Regards Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now