-
AuthorPosts
-
adnanpirota Friend
adnanpirota
- Join date:
- March 2009
- Posts:
- 101
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 35
- Thanked:
- 3 times in 1 posts
December 31, 2010 at 2:24 pm #158129December 31, 2010 at 7:13 pm #369540idem problem
adnanpirota Friendadnanpirota
- Join date:
- March 2009
- Posts:
- 101
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 35
- Thanked:
- 3 times in 1 posts
December 31, 2010 at 11:53 pm #369555Actualy I just noticed that it is like this only in the menus items of magazine menu, otherwise it shows OK. Very strange …
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 5, 2011 at 2:29 am #370108<em>@adnanpirota 212023 wrote:</em><blockquote>Anyone has got any idea why I get this on my site http://www.cyberspace-ks.com
</blockquote>you try to add the following css into the template.css file
#ja-topbar .ja-day {
height: 26px;
}
#ja-topbar .main {
height: 26px;
}thanks
2 users say Thank You to Saguaros for this useful post
January 5, 2011 at 12:50 pm #370260Hello adnanpirota
I had the same problem. I have seen Tags JCE component. Disable the plugin ‘Content – Tags’ and see the result
adnanpirota Friendadnanpirota
- Join date:
- March 2009
- Posts:
- 101
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 35
- Thanked:
- 3 times in 1 posts
January 5, 2011 at 10:33 pm #370332<em>@tienhc 212794 wrote:</em><blockquote>you try to add the following css into the template.css file
#ja-topbar .ja-day {
height: 26px;
}
#ja-topbar .main {
height: 26px;
}thanks</blockquote>
this worked perfectly fine for me and since we are here I would like to ask 2 more questins:
1. how to put date in front of month and
2. How to get last updated to show my local date instead of xxxx AM GMTAgain Thnx a lot
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
January 5, 2011 at 10:49 pm #370334Your first question please try the following
Open templates>ja_teline_iv_blocks>topbar.php and find
<p class="ja-day clearfix">
<?php
echo "<span class="day">".date ('D')."</span>";
echo "<span class="month">".date ('m')."</span>";
echo "<span class="date">".date ('d')."</span>";
echo "<span class="year">".date ('Y')."</span>";
?>
</p>and change to
<p class="ja-day clearfix">
<?php
echo "<span class="day">".date ('D')."</span>";
echo "<span class="date">".date ('d')."</span>";
echo "<span class="month">".date ('m')."</span>";
echo "<span class="year">".date ('Y')."</span>";
?>
</p>1 user says Thank You to Phill for this useful post
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
January 5, 2011 at 11:07 pm #370335For your second problem maybe this thread will help – http://www.joomlart.com/forums/topic/how-can-i-change-time-from-gmt-to-local-time/
adnanpirota Friendadnanpirota
- Join date:
- March 2009
- Posts:
- 101
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 35
- Thanked:
- 3 times in 1 posts
January 6, 2011 at 9:19 am #370426Thank you many times but just one more questin, in the last time updated after the date and time there is short for day like “Thu” for Thursday so where can I change that since I am kind of new to all this programming thing (and you make me like it :))
adnanpirota Friendadnanpirota
- Join date:
- March 2009
- Posts:
- 101
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 35
- Thanked:
- 3 times in 1 posts
AuthorPostsViewing 10 posts - 1 through 10 (of 10 total)This topic contains 10 replies, has 4 voices, and was last updated by adnanpirota 13 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Date and last modified overlap
Viewing 10 posts - 1 through 10 (of 10 total)