I've just installed TinyMCE but its not displying any of my stylesheets. It worked ok with MicroTiny. I'm not sure what I've done wrong as I did a site with cmsms version 1.10 before and it worked fine with that.
Can anybody give me some guidance please? (vers 1.11.3)
Help with stylesheets/TinyMCE
-
- Forum Members
- Posts: 54
- Joined: Sun Dec 21, 2008 4:01 am
Re: Help with stylesheets/TinyMCE
Try updating your stylesheet link in your template
the stylesheet link has been updated in the new version.. To get the new link go to Layout -> Templates and create a new template it should have a blank template with some ready made sample codes to help start design, in there it should have the new stylesheet link as well as other new codes you may have to add/update to your current templates
if it can't be found here it is from CMSMS page themes.cmsmadesimple.org :
the stylesheet link has been updated in the new version.. To get the new link go to Layout -> Templates and create a new template it should have a blank template with some ready made sample codes to help start design, in there it should have the new stylesheet link as well as other new codes you may have to add/update to your current templates
if it can't be found here it is from CMSMS page themes.cmsmadesimple.org :
Code: Select all
If you have a fresh install of 1.10, not an upgrade, some of these themes will give a smarty error related to {stylesheet}, this plugin has been removed, use {cms_stylesheet} instead.
a) Open the template of the theme;
b) Search for {stylesheet};
c) Replace {stylesheet} with {cms_stylesheet};
d) Save template;
e) Open style sheets and change image calls:
old url(uploads/folder/image.jpg)
new url([[root_url]]/uploads/folder/image.jpg)
Re: Help with stylesheets/TinyMCE
If it isn't working in tinyMCE you may need to check your style sheets to make sure they have screen as the media type...