Help with stylesheets/TinyMCE

The place to talk about things that are related to CMS Made simple, but don't fit anywhere else.
Post Reply
sarahWebby
New Member
New Member
Posts: 2
Joined: Fri Dec 14, 2012 9:55 am

Help with stylesheets/TinyMCE

Post 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)
TheLastLegion
Forum Members
Forum Members
Posts: 54
Joined: Sun Dec 21, 2008 4:01 am

Re: Help with stylesheets/TinyMCE

Post 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)
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Help with stylesheets/TinyMCE

Post 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...
Post Reply

Return to “The Lounge”