disable grey block at tthe left

Elegant Joomla template designed especially for both professional and personal website presentation.
GK User
Sun Jul 04, 2010 10:16 am
Hello Gavick,

Can you tell me how to disable the grey block on the left with comment, ratiing, etc. so the main article can have his full width.

Kind regards Matthijs
User avatar
Fresh Boarder

GK User
Mon Jul 05, 2010 1:09 am
Hi

This is K2 configuration.
You must change Item view options.

Cheers
User avatar
Platinum Boarder

GK User
Mon Jul 05, 2010 7:43 am
Goodmorning Gavick,

Yes that's correct, but when i disable every view option, the stil stays an empty gray area on the left with the k2 article.


Regards Matthijs
User avatar
Fresh Boarder

teitbite
Mon Jul 05, 2010 2:25 pm
Hi

I do not know if that's what You are looking for, but please try to add this at the end of template.css

Code: Select all
#k2Container div.k2itemColumn {
display:none;
}

#k2Container div.k2ItemContent, div.itemCommentsForm form {
padding-left:20px;
background-color:#FFFFFF;
}
User avatar
Moderator

GK User
Wed Jul 07, 2010 4:26 am
can u pls.tell the fix for joomla articles
User avatar
Expert Boarder

GK User
Wed Jul 07, 2010 4:59 am
I agree, the date on the basic joomla section/blog layouts is ridiculous and a waste of space. Would be nice to remove this and adjust all content left.
User avatar
Fresh Boarder

teitbite
Wed Jul 07, 2010 1:12 pm
Hi

Ok. Please show me about which view are You thinking about :) Link please.
User avatar
Moderator

GK User
Wed Jul 07, 2010 10:55 pm
Example page: http://demo.gavick.com/joomla15/jun2010 ... Itemid=210

Image

When used as a standard blog with NO read more - there is a lot of whitespace where ads or added information could be placed.
User avatar
Fresh Boarder

teitbite
Thu Jul 08, 2010 1:34 pm
Hi

Please try:

Code: Select all
.blog-columns .article-tools {
display:none !important;
}

.blog-columns .article-wrap.with-tools {
padding-left:15px;
}
User avatar
Moderator

GK User
Thu Jul 08, 2010 3:29 pm
date is gone but it showing the blank square space how do we remove it totally
User avatar
Expert Boarder

GK User
Thu Jul 08, 2010 6:12 pm
amarjit - Do not put this in template.css

Look for the file - Joomla.css and you will find the two code items

".blog-columns .article-tools" and ".blog-columns .article-wrap.with-tools"

Replace their Value with those that teitbite posted. It will do as we requested.


teitbite - Thank you for your support
User avatar
Fresh Boarder

GK User
Sat Jul 10, 2010 6:29 am
Many Thanks!
User avatar
Expert Boarder

GK User
Sat Jul 17, 2010 7:25 pm
is it still posible to show the date not like a square, but like a line
User avatar
Fresh Boarder

teitbite
Mon Jul 19, 2010 3:00 pm
Hi

The key to success can be this:

Code: Select all
.itemDateCreated span{
float:left !important;
width:50% !important;
}
User avatar
Moderator

GK User
Tue Jul 20, 2010 5:00 am
tthanks

but where inseret the code :

""".itemDateCreated span{
float:left !important;
width:50% !important;
}"""

in the joomla.css ?
User avatar
Fresh Boarder

teitbite
Tue Jul 20, 2010 12:30 pm
Hi

Please try at the end of the template.css file. But it's nearly a beginning of what should be done to set this in line :)

Please tell me when this code will be on site and tell the url to the page with this.
User avatar
Moderator

GK User
Wed Nov 17, 2010 10:37 am
sappy wrote:
amarjit - Do not put this in template.css

Look for the file - Joomla.css and you will find the two code items

".blog-columns .article-tools" and ".blog-columns .article-wrap.with-tools"

Replace their Value with those that teitbite posted. It will do as we requested.


teitbite - Thank you for your support


Hmmm, i tried to replace the values as you say, but it wont work.

What am i doing wrong?
User avatar
Junior Boarder


cron