Your CMS Made Simple is outdated.
It's an old theme, please read the Warning Notice on http://themes.cmsmadesimple.org/
Theme won't submit. Please help
-
- Power Poster
- Posts: 1049
- Joined: Wed Mar 19, 2008 4:54 pm
Re: Theme won't submit. Please help
No system info etc...
more in == more help...
http://forum.cmsmadesimple.org/viewtopi ... =40&t=2661
more in == more help...
http://forum.cmsmadesimple.org/viewtopi ... =40&t=2661
Re: Theme won't submit. Please help
Use literal tags around the Google Analytics JS-code and try again
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
-
- Power Poster
- Posts: 1049
- Joined: Wed Mar 19, 2008 4:54 pm
Re: Theme won't submit. Please help
Why do you have 5 links for your favicon in the head of your template?
Did you read the warning notice regarding old themes?
http://themes.cmsmadesimple.org/
Code: Select all
<link rel="shortcut icon" href="favicon.ico">
<link rel="icon" type="image/gif" href="animated_favicon1.gif">
<link rel="shortcut icon" href="uploads/mytemplate/favicon.ico">
<link rel="icon" type="image/gif" href="uploads/mytemplate/animated_favicon1.gif">
.....
<link rel="shortcut icon" href="favicon.ico">
http://themes.cmsmadesimple.org/
If you have a fresh install of CMSMS 1.10.x or greater, not an upgrade, some of these themes will give a smarty error related to {stylesheet}, this plugin has been removed from CMSMS distributions. 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)