-
AuthorPosts
-
dieudonne Friend
dieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
January 30, 2014 at 2:34 pm #194282Hello,
we are migrating from Joomla 2.5/JA Teline IV/Ja T3 v2 > to Joomla 3.2/JA Teline IV/T3 Framework.
1) So we can’t remeber how delete the date & update, etc in the top left (see my screenshot for more understanding).
But I don’t want to delete the search.And 2 another big thinks.
2) We need to modify the css (template.css, mega.css, …) but we don’t want do this each time there is a update.
Is there a way to do this, to override the css ? We tried with custom.css but apparently it didn’t work.
Maybe the best way is to add a theme in the theme folder (copy/paste with ftp) ?
3) And is there a same way to modify the .php files ?
If we change file in the tpls folder, is it ok ?
And ok after a update ?Regards
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
January 30, 2014 at 4:32 pm #520543With regard to the date and update in the upper left corner, here is what you can try:
Within file path –> /templates/ja_teline_iv_t3/css/template.css
at line 4918, add a “display: none” property as follows:
.ja-updatetime > span {
color: #999999
display: none;
font-weight: bold;
margin-right: 5px;
}Then, at line 4923, do the same – as follows:
.ja-updatetime > em {
display: none;
font-style: normal;
}The best part about this method is that if you ever decide you want those elements back/displayed, all you need do is remove the “display” property from the respective CSS rules.
With regard to protecting modifications you make from/when updating your template and/or core Joomla version, what you want to utilize are TEMPLATE OVERRIDES.
1 user says Thank You to TomC for this useful post
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
January 31, 2014 at 2:07 pm #520633Hello,
1) thank you very much for your answer.
It is working very well, and we do the same for the .ja-day2) We understand now the overrides, BUT we only for php.
We can’t see any explanation about a custom.css file, or where can I put the css modification.
Now I put into template.css, but the future update’ll erase it ?!…Regards.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
January 31, 2014 at 2:45 pm #520639Hi
<blockquote>We can’t see any explanation about a custom.css file, or where can I put the css modification.
Now I put into template.css, but the future update’ll erase it ?!…</blockquote>HERE you can find the documentation about custom.css file
Having it not created by default means that future updates will not override it
1 user says Thank You to pavit for this useful post
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
February 4, 2014 at 11:55 am #521107Yes, thank you very much for this.
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 3 voices, and was last updated by dieudonne 10 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
need hep to understand JA Teline IV with T3 (J 3.2)
Viewing 5 posts - 1 through 5 (of 5 total)