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

Обсуждение CMS Made Simple в России.

Moderators: iturbay, wdwp

Post Reply
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12709
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

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

Post 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)
User avatar
guro
Power Poster
Power Poster
Posts: 985
Joined: Thu Apr 26, 2012 8:38 pm
Location: Ramenskoe

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

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

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

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

Return to “Russian - русский”