Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • damaskmedia Friend
    #206071

    Hi, I have 3 questions:

    1) how can i change the dates in ascending or descending order

    2) How can I change the format of the dates at the moment it is in American style

    please help

    3) Finally how can i make the arrow on the left hand side face inward.

    here is the code that is controlling it at the moment:

    .acm-timeline.style-1 .timeline-list .item-row .timeline-item .item-content:before {
    border-right: 10px solid #B2BB1E !important;
    border-left: 0 !important;
    right: 100% !important;
    left: auto !important
    }


    1. Screen-Shot-2015-05-04-at-15.42.09
    Ninja Lead Moderator
    #569547

    1) The first your question is very hard maybe it is out of JA support scope

    2) You can change format date to American style

    Open templates/uber/acm/timeline/tmpl/style-1.php file

    find and change

    <?php if($helper->get('data.date', $i)): ?><div class="item-date"><?php echo $helper->get('data.date', $i) ?></div><?php endif; ?>

    to

    <?php if($helper->get('data.date', $i)): ?><div class="item-date"><?php echo JHtml::_('date', $helper->get('data.date', $i), JText::_('DATE_FORMAT_LC3'));?></div><?php endif; ?>

    3) You can change color style with my solution below

    Open templates/uber/css/custom.css file and add new rule


    .acm-timeline.style-1 .timeline-list .item-row .timeline-item .item-content {
    background: #039be5 ;
    }
    .acm-timeline.style-1 .timeline-list .item-row .timeline-item .item-content:before {
    border-right: 10px solid #039be5 !important;
    }

    damaskmedia Friend
    #569986

    many thanks for your help but it seems as though the code you have given makes all the arrows face the same way

    please see below:


    1. Screen-Shot-2015-05-08-at-22.54.09
    damaskmedia Friend
    #735060

    many thanks for your help but it seems as though the code you have given makes all the arrows face the same way

    please see below:

    Ninja Lead Moderator
    #570093

    <em>@damaskmedia 472578 wrote:</em><blockquote>many thanks for your help but it seems as though the code you have given makes all the arrows face the same way

    please see below:

    </blockquote>

    Have you solved the problem on your site? I see it’s working fine on your site.


    1. Screen-Shot-2015-05-11-at-12.12.25
Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  damaskmedia 9 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum