Page 1 of 1

Re: Theme won't submit. Please help

Posted: Wed Sep 25, 2013 3:56 pm
by staartmees
Your CMS Made Simple is outdated.

It's an old theme, please read the Warning Notice on http://themes.cmsmadesimple.org/

Re: Theme won't submit. Please help

Posted: Sat Oct 05, 2013 10:12 pm
by Dr.CSS
No system info etc...

more in == more help...

http://forum.cmsmadesimple.org/viewtopi ... =40&t=2661

Re: Theme won't submit. Please help

Posted: Sat Oct 05, 2013 10:20 pm
by Rolf
Use literal tags around the Google Analytics JS-code and try again

Re: Theme won't submit. Please help

Posted: Sun Oct 06, 2013 4:10 am
by staartmees
Why do you have 5 links for your favicon in the head of your template?

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">
Did you read the warning notice regarding old themes?
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)