Image size in K2

25 April, 2016
GK User
Tue Nov 22, 2016 11:12 pm
I can not chanage the image size of k2 items, I have looked in all the normal spots.
Menu options
K2 Options
K2 Cat Options

What is weird when I change to size in menu options it does not save the chance.

http://kingvalleyaquaponics.com.au/kva-blog
User avatar
Fresh Boarder

teitbite
Sun Nov 27, 2016 11:43 am
Hi

The idea of the layout was to use 100% of the page to show image, so it's forced to that. Add this to override.css to remove that effect.

Code: Select all
.blog-page .item-list .item-view .item-image img {
    width: auto;
}
User avatar
Moderator

GK User
Sat Apr 29, 2017 5:59 pm
hi guys - any idea of how to get this image out of the "header" module position?
I am using advertising in that position and would prefer to have it in "mainbodytop" at the size of the article width.... not the entire screen.
User avatar
Platinum Boarder

teitbite
Mon May 01, 2017 7:13 pm
Hi

Can You please show me what You have in mind ? Box template isn't full width and modules fits to the size of available module positions.
User avatar
Moderator

GK User
Thu May 04, 2017 7:06 pm
sure - take a look at
http://guidetogay.com/the-news/news-fea ... ide-island

and you will see what i mean

thanks TB!
User avatar
Platinum Boarder

teitbite
Tue May 09, 2017 2:24 pm
Hi

I see, but the only way to have header 100% screen width is to change whole site to act like that. Please check by adding this code to override.css:

Code: Select all
#gkBg {
    max-width: 100%;
}
User avatar
Moderator

GK User
Thu May 11, 2017 6:29 pm
i tried the code you suggested, but pages still show ads under the menu

http://guidetogay.com/the-news/blog/bev ... ble-digits

any ideas on how to fix this?
User avatar
Platinum Boarder

teitbite
Sun May 14, 2017 7:23 pm
Hi

Was trying to see the site, but all is showing is:

Code: Select all
Error displaying the error page: Application Instantiation Error: Could not connect to MySQL.


Please fix it so I'll be able to check the issue.
User avatar
Moderator

GK User
Tue May 16, 2017 4:07 am
all fixed now - was screwing around with php :) so its all good now for you to check
thanks!


teitbite wrote:Hi

Was trying to see the site, but all is showing is:

Code: Select all
Error displaying the error page: Application Instantiation Error: Could not connect to MySQL.


Please fix it so I'll be able to check the issue.
User avatar
Platinum Boarder

teitbite
Thu May 18, 2017 2:51 pm
Hi

Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#gkHeaderNav {
    position: relative;
}
User avatar
Moderator


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