Problem with Joomla 2.5/K2 and Musicity

GK User
Fri Jan 27, 2012 3:49 pm
I have update my site to 2.5 and also the template.

All my articles are made with K2.

See here an example: http://www.madonnafanclub.nl/site/nieuw ... interscope

Some things are wrong:
- the date is above the title and not left from the title like it was in 1.7
- the print/email option are aligned below each other, not after each other like it used to be
- Rate this item > All messed up, showing a lot of rating pics..

What's up?
User avatar
Gold Boarder

GK User
Sat Jan 28, 2012 10:12 am
Hi,

Add this code to override.css with CSS override mode enabled in template setting:
Code: Select all
.itemDateCreated{
float: right;
width: 37px;
}
.itemToolbar > ul > li{
float: left;
}
.itemRatingList > li{
float: left;
margin-left: 3px;
}
User avatar
Platinum Boarder

GK User
Thu Feb 16, 2012 11:27 pm
Thanks for a first step to reset the style to the old layout before the update.

Since the update, lots of things on my K2 Item detail page are dislocated.

Can anyone tell me, why nearly each icon / field is now included in a <li>field info</li> list Tag?

My font resizer icons aren't working as well, there is only <a href="#"></a> for the target.

Is there any Music City K2 template fix planned?
User avatar
Fresh Boarder

GK User
Fri Feb 17, 2012 12:25 pm
Hi,

I don't understand the question of list tag issue, can you please explain more?

Regarding the font resizer tool, I see it works properly, we use "a" tags to just make the icons looking like links, when clicking on them, a javascript will run to change font size so we give them a # to make sure that it won't take you to other site after clicking. I hope you understand this.

Regards,
User avatar
Platinum Boarder


cron