Theme won't submit. Please help

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
staartmees
Power Poster
Power Poster
Posts: 1049
Joined: Wed Mar 19, 2008 4:54 pm

Re: Theme won't submit. Please help

Post by staartmees »

Your CMS Made Simple is outdated.

It's an old theme, please read the Warning Notice on http://themes.cmsmadesimple.org/
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Theme won't submit. Please help

Post by Dr.CSS »

No system info etc...

more in == more help...

http://forum.cmsmadesimple.org/viewtopi ... =40&t=2661
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: Theme won't submit. Please help

Post by Rolf »

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
- + - + - + - + - + - + -
Image
staartmees
Power Poster
Power Poster
Posts: 1049
Joined: Wed Mar 19, 2008 4:54 pm

Re: Theme won't submit. Please help

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

Return to “Layout and Design (CSS & HTML)”