robbie007 Posted April 2, 2013 Share Posted April 2, 2013 Could anybody tell me what happens when clearing cache? Actually I would like to know where the WYSIWYG css is saved (you could edit some css in backoffice for products and cms pages). A normal CMS page is plain text. So if you want to customize it, you have to use the WYSIWYG editor. After clearing cache your css would be gone!!! Maybe it easy to create your own cms.tpl??? Link to comment Share on other sites More sharing options...
vekia Posted April 2, 2013 Share Posted April 2, 2013 when your clear cache, all smarty template compilation files disappears, and then new compilation files are created. By compilation files i mean files located in cache/smarty directory. css file for wysiwyg editor is here : content_css : pathCSS+"global.css which mean that this is your template file 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