Problem with Date

GK User
Mon May 06, 2013 11:55 am
It happens, that articles, shows me the creation date, but everywhere is configured not to display any date.

If I change the template, the date disappears, so I think it is up to the template.
User avatar
Junior Boarder

GK User
Mon May 06, 2013 1:49 pm
Are you using joomla article or K2 items.

Let me know, see you around...
User avatar
Platinum Boarder

GK User
Tue May 07, 2013 8:24 am
I'm using joomla articles.
User avatar
Junior Boarder

GK User
Wed May 08, 2013 3:23 am
Can you please send me a link to this page so I can check.

See you around...
User avatar
Platinum Boarder

GK User
Thu May 16, 2013 8:19 am
User avatar
Junior Boarder

GK User
Thu May 16, 2013 8:39 am
You can use following css code to hide the date that is showing currently.

add to css/override.css
Code: Select all
.itemDate { display:none;}


Enable css override option in template settings > advanced settings > css override "on".

See you around...
User avatar
Platinum Boarder

GK User
Fri May 17, 2013 9:37 am
Thank you, all right :)
User avatar
Junior Boarder

GK User
Fri May 17, 2013 10:41 am
No problem at all, see you around...
User avatar
Platinum Boarder

GK User
Mon Aug 05, 2013 7:45 pm
Hi There,

adding the css overide code works, however, the page title and font resizer stay in the same position (indented). How can I move these to the left to be in line with article content?

Thanks,
Steven
User avatar
Senior Boarder

GK User
Tue Aug 06, 2013 8:34 pm
Hi,

Can someone assist here?

Thanks,
Steven
User avatar
Senior Boarder

GK User
Thu Aug 08, 2013 5:18 am
Is this on the same page as previous link as I cannot see article title or font re-size buttons.
User avatar
Platinum Boarder

GK User
Thu Aug 08, 2013 5:27 am
This is on my own site, not the same as the original poster. I am using K2 articles. Here is a link to the site:
http://www.recupeit.co.za/index.php/software/v-locity
User avatar
Senior Boarder

GK User
Thu Aug 08, 2013 5:30 am
Please use following css code in override.css

Code: Select all
.itemTitle, .itemToolbar ul { margin: 0;}


In case above doesn't work add !important so it doesn't get overridden by another css code. Such as below

Code: Select all
.itemTitle, .itemToolbar ul { margin: 0!important;}


See you around...
User avatar
Platinum Boarder


cron