Hello everybody.
Just typing in two languages, that knows, that developer of the theme – is russian guy =)
доброго времени суток
Начал использовать тему, изменял “настройки” через админ панель(двигал блоки, шаблоны страниц и т.п.) после внесения базовых изменений в шаблон – начал править непосредственно CSS через FTP.
Обнаружил что создается 2-й CSS Файл (wp-content/uploads/constructor/каче/style.css), и там записываются стили которые мы поменяли через админ панель WP (настройки темы),
И здесь появилась проблема.
Если сделать изменения по FTP непосредственно в css и потом вернутся в “настройки темы” и там просто поменять любое значение и нажать “сохранить” – автоматически в CSS загружаются все старые параметры, которые были до правок “руками” по FTP
Тоесть получается что пользоваться настройками темы после правок CSS вручную – больше нельзя.
Как я вижу решение данной проблемы. Просто сделать чтобы “настройки темы” сохраняли стили в css и каждый раз, когда загружается страница “настройки темы” – просто парсить CSS файл который лежит в wp-content/uploads/constructor/каче/style.css
Good day
Began to use the theme, changed the “settings” via the admin panel (moved blocks, templates, pages, etc.) after making basic changes in the pattern – was ruled directly CSS via FTP.
Found that created the 2nd CSS file (wp-content/uploads/constructor/kache/style.css), and there are recorded styles that we have changed through the admin panel WP (theme settings)
And there is a problem.
If you make changes by FTP directly to the css and then return to the “Theme Settings” and there just to change any value and press “save” – ??the CSS automatically downloads all the old settings that were before revisions “by hand” via FTP
Ie it turns out that to use the settings after the theme CSS edits by hand – no longer.
As I see the solution to this problem. Just do that “theme settings” in the css styles kept and every time page loads ‘theme settings’ – just parse the CSS file that is in wp-content/uploads/constructor/kache/style.css
thnx for help