Page 1 of 1

Help with stylesheets/TinyMCE

Posted: Fri Dec 14, 2012 9:58 am
by sarahWebby
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)

Re: Help with stylesheets/TinyMCE

Posted: Mon Dec 24, 2012 8:03 pm
by TheLastLegion
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 :

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

Posted: Wed Jan 30, 2013 8:18 pm
by Dr.CSS
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...