I would like to have the date showede when i have made a new article.
but the way it is show is like this
DetailsPublished on Wednesday, 21 August 2013 14:17.
It stand to the left of the "news" anyway i can get in to stand in top and only says the date. fx 21 August?
Best regards,
Rasmus
AS Templates
POSTED: 2013-08-21
Hello RASMUSBACH,
Thank you for noticing about this issue, we have fixed it, the article details info should be shown now on the top of the page. Please download the latest version from your AS account and update the following files:
Regarding the date format, sorry, in your case it should be developed, you have to ask for our services:
http://www.astemplates.com/developmentservices
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
Are there any way you can change the size of a position? fx postion-55 so its getting larger. for the as scroller?
In the tmpl/footer.css file please find the following class:
#footer .row3 .row3col1 {
float: left;
font-size: 11px;
font-weight: bold;
margin: 0;
padding: 0;
}
and add 'width' parameter, so it will look like:
#footer .row3 .row3col1 {
float: left;
font-size: 11px;
font-weight: bold;
margin: 0;
padding: 0;
width: 300px;
}
Regards, AS Team.
Thx, but are there any way to get it widther?
Make it 500 instead 300.
Regards, AS Team.
I would like to have the date showede when i have made a new article.
but the way it is show is like this
DetailsPublished on Wednesday, 21 August 2013 14:17.
It stand to the left of the "news" anyway i can get in to stand in top and only says the date. fx 21 August?
Best regards,
Rasmus
Thank you for noticing about this issue, we have fixed it, the article details info should be shown now on the top of the page. Please download the latest version from your AS account and update the following files:
templateDetails.xml
styles.php
params/params.content.php
css/tmpl.component.css
css/tmpl.content.css
Regarding the date format, sorry, in your case it should be developed, you have to ask for our services:
http://www.astemplates.com/developmentservices
Regards, AS Team.