This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

Where is CSS located in files?


avatar
error 232
From: -
Where is CSS located in files?

I can't find .css file in files. When I edit CSS through editor and after that clean cache I loose changes.

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


1 Re: Where is CSS located in files?
avatar
OP 232
From: -
Thanks. That fixed templates issue.
1 Re: Where is CSS located in files?
avatar
Editor
0
From: -
The import code for style.css was indeed missing in the templates update function. I attached an updated admindoupdateset.php that fix this problem to this post.

However, I can't reproduce the problem with the site_* templates. They just update fine here. Perhaps you have the caching system enabled? In this case you most likely saw a previously cached version of your site. I highly recommend keeping the cache disabled while working on the layout.
   admindoupdateset.zip
1 Re: Where is CSS located in files?
avatar
Editor
0
From: -
I will look into it
1 Re: Where is CSS located in files?
avatar
OP 232
From: -
I did that but it only imports half of files from database. Not site_ files or style.css.
1 Re: Where is CSS located in files?
avatar
Editor
0
From: -
Sounds like you have the file cache enabled and edited the cached CSS file.

The original CSS as well the templates are all stored in the database. If you like to edit them with an external editor, you need to export the data to the /templates directory:
Templates => Import/Export => Export Template Set to HTML/PHP files

Once you are finished, upload the files back to the /templates directory and then import or update the template set.

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.