-
AuthorPosts
-
May 4, 2015 at 2:13 pm #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
}
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 5, 2015 at 3:38 pm #5695471) 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;
}
May 8, 2015 at 9:55 pm #569986many 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:
May 8, 2015 at 9:55 pm #735060many 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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 11, 2015 at 5:13 am #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.
AuthorPostsViewing 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
Jump to forum