Image Show GK4 problem

GK User
Thu May 22, 2014 4:32 pm
hi i installe the storefont template and i had the necessity to change, in Image Show GK4 module, the style in gk_bikerstore because i need the immages with a fixed widith

Now the prolbem is that the immages are not in the center, how can i fix this problem?

ScreenHunter_08 May. 22 17.23.jpg
User avatar
Gold Boarder

GK User
Sat May 24, 2014 3:45 pm
no solutions?
User avatar
Gold Boarder

teitbite
Sat May 24, 2014 4:15 pm
Hi

In this case a solution number 4 will be the best one.


Just kidding :) I need to see the problem first. I'm good, but not that good yet. Please tell me the url to Your site.
User avatar
Moderator

GK User
Sat May 24, 2014 4:27 pm
:)
i sent you a pvt message but maybe i forgot to write u the url..
i send you again a pvt message with n the url and the administration credentials because the website is offline
tnx for ur answer
User avatar
Gold Boarder

teitbite
Sat May 24, 2014 8:58 pm
Hi

If You have send it regarding some other question than I probably have it somewhere, it's just not possible to remember that with so many questions everyday, so if You ask another questions do not be suprised if I'll ask about the url again :)

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

Code: Select all
#gkIs-gk-is-682 {
    margin: 0 auto;
    max-width: 1170px;
}
User avatar
Moderator

GK User
Sat May 24, 2014 9:09 pm
no no, i was really in dubt that i sent you not the url, for sure i understand that is not easy answer to everibody and for this in all post that i wrote i always said that i really apreciate your work and the way gavick team answer to the questions.

aniway tnx again for your answer and your help
User avatar
Gold Boarder

teitbite
Sat May 24, 2014 9:44 pm
Hi

That's not a problem :) Just let me know if this worked or should I think of a different solution.
User avatar
Moderator

GK User
Sun May 25, 2014 8:53 am
tnx so much... it works good!
User avatar
Gold Boarder

GK User
Mon May 26, 2014 4:38 pm
i'm sorry but i notiched that it works not good

it put the slides one up and one dow, i write you a pvt message with may admin credentials

tnx for your help
User avatar
Gold Boarder

teitbite
Mon May 26, 2014 6:46 pm
Hi

Not a problem, but please tell me what is wrong now.
User avatar
Moderator

teitbite
Thu May 29, 2014 2:16 pm
Hi

I've just found Your message, but I still do not understand. Can You please show me a screen with this problem. I cannot see anything wrong with the module.
User avatar
Moderator

GK User
Fri Jun 20, 2014 12:58 pm
hey.

I got similar question.

I am using Storefront Image Show GK4 in MO template and I want the image to be centred all the time.

How to centre it with css? so far i figured if i change background-size to contain it works, but then it's some space bellow and I can't find on where to remove it.

Code: Select all
.gkIsWrapper-gk_storefront .gkIsSlide {
background-repeat: no-repeat;
background-size: contain;
height: 100%;
position: absolute;
width: 100%;
}


hope you can help?

here is demo site: http://www.jernejgraj.com/demo/jozica/
User avatar
Senior Boarder

teitbite
Sat Jun 21, 2014 2:20 pm
Hi

Please add this to css:

Code: Select all
.gkIsWrapper-gk_storefront .gkIsSlide {
    background-size: cover;
}
User avatar
Moderator

GK User
Mon Jun 23, 2014 9:57 am
hi.

I've changed it to desired background-size, but now the image is not positioned in the center.
User avatar
Senior Boarder

GK User
Mon Jun 23, 2014 12:10 pm
also, subpages header works good - as I now set-up an blurred image and tried it - same setting:

Code: Select all
#gkHeader {
   background: #D9C2B4;
   background-image: url("image.jpg");
   background-size: cover;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -ms-box-sizing: border-box;
   -o-box-sizing: border-box;
   box-sizing: border-box;
}


while front images in the header (Image Show GK4) are aligned to left side still - all the time..
User avatar
Senior Boarder

teitbite
Tue Jun 24, 2014 4:51 pm
Hi

One additional line to this code and should be centering itself:

Code: Select all
.gkIsWrapper-gk_storefront .gkIsSlide {
    background-position: center center;
}
User avatar
Moderator

GK User
Tue Jun 24, 2014 5:01 pm
hey.

oh, thanks, it works now :)
User avatar
Senior Boarder


cron