Page 1 of 1

Re: Проблема с темой

Posted: Mon Feb 18, 2013 7:43 pm
by Dr.CSS
Warning Notice:

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)

Re: Проблема с темой

Posted: Mon Feb 18, 2013 7:53 pm
by guro
Dr.CSS не понял вашего вопроса.
А в чем может быть проблема поменять цвет? У вас там два бэкграунда

Code: Select all

#header A {
    background: url("http://imsgs.ru/new/uploads/brightside/tableft.gif") no-repeat scroll left top #A71818;
    float: left;
    margin: 0;
    padding: 0 0 0 4px;
    text-decoration: none;
}
#header A SPAN {
    background: url("http://imsgs.ru/new/uploads/brightside/tabright.gif") no-repeat scroll right top #AE1717;
    color: #630202;
    display: block;
    float: left;
    padding: 6px 15px 3px 8px;
}
Меняйте картинки и всё.
Используйте плагин FireBug для FireFox. Для быстрого анализа кода страницы и её css.

Re: Проблема с темой

Posted: Mon Feb 18, 2013 8:00 pm
by Dr.CSS
When using {cms_stylesheet} the style sheet is cached in the tmp/cache folder so the URLs for images need [[root_rul]] or ../../uploads/***** to go up to the uploads folder...