two questions

January 2012 WordPress Theme
GK User
Fri May 09, 2014 8:21 pm
ejemplocategorias.jpg
ejemplocategorias.jpg
the first is ... how can I remove the message counter of the category section, where is the code to remove it, I attached a picture


ejemplolike.JPG
the second question ......
you can change the counter commented on the video area and put a like button, also attached a sample image
User avatar
Senior Boarder

GK User
Sat May 10, 2014 1:11 pm
Could you please post an url to your site to exact places where I might see those issues?
User avatar
Moderator

GK User
Tue May 13, 2014 12:18 am
User avatar
Senior Boarder

GK User
Tue May 13, 2014 4:00 pm
To remove comments in frontpage NSP widget:
Please edit: wp-content/themes/Game/css/override.css
Code: Select all
.gk-nsp-videogallery .gk-small-block small {
    display: none;
}

Remember to enable "Use the override.css file" in theme settings (item in admin menu, under comments section, advanced tab).

Adding "like" button in its place is completely different thing and we don't support that kind of customisations.
User avatar
Moderator

GK User
Tue May 13, 2014 4:02 pm
To remove second "comments" icon, add this code to override.css:
Code: Select all
.box.list .gk-nsp-art .gk-nsp-info .gk-nsp-comment-count {display: none;}
User avatar
Moderator

GK User
Wed May 28, 2014 8:02 pm
User avatar
Senior Boarder

GK User
Thu May 29, 2014 4:12 pm
Code: Select all
.gk-meta-post .gk-comments {display: none;}

Thos code should do that.
User avatar
Moderator


cron