Header and content on same line?

GK User
Mon Mar 07, 2011 3:29 pm
HI
Using the Coffe template with k2 categories and items, the problem is within the item/article page without an image - the article header ranges left and on the same line on the right hand side the main intro text sits next to the header rather than on the next line as if there is no full width clearing on the K2 article header?
Im sure theres a CSS fix but not sure which to edit.
thanks
User avatar
Fresh Boarder

Konrad M
Mon Mar 07, 2011 3:50 pm
Hi,
Can You give us url to your site ?
User avatar

GK User
Mon Mar 07, 2011 3:51 pm
User avatar
Fresh Boarder

Konrad M
Mon Mar 07, 2011 3:56 pm
Try add to override.css
Code: Select all
#k2Container .itemBody {
float:left;
}

and remember to enable it :)
User avatar

GK User
Mon Mar 07, 2011 4:00 pm
Thanks,
how would I enable it, I have added to the overide.css, what else is required, apologies.
User avatar
Fresh Boarder

Konrad M
Mon Mar 07, 2011 4:04 pm
Go to Templete Manager choose gk_coffe. Then in DEV MODE section (right column) set Use override.css as 'ON'.
User avatar

GK User
Mon Mar 07, 2011 4:07 pm
Spot on, Many thanks.
PS. Great Templates!!!
User avatar
Fresh Boarder

Konrad M
Mon Mar 07, 2011 4:09 pm
I'm glad I helped :)
User avatar

GK User
Sun Mar 20, 2011 6:13 am
Hi,
a) I am having the same problem and I have added the code to override.css
The site is testing at http://lambrick.com/place/goffers/ec

And example page showing the issue is http://lambrick.com/place/goffers/ec/in ... Itemid=151

b) I am also wondering why I can't see the pdf/email/print icons

Confused, but enjoying your templates...

Simon
User avatar
Junior Boarder

teitbite
Mon Mar 21, 2011 1:00 am
Hi

Please enable using override.css in template configuration.

I believe that You need to enable showing this icons in article settings.
User avatar
Moderator

GK User
Mon Mar 21, 2011 5:13 am
Unfortunately I have done both of those (plus I'm using K2)...
User avatar
Junior Boarder

teitbite
Wed Mar 23, 2011 5:18 pm
Hi

So have You checked if this icons are set to enable in global settings for K2 items and in every single item ?
User avatar
Moderator

teitbite
Wed Mar 23, 2011 5:49 pm
Hi

I've just found a mail form You with the access to panel but unfortunately it's not working.
User avatar
Moderator

GK User
Wed Mar 23, 2011 6:47 pm
Many apologies. Try now.

Thanks again.
User avatar
Junior Boarder

teitbite
Sat Mar 26, 2011 3:39 am
Hi

I wasn't able to display it also. I've send this problem to our programmer.
User avatar
Moderator

teitbite
Sat Mar 26, 2011 1:29 pm
Hi

There is something strange going on ;/ I've just receved the answer from the programmer that the links are there and He doesn't know what's it all about. It must have display during the changing proces and was probably show later when the cache cleared itself.
User avatar
Moderator

GK User
Sun Mar 27, 2011 6:00 am
Sorry - I don't quite understand.

Are you expecting the problem to disappear sometime after a cache clears?

Is there anything I can do?

Simon
User avatar
Junior Boarder

teitbite
Mon Mar 28, 2011 5:57 pm
Hi

Can You see Mail and Print links now ? K2 do not have PDF creating so this one will not show without additional extention. And Yes cache somethimes keep the settings even id they are changed.
User avatar
Moderator

GK User
Wed Mar 30, 2011 3:04 am
Unfortunately the problem has not changed.

e.g. http://lambrick.com/place/goffers/ec/in ... &Itemid=95

The item text wraps around the Title block, and the icons do not show.

S
User avatar
Junior Boarder

teitbite
Wed Mar 30, 2011 9:48 pm
Hi

To fix the content please add this to override.css:

Code: Select all
#k2Container .itemBody {
    width: 100%;
}


and the icons are there :) I think I know where is the problem. Mail and print do not have an icons in this template design. Are being shown as a dicent links. Take a look at the screen:
User avatar
Moderator

GK User
Wed Mar 30, 2011 10:19 pm
That's a great fix.

I was confused by the print icon (see http://demo.gavick.com/joomla15/jan2011 ... &Itemid=61) but I now see that is an J! articles rather than a K2 item.

Thanks for all your time!
User avatar
Junior Boarder

teitbite
Wed Mar 30, 2011 10:36 pm
Hi

No problem. Glad I could help.
User avatar
Moderator


cron