K2 Categories Page issues

Elegant Joomla template designed especially for both professional and personal website presentation.
GK User
Sun Aug 01, 2010 3:06 pm
I am really enjoying this design and thank you guys so much for your hard work!

Just a couple of issues.

When I click on a category link for a K2 item it takes me to a page that lists all of the other K2 items in that category. Everything looks fine until I get to the bottom of the page.

The first six items appear just fine, however the bottom two appear to have a third item jammed in there and it looks terrible, it does this in both the light and dark versions. I have made no alterations to anything yet short of adding content.

Also underneath the listed items there is a white box that includes text links to other items not pictured on that page. It looks fine on the light layout but not on the dark. In the dark layout it is white on white.

I would really appreciate any help on how to resolve these issues. I am attaching photos as well.

http://www.sfear.net/groupingandcolordark.jpg
User avatar
Fresh Boarder

teitbite
Mon Aug 02, 2010 2:47 pm
Hi

Please show me the link to the page with this problem.
User avatar
Moderator

GK User
Mon Aug 02, 2010 5:19 pm
http://www.sfear.net/test/index.php?opt ... Itemid=216

The bunching appears on every category page and not just this one. The white on white at the bottom only occurs when using the darker color scheme.
User avatar
Fresh Boarder

teitbite
Tue Aug 03, 2010 3:35 pm
Hi

You have simply used too large images, but You can hide the part of it using this code at the end of template.css file:

Code: Select all
span.catItemImage {
overflow:hidden;
}
User avatar
Moderator

GK User
Tue Aug 03, 2010 4:13 pm
Okay thank you for that! Where would I go to change the text color in the white box underneath that or to change the box color because as it stands right now it is white text on a white background.
User avatar
Fresh Boarder

teitbite
Tue Aug 03, 2010 6:25 pm
Hi

Did You ind the answer Yourself ? I can see no white box ;/
User avatar
Moderator

GK User
Tue Aug 03, 2010 6:40 pm
I did not.

Underneath the images that were overlapping there is a white box Pictured here with the text highlighted --> http://www.sfear.net/groupingandcolordark.jpg

When you click on "light" at the bottom of the page it looks fine, a white background with black text. When I click "dark" I get a white background with white text. I would like to know where to either change the text color or the background color so the text is visible.
User avatar
Fresh Boarder

GK User
Tue Aug 03, 2010 7:15 pm
Try adding this code on style2.css:

Code: Select all
#k2Container #itemListLinks {background: #333;border: 1px solid #555}


You might need to add !important rule.

Cheers
User avatar
Platinum Boarder

GK User
Tue Aug 03, 2010 7:25 pm
That took care of it! Thank you both for all of your help, it has been greatly appreciated.
User avatar
Fresh Boarder


cron