Logo

Support desk for Multipurpose Quark Theme
GK User
Thu Jun 16, 2016 8:03 am
Hi,

When I scroll up and down on my website, the logo isn't completely hidden behind the top menubar

Image

How can I fix this?

Tnx in advance,

Michael
User avatar
Expert Boarder

teitbite
Sun Jun 19, 2016 11:46 am
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

GK User
Mon Jun 20, 2016 7:58 am
teitbite wrote:Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.


just click at the image ;)
User avatar
Expert Boarder

teitbite
Thu Jun 23, 2016 6:12 pm
hi

haha. that's the first time someone used a link with image on our forum :)

Try add this code to override.css

Code: Select all
.gk-fixed-nav #gkLogo {
    margin: 38px 0 0;
}
User avatar
Moderator

GK User
Wed Jun 29, 2016 7:25 am
teitbite wrote:hi

haha. that's the first time someone used a link with image on our forum :)

Try add this code to override.css

Code: Select all
.gk-fixed-nav #gkLogo {
    margin: 38px 0 0;
}


Haha, some1 has 2 be the first :lol:

But thanks for the solution, it worked!
User avatar
Expert Boarder

teitbite
Fri Jul 01, 2016 11:15 am
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator

GK User
Fri Jul 01, 2016 1:13 pm
Although, the next problem already arrived :roll:

When ur at a page (like nieuws for example) the logo isn't visible, at least...not good
Image
User avatar
Expert Boarder

GK User
Sat Jul 02, 2016 7:38 am
Omg, I just noticed I posted this in Quark template :lol:

My bad, this should be moved to Events (joomla 3.0) template. :)
User avatar
Expert Boarder

GK User
Mon Jul 04, 2016 7:05 am
*bump*
User avatar
Expert Boarder

teitbite
Thu Jul 07, 2016 12:43 pm
Hi

Please do not bump it has the opposite effect. Out moderator tool is showing threads by date of the last activity so each bump moves Your question to the end of the line.

Please tell me the url to the exact page You've made this screenshot with logo problem.
User avatar
Moderator

GK User
Fri Jul 08, 2016 7:32 am
Hi,

My bad :roll:

But for example over here
User avatar
Expert Boarder

teitbite
Mon Jul 11, 2016 8:08 pm
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#gkHeaderNav.static {
    height: 170px;
}

#gkHeaderNav.static #gkMainMenu {
    top: 95px;
}

#gkHeaderNav.static #gkLogoSmall {
    top: 0;
}

#gkHeader.menu-visible {
    padding-top: 170px;
}
User avatar
Moderator

GK User
Tue Jul 12, 2016 6:48 am
teitbite wrote:Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#gkHeaderNav.static {
    height: 170px;
}

#gkHeaderNav.static #gkMainMenu {
    top: 95px;
}

#gkHeaderNav.static #gkLogoSmall {
    top: 0;
}

#gkHeader.menu-visible {
    padding-top: 170px;
}


Tnx for the code!

But when you scroll down I want to have little white space between the menu en top
Image

The logo can have an overlay like this
Image

tnx in advance
User avatar
Expert Boarder

teitbite
Wed Jul 13, 2016 2:10 pm
Hi

Add this code as well:

Code: Select all
#gkHeaderNav.static.active {
    height: 73px;
}

#gkHeaderNav.static.active #gkMainMenu {
    top: 0;
}
User avatar
Moderator

GK User
Thu Jul 14, 2016 7:33 am
teitbite wrote:Hi

Add this code as well:

Code: Select all
#gkHeaderNav.static.active {
    height: 73px;
}

#gkHeaderNav.static.active #gkMainMenu {
    top: 0;
}

Hero!

Many tnx, it worked. :mrgreen:
User avatar
Expert Boarder

teitbite
Mon Jul 18, 2016 6:06 pm
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator

GK User
Wed Jul 20, 2016 8:12 am
Hi,

The next problem occurs. On the main index of the website when you visit it on your mobile phone, the logo on top is half shown

Image

image is clickable for website ;)
User avatar
Expert Boarder

teitbite
Sun Jul 24, 2016 5:33 pm
Hi

Is it fixed or happening on a specific page only ? I'm checking it, but eveyr page looks to be ok.
User avatar
Moderator

GK User
Mon Jul 25, 2016 8:24 am
teitbite wrote:Hi

Is it fixed or happening on a specific page only ? I'm checking it, but eveyr page looks to be ok.


It is happening only on the main index of the website. So when u first browse to the website.
User avatar
Expert Boarder

teitbite
Thu Jul 28, 2016 7:10 pm
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
@media only screen and (max-width:640px) {
#gkLogo.cssLogo {
    margin-top: 0;
}
}
User avatar
Moderator

GK User
Fri Jul 29, 2016 6:38 am
teitbite wrote:Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
@media only screen and (max-width:640px) {
#gkLogo.cssLogo {
    margin-top: 0;
}
}


yes m8!! tnx again.

works like a charm :mrgreen:
User avatar
Expert Boarder

teitbite
Mon Aug 01, 2016 7:04 pm
Hi

Ok. Great to hear it. In that case I'm closing this thread. Please create a new one if You will have any other questions.
User avatar
Moderator


cron