-
AuthorPosts
-
mikel2004 Friend
mikel2004
- Join date:
- January 2012
- Posts:
- 201
- Downloads:
- 0
- Uploads:
- 51
- Thanks:
- 24
- Thanked:
- 3 times in 1 posts
January 17, 2014 at 5:10 pm #193825Hi!
I wish to hide the “Last Update” information the top of the frontend of the template.
In the file: /templates/ja_teline_iv_t3/tpls/blocks/header.php I found this code:<div class=”ja-updatetime”>
<span><?php echo JText::_(‘T3_TPL_LAST_UPDATE’)?></span><em><?php echo TelineIVHelper::getLastUpdate(); ?></em>
</div>What I must to make to hide the “Last Update” and the headline position take this place?
Thanks a lot, Horis
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
January 17, 2014 at 10:26 pm #518888You can try something like that to your template.css (not sure if you have a custom.css already)
<blockquote>.ja-updatetime span {
display: none;
}</blockquote>
mikel2004 Friendmikel2004
- Join date:
- January 2012
- Posts:
- 201
- Downloads:
- 0
- Uploads:
- 51
- Thanks:
- 24
- Thanked:
- 3 times in 1 posts
January 17, 2014 at 11:41 pm #518892I have new Ja Teline IV T3 Joomla 3.2
I write your code into this file: templates/ja_teline_iv_t3/css/template.css
but nothing change.
(I only have all default .css files)Any other idea?
Thanks a lot, Horis<em>@pascm 406450 wrote:</em><blockquote>You can try something like that to your template.css (not sure if you have a custom.css already)</blockquote>
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
January 20, 2014 at 6:00 am #519015Hi Horis,
Please try to create a new file with name “custom.css” into /templates/ja_teline_iv_t3/css directory, then add CSS rule:
.ja-updatetime > span {
display: none;
}Let me know how it goes.
mikel2004 Friendmikel2004
- Join date:
- January 2012
- Posts:
- 201
- Downloads:
- 0
- Uploads:
- 51
- Thanks:
- 24
- Thanked:
- 3 times in 1 posts
January 21, 2014 at 11:46 am #519256Well…. this works 50%
Right now, the “Last update” words are dissapear but the date is currently show
Look: http://veintiuno.czoom.co/index.php/documental/secciones/sociedad/2703-los-subterraneos-tomas-larrinaga-2011Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
January 21, 2014 at 1:53 pm #519263Hi,
If you need to stop the date also from showing you can add to the same file (custom.css) the following code
<blockquote>.ja-updatetime {
display: none;
}</blockquote>mikel2004 Friendmikel2004
- Join date:
- January 2012
- Posts:
- 201
- Downloads:
- 0
- Uploads:
- 51
- Thanks:
- 24
- Thanked:
- 3 times in 1 posts
January 21, 2014 at 2:02 pm #519264Good, but right now the problem is whit the white space in this position. I wish to margin the headline module position to the left without blank space.
http://veintiuno.czoom.co/index.php/documental/secciones/sociedad/2703-los-subterraneos-tomas-larrinaga-2011
This is possible?
ThanksManos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
January 21, 2014 at 4:28 pm #519273Almost everything is possible!
Now you need to add the following code to your custom.css file:<blockquote>.headline {
margin-left: -225px;
}</blockquote>
Let me know how that works for you.
Regards
Manos
-
AuthorPosts
This topic contains 9 replies, has 3 voices, and was last updated by mikel2004 10 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum