Background and logo

GK User
Wed Jul 16, 2014 11:12 pm
Hi, I have problems with the logo. By taking the "image" option the logo does´nt jump like in the example site, it is fix on the left side. By taking the "css" option there is
a) no logo or
b) the standard "event" logo is shown
I had uploaded my own logo in the template/image directory and renamed it to logo.png, and cleared the cache - no success

Second problem: I can´nt install a background image to the first page. I had selected a image in the module header under the option tab but no success.

The site is shown at heilpraktikerschule-wieghorst.de/events

Thanks for helping
Ernst (one of the football-soccer world champions yeahhh)
User avatar
Fresh Boarder

teitbite
Thu Jul 17, 2014 2:31 pm
Hi

Your image is huge. Try add this to css:

Code: Select all
.svg #gkLogo.cssLogo {
    background-size: cover;
    height: 140px;
    width: 320px;
}

#gkLogoSmall.cssLogo {
    background-position: center center;
    background-size: auto 210px !important;
    height: 74px !important;
    width: 200px;
}
User avatar
Moderator

GK User
Thu Jul 17, 2014 3:43 pm
Thanks, dont no why, but it works. But please can you see what the logo has done when you scroll down and click of one of the menue-items in the main nav.? I can see the logo above halved crosswise when it is in the center, and halved lengthwise when it is in the left side.

And my second problem is the background-image. This is the first gavick template in wich I have problems with this.

Thanks
Ernst
User avatar
Fresh Boarder

teitbite
Fri Jul 18, 2014 3:00 pm
Hi

About logo I can see You have some strange code in override.css:

Code: Select all
#gkHeaderNav.static #gkLogoSmall {
    margin-left: -100px;
}


this is breaking this logo.

Please tell me what page and where do You want to add this backgorund to.
User avatar
Moderator

GK User
Thu Sep 25, 2014 1:31 pm
I have same issue. The backround image doesn't show up on header.
User avatar
Fresh Boarder

teitbite
Fri Sep 26, 2014 8:22 pm
Hi

@bilgingozel please tell me the exact url to the page where You got this problem.
User avatar
Moderator

GK User
Sun Dec 14, 2014 10:56 pm
Hello:

I've a similar/same problem. I've actually used quick start, but the background picture on the header module doesn't show up. Even after I replaced it numerous times. I've also tried override in the CSS and it doesn't work. I've also replaced the original "grey" background image in the template (GK_event) with my desired background image. Still doesn't work.

Any suggestions would be highly appreciated.

My URL is : www.teletecsystems.ca


Thank you

Rob
User avatar
Fresh Boarder

teitbite
Mon Dec 15, 2014 5:55 pm
Hi

I can see that it's still loading a default one: http://www.teletecsystems.ca/templates/ ... der_bg.jpg

Code: Select all
.frontpage #gkHeader {
    background: url("../images/header_bg.jpg") no-repeat fixed center top rgba(0, 0, 0, 0);
}


if You have replaced it already than it's possible it's not showing because of cache. Try clear it and check than.
User avatar
Moderator


cron