K2 Tools / Cloud Tag

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
Thu Jan 16, 2014 4:04 pm
Reply with quote
Report this post
I use the Cloud Tag of K2 Tools, but in the InStyle template the variable fontsize (for popular or less popular tags) doesn't work. There's a grey border around every tag and they all have the same size. How can I change that?
My details: J!3.21, InStyle-template, K2 version 2.6.7, magic_quotes is disabled.
User avatar
Senior Boarder

GK User
Thu Jan 16, 2014 4:47 pm
Reply with quote
Report this post
Hi,
yes it was overridden, you have to do two steps:
1) Rename or delete this file: gk_instyle\html\mod_k2_tools\tags.php
2) now we have to use CSS, to delete borders and paddings

Code: Select all
.k2TagCloudBlock a {
    border: 0;
    line-height: 1;
    padding: 0px;
}
User avatar
Platinum Boarder

GK User
Thu Jan 16, 2014 5:01 pm
Reply with quote
Report this post
Yes, that's it Pawel! Option #1. My css skills isn't that good to fix it myself. Thanks a lot for your quick answer and solution... :woohoo:
User avatar
Senior Boarder

GK User
Thu Jan 16, 2014 5:04 pm
Reply with quote
Report this post
I have added a extra css in last post which you have to include if you want betters cloud,

how to: https://www.gavick.com/documentation/jo ... -template/
User avatar
Platinum Boarder

GK User
Thu Jan 16, 2014 5:25 pm
Reply with quote
Report this post
Thanx again Pawel, for the extended information. I appreciate it very much!
User avatar
Senior Boarder


cron