Viewing 9 posts - 31 through 39 (of 39 total)
  • Author
    Posts
  • txt007 Friend
    #389702

    Many 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 Friend
    #389737

    Hi,

    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>

    txt007 Friend
    #389884

    Many 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 Joomla

    txt007


    1. styled_date_month_year
    himangi Friend
    #389975

    Hi,

    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 Friend
    #390079

    Hi,

    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.php

    txt007 Friend
    #391139

    Many thanks Himangi. That’s great support.

    dottorbonfy Friend
    #396219

    Hello 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 Friend
    #396224

    Hello 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 Friend
    #396346

    Try from backend

    Extensions/Plugin/
    System – JA Content Extra Fields

    and turn to No for every items

    txt007

Viewing 9 posts - 31 through 39 (of 39 total)

This 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