-
AuthorPosts
-
November 15, 2012 at 3:25 pm #182264
Hi there,
We are managing a site build on T3 template, and we want to make a few changes in the site styling. We made some changes in the CSS file, but these changes are overwritten later when some kind of upgrade happens. :((
We would like to know how can we make changes to CSS without having to worry it getting overwritten?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 15, 2012 at 4:16 pm #473034Hi
It depends which css files you have modified
could you be more clear on this ?
November 15, 2012 at 4:38 pm #473037Well… I looked in the source code and find the CSS files that the page use, and make changes from there.
All these CSS files are in the same folder called “t3-assets”, and the file name are like “css_2737a.css”. These files got removed/renamed when occasionally and I need to insert my own styling definition whenever this happens so that the site looks the way we want. What I did now is put all my own styling in one file name override.css and use @import to include it so I only need to insert 1 line of code when I need to.This is the site: http://www.mamanootsbelize.com/
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 15, 2012 at 4:43 pm #473038Ok
The t3-assets folder is the folder where T3 Framework store the optimized files so it changes
If you want to modify your css files first you need to disable the CSS optimization from template manager, in this way you can work on the css files after you saved it enable again the css optimization and you will see that your modification will not be lost
November 15, 2012 at 5:06 pm #473042OK, but which file should I make the changes after disabling optimization? The same files in t3-assets?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 15, 2012 at 5:09 pm #473043<blockquote>We are managing a site build on T3 template, and we want to make a few changes in the site styling.</blockquote>
It depends about what you want to change
maybe a screen shot of what you want to do could help
November 15, 2012 at 6:06 pm #473050Actually what you see on the site is the result we want, we just want it to stay this way without getting overwritten. I have all stylings I want on http://www.mamanootsbelize.com/override.css. I just need someway that I can have these changes stays.
Maybe a way to insert a <link> tag in the template.
I tried very hard but I cannot find where I can edit the template, just to add a line of code I want.:((pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 15, 2012 at 6:27 pm #473051Sorry but i still cannot understand what you want accomplish.
When you disable the css optimization you can edit the css files directly, after edited you can save your css file and it will not overwritten unless you make an update of the template.
To check which files are involved in the template style you can use the Developers tool inside Chrome browser or install in Firefox the Firebug extension
November 16, 2012 at 8:09 pm #473184It’s not working
I disable optimization and find the CSS files used. But whenever I make some change and upload, the file is overwritten again. It’s like something stop me from making ANY edit to those files. >:(
This is what I did:
I download the CSS file: the FTP client shows that the filesize is 30kb
I make the change, filesize: 32kb
Upload, server side filesize: 30kb -> 32kb
Refresh the server side window, filesize back to 30kbAlso, when I disable optimization, the site become different, even some styling that exist before I make any change is lost until I re-enable optimization.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 21, 2012 at 8:21 am #473748<em>@esotericvision 346356 wrote:</em><blockquote>Hi there,
We are managing a site build on T3 template, and we want to make a few changes in the site styling. We made some changes in the CSS file, but these changes are overwritten later when some kind of upgrade happens. :((
We would like to know how can we make changes to CSS without having to worry it getting overwritten?</blockquote>
You can find css file on JA Travel Template here
<blockquote>templates/ja_travel/css</blockquote>
The CSS files are in the same folder called “t3-assets” as your template is using compress css and js from JA Travel Template.
During development time, you can set the Enable Development Mode to Yes
<blockquote>Admin area->Extensions->Template Manager->JA_Travel – Default->Global tabs</blockquote>Or you can always clear cache from Admin area afterwards when you have done modifying all the CSS files
birkenstam Friendbirkenstam
- Join date:
- December 2012
- Posts:
- 59
- Downloads:
- 0
- Uploads:
- 18
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
January 9, 2013 at 2:48 pm #479088does ja travel have a oweride css file?
i want to edit this css line; body.bd #ja-wrapper
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
January 9, 2013 at 2:55 pm #479090Hi
The Ja Travel template is working in the same way of all others based on JaT3 Framework
You can edit your css files in this folder templatesja_travelcss
Regards
birkenstam Friendbirkenstam
- Join date:
- December 2012
- Posts:
- 59
- Downloads:
- 0
- Uploads:
- 18
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
January 9, 2013 at 3:39 pm #479095Hi,
i cant find this css line body.bd #ja-wrapper
any ideas where it is?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
January 9, 2013 at 3:47 pm #479097Could you please post a link to your website ?
birkenstam Friendbirkenstam
- Join date:
- December 2012
- Posts:
- 59
- Downloads:
- 0
- Uploads:
- 18
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
January 9, 2013 at 5:51 pm #479129AuthorPostsThis topic contains 16 replies, has 4 voices, and was last updated by pavit 11 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum