What's going on here?

GK User
Sun Aug 21, 2011 1:44 am
User avatar
Expert Boarder

teitbite
Sun Aug 21, 2011 9:46 pm
Hi

This is a validation error http://validator.w3.org/check?uri=http% ... ne&group=0

One of the HTML tags in one article is not closed. The only way to fix it is to look for this error inside articles code.
User avatar
Moderator

GK User
Mon Aug 22, 2011 10:41 am
Thank you! I had no idea that funky code in the text area could do this.
Cheers!
User avatar
Expert Boarder

teitbite
Wed Aug 24, 2011 2:14 am
Hi

no problem. Glad I could help.
User avatar
Moderator

GK User
Tue Sep 13, 2011 5:02 pm
Ok, now I'm confused... Look here:
http://palettekids.com/index.php?option ... Itemid=138

What's up with the image floating over the text? (In chrome)

It happens on some of the pages, and not others. Here's one where the image is properly aligned:
http://palettekids.com/index.php?option ... Itemid=138

Thanks,

Joe
User avatar
Expert Boarder

GK User
Tue Sep 13, 2011 5:14 pm
Hi

Please try adding this line on k2.css file:

#k2Container .itemImageBlock {clear: both}​

Cheers ;)
User avatar
Platinum Boarder

GK User
Wed Sep 14, 2011 11:47 pm
Ok, so I added the following code to the file found in templates/gk_coffe/css/k2.css (the bold, red was the line I added)


/* --- Global K2 container --- */
#k2Container { padding:0; }
#k2Container .itemImageBlock {clear: both}​
body.contentpane #k2Container { padding:16px; } /* used in popups */
/* --- General padding --- */

and it's still floating some of the images over the text...

Any other ideas? EDIT - It looks like it only happens when the title of the item goes to two lines...
User avatar
Expert Boarder


cron