How to hide the date?

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Aug 01, 2014 12:04 pm
Reply with quote
Report this post
Please tell me exactly where is the setting to hide the date?
User avatar
Gold Boarder

GK User
Fri Aug 01, 2014 12:06 pm
Reply with quote
Report this post
Please edit: /templates/gk_news2/css/override.css and add at its end:
Code: Select all
.itemBlock li time {display: none;}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Fri Aug 01, 2014 12:13 pm
Reply with quote
Report this post
i add exact this lines to the override:

Code: Select all
.itemBlock li time {display: none;}


no effect?!
User avatar
Gold Boarder

GK User
Fri Aug 01, 2014 12:25 pm
Reply with quote
Report this post
Could you please post an url to your site?
User avatar
Moderator

GK User
Fri Aug 01, 2014 12:27 pm
Reply with quote
Report this post
i sent you pm
User avatar
Gold Boarder

GK User
Fri Aug 01, 2014 12:37 pm
Reply with quote
Report this post
Please remove previous code and use this one:
Code: Select all
#gkBottom3 .gkNspPM-VideoList .video strong {display: none;}
User avatar
Moderator

GK User
Fri Aug 01, 2014 12:53 pm
Reply with quote
Report this post
still not working
User avatar
Gold Boarder

GK User
Sat Aug 02, 2014 6:54 pm
Reply with quote
Report this post
?
User avatar
Gold Boarder

GK User
Mon Aug 04, 2014 9:28 am
Reply with quote
Report this post
It will never work if you paste things like that into override.css:
Code: Select all
/*Hide the date on frontpage videos module*/
Code: Select all
    #gkBottom3 .gkNspPM-VideoList .video strong {display: none;}


/*Show the system messages in one row with yellow background*/
Code: Select all
    #system-message {
       margin: 0;
       position: relative;
       z-index: 1;
    }
    #system-message dd ul { list-style: none!important }
    #system-message dd ul,
    #system-message dd ul li { line-height: 24px; }
    #system-message dd {
       -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
       -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
       box-sizing: border-box;
       background: #000;
       color: #999;
       font-size: 14px;
       font-weight: 400;
       line-height: 20px;
       min-height: 24px;
       padding: 10px;
       text-align: center;
    }
    #system-message dd.error {
       background: #eb1e00;
       color: #fff;
    }
    #system-message dd.notice { background: #f5f5f5; }
    #system-message-container {
       margin: 0;
       padding: 0;
    }


There should be no :'Code: Select all" there. Please fix your override.css and check it for other errors.
User avatar
Moderator

GK User
Mon Aug 04, 2014 11:06 am
Reply with quote
Report this post
it was also not working before.
as you can see here, your staff posted this code in order to get other issues working: https://www.gavick.com/forums/news2-joo ... 37223.html
User avatar
Gold Boarder

GK User
Mon Aug 04, 2014 12:23 pm
Reply with quote
Report this post
"CODE: SELECT ALL" is not part of the code - it is a widget on page allowing you to easily select entire code.
Moving my part to top of the override.css makes it work, so please fix the problems I have mentioned above and it will work fine.
You will get also same response in the other thread.
User avatar
Moderator

GK User
Wed Aug 06, 2014 5:22 pm
Reply with quote
Report this post
From what I see you were able to clean the css. Now it looks fine and my declaration works correctly.
User avatar
Moderator

GK User
Wed Aug 06, 2014 5:44 pm
Reply with quote
Report this post
Yes it worked, thanks.
User avatar
Gold Boarder


cron