How to apply K2 tag cloud layout on joomla tag cloud?

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 Mar 19, 2015 9:27 am
Reply with quote
Report this post
Hi there,

maybe I just overlooked the option, but how to apply the tag cloud layout of the "K2 tag cloud" to the joomla tag cloud. K2 version is looking so much better.

thanks and regards
User avatar
Junior Boarder

GK User
Sun Mar 22, 2015 11:08 am
Reply with quote
Report this post
Currently there is no such option, but using firebug / devtools you might copy styling from one to the other.
User avatar
Moderator

GK User
Sun Mar 22, 2015 11:34 am
Reply with quote
Report this post
No problem, will do so. Thought I might have overlooked something.
User avatar
Junior Boarder

GK User
Sun Mar 22, 2015 11:52 am
Reply with quote
Report this post
Please use override.css to apply those copied stylings. This way when you decide to update the template - override.css will be the only file needed to bring back after update.
User avatar
Moderator

GK User
Sun Mar 22, 2015 7:15 pm
Reply with quote
Report this post
thanks Cyberek, always using override.css

if anybody else will apply this too:
Code: Select all
a.tag-name {
    color: #888;
    float: left;
    border: 1px solid #E5E5E5;
    font-size: 16px!important;
    line-height: 1.5;
    margin: 3px;
    padding: 3px 6px;
}


should do it.
User avatar
Junior Boarder

GK User
Tue Mar 24, 2015 6:46 pm
Reply with quote
Report this post
Thanks for sharing the solution - I have modified your post to show the code better way.
User avatar
Moderator


cron