Different logos like gavick.com

Support desk for Multipurpose Quark Theme
GK User
Mon Mar 30, 2015 12:19 pm
Hi, I need one logo (white) on frontpage header image and second logo (e.g. blue) when you scroll down on classic menu.
User avatar
Fresh Boarder

GK User
Mon Mar 30, 2015 12:34 pm
Could you please post an url to your site?
User avatar
Moderator

GK User
Mon Mar 30, 2015 1:00 pm
The site is offline at this moment but i hope you can see what i mean if you have a look at these screenshots. Thanks a lot for your help!
User avatar
Fresh Boarder

GK User
Tue Mar 31, 2015 10:39 am
Sorry, but I need to check live site to verify few things.
Is your site on localhost or somewhere accessible by the world?
User avatar
Moderator

GK User
Tue Mar 31, 2015 11:36 am
The Site is online, but in a protected area. :shock: Is it possible to send you the login by mail?
User avatar
Fresh Boarder

GK User
Tue Mar 31, 2015 12:19 pm
Oh please excuse, the one who can read is a clear advantage! I send you the login as private message.
User avatar
Fresh Boarder

GK User
Tue Mar 31, 2015 3:14 pm
Please send me a PM with:
1. URL to your website
2. login and password of user with login privileges (please create one for me)
3. link to this thread
:)
User avatar
Moderator

GK User
Tue Apr 07, 2015 8:42 am
Hi Cyberek,

I sent you a PM with the information last week. Did you get them?
User avatar
Fresh Boarder

GK User
Tue Apr 07, 2015 7:29 pm
Sorry, but I don't see them in my inbox. Could you please resend them?
User avatar
Moderator

GK User
Wed Apr 08, 2015 1:18 pm
Cyberek wrote:Sorry, but I don't see them in my inbox. Could you please resend them?


Hi Cyberek,

I sent you a new PM with the information. :)
User avatar
Fresh Boarder

GK User
Thu Apr 09, 2015 3:37 pm
I have received the PM. Checking...
User avatar
Moderator

GK User
Thu Apr 09, 2015 3:40 pm
The main difference is that you are using image logo and gavick.com uses svg logo (or css logo).
Only with the second enabled user can change logo in css and decide which shows where.
Also from what I see currently you don't have any sticky menu. Have you disabled it?
User avatar
Moderator

GK User
Fri Apr 10, 2015 10:54 am
What do you mean by "the second activated users"? I have nothing deactivated. Everything is like in the quickstart. What should I do to solve my problem?
User avatar
Fresh Boarder

GK User
Fri Apr 10, 2015 10:59 am
Hey dude,

you need modify the following line

.gk-fixed-nav #gkLogo.text, .gk-fixed-nav #gkMobileMenu span {
color: #fff;
}
User avatar
Gold Boarder

GK User
Fri Apr 10, 2015 1:44 pm
@ancadia it will not work as his logo is image type.

@michback - "the second activated users"" - sorry, i was meaning untill your logo is image based you can't do such change.
Switch the logo to css, replace original gavick one and let me know, I'll provide correct override.
User avatar
Moderator

GK User
Tue Apr 14, 2015 8:44 am
In the template settings I can only choose between image, text and none. How can I switch the logo to css?
User avatar
Fresh Boarder

GK User
Thu Apr 16, 2015 10:21 am
Hmm... I'll report that to our devteam. With that in mind, currently there is nothing that can be done without bigger template redesign.
User avatar
Moderator

GK User
Thu Apr 16, 2015 11:32 am
Option to add additional logo will be implemented into template in one of future releases but currently - you would need to implement it on your own.
User avatar
Moderator

GK User
Fri Apr 17, 2015 12:42 pm
Ok, I've found a solution that works for me without bigger template redesign.

For the community, add this in the override.css:
Code: Select all
#gkLogo {
display: block;
width: 200px;
height: 63px;
background-image: url(logo_white.svg);
}

#gkHeaderNav.gk-fixed.gk-fixed-nav #gkLogo {
background-image: url(logo_color.svg);
width: 175px;
 height: 55px;
 margin-top: 55px;
}
User avatar
Fresh Boarder

GK User
Sun Apr 19, 2015 2:16 pm
Thanks for sharing.
One suggestion would be to give png fallback for browser which doesn't support svg elements.
User avatar
Moderator


cron