Hide K2 author - Script

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 May 31, 2013 5:53 pm
Reply with quote
Report this post
Hi all,

I want to hide all author details in the K2 module. Once i hide all options it keeps on giving this details (see image). How can i hide/delete that specific information? Thank you.

Schermafbeelding 2013-05-31 om 18.52.29.png
User avatar
Senior Boarder

GK User
Fri May 31, 2013 9:34 pm
Reply with quote
Report this post
Are you logged as a super administrator?
Please log out and check as a normal registration user.

p.s.
K2 has two or three modules, which one you are talking about.

You want to hide name of logged user or/and social buttons?
User avatar
Platinum Boarder

GK User
Mon Jun 03, 2013 9:54 am
Reply with quote
Report this post
When i view an item at the bottom of the item you have an K2 feature where it shows details of the writer of the article. When i disable all info on author, it keeps showing the information as shown on the image as posted before. When i log off and view page as a regular visitor i still see the name of the writer. Even when i disable all features on that in the K2 options in the category section.

I want to hide all details on the writer of a K2 item. Once hide in the admin panel it keeps showing the writer name.

Thank you!


Pawel F wrote:Are you logged as a super administrator?
Please log out and check as a normal registration user.

p.s.
K2 has two or three modules, which one you are talking about.

You want to hide name of logged user or/and social buttons?
User avatar
Senior Boarder

GK User
Thu Jun 06, 2013 7:59 am
Reply with quote
Report this post
Please try add to override.css

Code: Select all
.itemView .itemAuthorBlock,
.itemView .itemAuthorContent {
    display:none;
}


And enable override css.

After that comment out k2.css
@320
Code: Select all
/*.itemAuthorData {
   overflow: hidden;
   margin: 0 0 36px;
   padding: 16px;
   background: #f9f9f9;
}
.itemAuthorData h3 {
   font-size: 20px;
   font-weight: 400;
   color: #242424;
   margin: 0 0 12px
}
.itemAuthorData a { color: #242424 !important}
.itemAuthorData .itemAuthorContent {
   
   margin: 0;
}
.itemAuthorContent {
   margin: 0 0 32px 0;
   overflow: hidden;
}

.itemAuthorContent ul li {
   
   line-height: 1.6;
   padding: 5px 0 0 24px;
   
}*/
User avatar
Senior Boarder

GK User
Fri Aug 16, 2013 11:18 am
Reply with quote
Report this post
You should go into the category of K2, by clicking on it in the right corner vyskachil settings categories. View Options Data / Settings author \ hide.
User avatar
Fresh Boarder

GK User
Sat Nov 02, 2013 11:38 am
Reply with quote
Report this post
pvdm wrote:Please try add to override.css

Code: Select all
.itemView .itemAuthorBlock,
.itemView .itemAuthorContent {
    display:none;
}


And enable override css.

After that comment out k2.css
@320
Code: Select all
/*.itemAuthorData {
   overflow: hidden;
   margin: 0 0 36px;
   padding: 16px;
   background: #f9f9f9;
}
.itemAuthorData h3 {
   font-size: 20px;
   font-weight: 400;
   color: #242424;
   margin: 0 0 12px
}
.itemAuthorData a { color: #242424 !important}
.itemAuthorData .itemAuthorContent {
   
   margin: 0;
}
.itemAuthorContent {
   margin: 0 0 32px 0;
   overflow: hidden;
}

.itemAuthorContent ul li {
   
   line-height: 1.6;
   padding: 5px 0 0 24px;
   
}*/



Thx! Had the same Problem, that fixed it!!
User avatar
Junior Boarder


cron