Resize Home Page

GK User
Sun Aug 05, 2012 10:18 pm
Hello,

how to resize the four K2 blocks that appear in the image below horizontally ? The images are too stretched in any K2 option, so I am asking if size of images can be setted up in some ways in the Boutique Template.

Thanks.
User avatar
Expert Boarder

GK User
Tue Aug 07, 2012 3:52 pm
Hi,

May I have your site URL to take a look and check?

Thanks,
User avatar
Platinum Boarder

GK User
Sat Aug 18, 2012 4:59 pm
Don Lee wrote:Hi,

May I have your site URL to take a look and check?

Thanks,


Sorry for dealy ... I was on holiday. Here is the site (masked for google searches):

http://goo.gl/68vL5

I have another question. Ho to modify the SEARCH page results ? I would like to remove some content, filters available etc.
User avatar
Expert Boarder

GK User
Sat Aug 25, 2012 10:24 pm
assenzio wrote:
Don Lee wrote:Hi,

May I have your site URL to take a look and check?

Thanks,


Sorry for dealy ... I was on holiday. Here is the site (masked for google searches):

http://goo.gl/68vL5

I have another question. Ho to modify the SEARCH page results ? I would like to remove some content, filters available etc.


I have resolved by myself the first question. Now I need to know how to modify the search module.
User avatar
Expert Boarder

GK User
Tue Aug 28, 2012 8:08 pm
Hello,

I'm glad to hear that, now what do you want to do with the search module?
User avatar
Platinum Boarder

GK User
Wed Aug 29, 2012 12:02 pm
Don Lee wrote:Hello,

I'm glad to hear that, now what do you want to do with the search module?



Hello Don,

I want to be able to remove to the user some of the options (filter) and the "search" image. I did not find the modulel to change that.
User avatar
Expert Boarder

GK User
Wed Aug 29, 2012 2:37 pm
assenzio wrote:
Don Lee wrote:Hello,

I'm glad to hear that, now what do you want to do with the search module?



Hello Don,

I want to be able to remove to the user some of the options (filter) and the "search" image. I did not find the modulel to change that.


A picture is worth a thousend words ...
User avatar
Expert Boarder

GK User
Mon Sep 03, 2012 7:25 am
Thanks for the image, it helps me understand your question :) Please try adding this code to CSS Override to hide them:
Code: Select all
#gkcomponent .search h1 {
    display: none;
}
.phrases {
    display: none;
}

Cheers,
User avatar
Platinum Boarder

GK User
Mon Sep 03, 2012 11:11 am
Don Lee wrote:Thanks for the image, it helps me understand your question :) Please try adding this code to CSS Override to hide them:
Code: Select all
#gkcomponent .search h1 {
    display: none;
}
.phrases {
    display: none;
}

Cheers,


It worked when I removed the ";" but only in the CSS override in ADVANCED SETTING in the Template Edit Style Manager. I tried to put the same code first to the override.css file but does not help. Anyway ... this code removed the SEARCH image and the SEARCH FOR. I want to remove the images (ok) but also the Search Only bar (not the SEARCH FOR) ... how to wrtie down this in the override ? :)
User avatar
Expert Boarder

GK User
Mon Sep 03, 2012 11:17 am
It worked when I removed the ";" but only in the CSS override in ADVANCED SETTING in the Template Edit Style Manager. I tried to put the same code first to the override.css file but does not help. Anyway ... this code removed the SEARCH image and the SEARCH FOR. I want to remove the images (ok) but also the Search Only bar (not the SEARCH FOR) ... how to wrtie down this in the override ? :)[/quote]

Aaah, I do it by myself. I look at the element code with Google Chrome and I saw that the class was .only

Thank You Mate.

Can you help me even with this ? https://www.gavick.com/forums/news-show ... 18859.html
User avatar
Expert Boarder

GK User
Fri Sep 28, 2012 4:13 pm
Thanks for your update!
User avatar
Platinum Boarder


cron