-
AuthorPosts
-
txt007 Friend
txt007
- Join date:
- June 2010
- Posts:
- 67
- Downloads:
- 0
- Uploads:
- 34
- Thanks:
- 28
- Thanked:
- 2 times in 1 posts
May 4, 2011 at 1:25 am #389702Many thanks Himangi. Yes, that’s what i wanted as the demo
i understand now, the “styled date” is linked to Create Date only. And there is no way (unless there is a way to amend it??) to publish the year in the “pink circle”, only date and month are displayed.txt007
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
May 4, 2011 at 7:32 am #389737Hi,
You can edit templates/ja_methys/html/com_content/featured/default_item.php. Uncomment the code on line 77 and 81. Clear JAT3 cache from Joomla admin and check the frontend.
If you inspect element, you will see the year appears in the page but you will need to modify styling to get it displayed in the pink area..
Apply following changes in template.css or you can do it as you want..
<blockquote>dl.article-info dd.create span.date {
font-family: Georgia;
font-size: 250%;
line-height: 20px;
padding-top: 10px;
}</blockquote> Change above to <blockquote>dl.article-info dd.create span.date {
display: block;
font-family: Georgia;
font-size: 200%;
line-height: 13px;
padding-top: 10px;
}</blockquote><blockquote>dl.article-info dd.create span {
display: block;
}</blockquote> change above code to <blockquote>dl.article-info dd.create span {}</blockquote>
1 user says Thank You to himangi for this useful post
txt007 Friendtxt007
- Join date:
- June 2010
- Posts:
- 67
- Downloads:
- 0
- Uploads:
- 34
- Thanks:
- 28
- Thanked:
- 2 times in 1 posts
May 5, 2011 at 3:13 am #389884Many thanks Himangi
I tried your code, but the year is not coming out…
I have also tried to decrease the font-size and the line-height… clear cache every time in Joomlatxt007
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
May 5, 2011 at 11:47 am #389975Hi,
Could you update your ftp details in your ticket http://support.joomlart.com/index.php?/Tickets/Ticket/View/71050 I will take a look at the code myself..
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
May 6, 2011 at 6:02 am #390079Hi,
I have implmented the code on your site and you can see the year appearing after month.. You can change styling to space the date,month,year as you want..
Previously I had assumed that you are using a Featured Artciles type menu item on home page, whereas you are using Category Blog type menu.. So the code change was suppose to be done in templates/ja_methys/html/com_content/category/blog_item.php instead of templates/ja_methys/html/com_content/featured/default_item.php1 user says Thank You to himangi for this useful post
txt007 Friendtxt007
- Join date:
- June 2010
- Posts:
- 67
- Downloads:
- 0
- Uploads:
- 34
- Thanks:
- 28
- Thanked:
- 2 times in 1 posts
May 14, 2011 at 2:47 am #391139Many thanks Himangi. That’s great support.
June 14, 2011 at 6:46 am #396219Hello I saw that you are very good and this tutorial helped me but I have another problem.
In my site, I have the words in each article “ADDITIONAL INFO”, how can I delete it?This is the URL: http://www.prolocoferrara.it/sito/index.php?option=com_content&view=article&id=141:mappa-dei-monumenti&catid=9:uncategorised
Thanks for the help.
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
June 14, 2011 at 7:10 am #396224Hello dottorbonfy,
Thank you for kind words. 🙂
Are you using k2 by any chance? The ‘additional info’ text is a title, coming from some extra fields you are using..
To solve this issue i will need your joomla admin access. You can send it via PM.
txt007 Friendtxt007
- Join date:
- June 2010
- Posts:
- 67
- Downloads:
- 0
- Uploads:
- 34
- Thanks:
- 28
- Thanked:
- 2 times in 1 posts
AuthorPostsThis topic contains 39 replies, has 5 voices, and was last updated by txt007 13 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum