K2 - item and layout adjustments

GK User
Fri Jan 30, 2015 8:57 pm
Hi,
http://merintus.info/index.php/news-blo ... ktualnosci
this is my blog
folder icons I was able to hide, but I try to find hwo I can hide titels of categories so the items (textes) are directly below of menu (or like in this case below of virtuemart line)
where is that adjustment? in menu not, it is overrided by k2, in k2 I can't identify which one it is,


2) Blog layout is adjusted by Menu or k2? when you scroll down you see 2 columns, I try to change the distance betwen this columns, how to do?

unfortunately a lot of work i try and error procedure :roll:
thx
;)
User avatar
Junior Boarder

teitbite
Sun Feb 01, 2015 2:22 pm
Hi

1. Look for "Category view option" in K2 category settings. You will probably got to disable everything there.

2. Add this to override.css

Code: Select all
.itemContainer {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    padding: 0 10px;
}
User avatar
Moderator

GK User
Sun Mar 01, 2015 2:04 pm
thx,
the distance on Blog : it seems to be solved

http://merintus.info/index.php/news-blo ... ktualnosci
icons are away, but written and published is visibel on items,

how to solve? (looked for it and tried, but no results)
thx in advance
User avatar
Junior Boarder

teitbite
Thu Mar 05, 2015 9:54 am
Hi

Sorry for delay I lost my computer and could not answer earlier.

What exactly You want to remove? Are the settings in K2 configuration not working ? Please explain it one more time, I think I misunderstood and gave You wrong answer.
User avatar
Moderator

GK User
Tue Mar 17, 2015 1:29 pm
HI, sorry I was not exact ;)
when you look on the blog you see an article and there is "written" "published"visible, I want to hide it. Tried different possibilities but no one worked... how to fix it?
User avatar
Junior Boarder

teitbite
Fri Mar 20, 2015 10:52 am
Hi

You want to hide all of it or just words: "written, published" ?

If You want all be gone use this in css:

Code: Select all
.catItemAdditionalInfo { display: none; }


if only words, than You need to remove them from /html/com_k2/category/category_item.php
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.