logo twice ?

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Jul 10, 2014 2:54 pm
Reply with quote
Report this post
Hello,

we just changed the logo (with a more bigger). But when we refresh the page, the logo is ok and a second after the logo appears twice.. It is so strange ?

Do you have a idea to fix this ?

Regard.

first :
2014-07-10_15h43_01.jpg


logo twice :
2014-07-10_15h43_12.jpg
User avatar
Expert Boarder

GK User
Fri Jul 11, 2014 6:34 am
Reply with quote
Report this post
On top of your page there is a hidden "sticky" menu - you can see it when you scroll down page a little. When you made your logo larger - it doesn't fit in given dimension and stick a little bit from top.
Could you please post an url to your site, I'll prepare a custom override.css for you?
User avatar
Moderator

GK User
Mon Jul 14, 2014 7:38 am
Reply with quote
Report this post
Thank.

I just sent you a PM (the website is under development).

Regard
User avatar
Expert Boarder

GK User
Mon Jul 14, 2014 7:20 pm
Reply with quote
Report this post
Please set your background image size this way:
Code: Select all
.svg #gkLogo.cssLogo, .svg #gkLogoSmall.cssLogo {
    background-image: url("../images/logo-cire.png") ;
    background-size: 500px
}

(you can do it by modifying already made changes in override.css)
User avatar
Moderator

GK User
Tue Jul 15, 2014 11:03 am
Reply with quote
Report this post
Euh sorry but it is not really working...

2014-07-15_12h03_48.jpg


Regard.
User avatar
Expert Boarder

GK User
Wed Jul 16, 2014 10:24 am
Reply with quote
Report this post
Please play with 500px value (reduce it) to find correct one.
User avatar
Moderator

GK User
Wed Jul 16, 2014 11:52 am
Reply with quote
Report this post
Hello,

it doesn't work at all.

if we increase the value to get the real size of the logo (788px) we have this :

2014-07-16_12h50_35.jpg


If we reduce the value, we have this :

2014-07-16_12h51_47.jpg


So what can we do to fix this ?

Regard.
User avatar
Expert Boarder

GK User
Wed Jul 16, 2014 12:06 pm
Reply with quote
Report this post
and we also tried with "logo type = image" in the template parameters, but it is worse.

2014-07-16_13h05_37.jpg
User avatar
Expert Boarder

GK User
Wed Jul 16, 2014 12:51 pm
Reply with quote
Report this post
What browser do you use and what os?
It looks fine here. Perhaps you have some cache issues? Please try Chrome Incognito Mode or FireFox Private Mode.
User avatar
Moderator

GK User
Wed Jul 16, 2014 1:41 pm
Reply with quote
Report this post
We use firefox ESR 24.6.0 (windows 7 64 bits)

Here is a screenshot with chrome (Version 35.0.1916.153 m) in private mode.

2014-07-16_14h38_38.jpg


Here is a screenshot with IE (11.0.9600).

2014-07-16_14h41_07.jpg


So what can we do to fix this (maybe remove the hidden "sticky" menu) ?

Regard.
User avatar
Expert Boarder

GK User
Thu Jul 17, 2014 11:22 am
Reply with quote
Report this post
I have changed your override.css to this one:
Code: Select all
/* logo */
.svg #gkLogo.cssLogo, .svg #gkLogoSmall.cssLogo {
    background-image: url("../images/logo-cire.png") ;
   height: 111px;
    width: 788px;
}

#gkLogo, #gkLogoSmall {
    margin: 5px 0 5px;
}

.svg #gkLogo.cssLogo, .svg #gkLogoSmall.cssLogo {
    background-image: url("../images/logo-cire.png") ;
}
.svg #gkLogoSmall.cssLogo {
    background-size: 60%;
}

And it seems to work better. Please try putting it this way.
User avatar
Moderator

GK User
Thu Jul 17, 2014 11:27 am
Reply with quote
Report this post
There is also other idea - you could prepare a smaller version of the logo - square one that will look nice in sticky menu - and it will not break layout pushing menu down in sticky menu.
User avatar
Moderator

GK User
Thu Jul 17, 2014 11:44 am
Reply with quote
Report this post
Yes it is a great idea :)
How can I do that ? I really don't how to modify the sticky menu.
Regard.

2014-07-17_12h48_17.jpg
User avatar
Expert Boarder

GK User
Thu Jul 17, 2014 11:53 am
Reply with quote
Report this post
and your modification in the override.css don't working (again, sorry).
Is it a big deal to change a logo (with full size) in this template ? Apparently yes.
Really don't understand how this template...

Regard.

2014-07-17_12h50_30.jpg
User avatar
Expert Boarder

GK User
Mon Jul 21, 2014 7:28 am
Reply with quote
Report this post
I think you havent copied my entire code :

/* logo */
.svg #gkLogo.cssLogo, .svg #gkLogoSmall.cssLogo {
background-image: url("../images/logo-cire.png") ;
height: 111px;
width: 788px;
}

#gkLogo, #gkLogoSmall {
margin: 5px 0 5px;
}

.svg #gkLogo.cssLogo, .svg #gkLogoSmall.cssLogo {
background-image: url("../images/logo-cire.png") ;
}
.svg #gkLogoSmall.cssLogo {
background-size: 60%;
}
User avatar
Moderator

GK User
Wed Aug 20, 2014 3:01 pm
Reply with quote
Report this post
Yes, sorry, you are totally right.
It is working now, but not perfectly.

It is ok when we loading the page, but if we scroll down to the bottom of the page, the logo change and become smaller...!
It is very very strange.

It is there a simply way to just fix it (and fix the logo position/size) ?

Regards.

first :
2014-08-20_15h59_57.jpg


after scrolling down :
2014-08-20_16h00_13.jpg
User avatar
Expert Boarder

GK User
Fri Aug 22, 2014 6:25 am
Reply with quote
Report this post
Please send me again 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
Previous one was lost somewhere.
User avatar
Moderator

GK User
Thu Aug 28, 2014 2:41 pm
Reply with quote
Report this post
Hello,

did you receive my PM ?!

Regard.
User avatar
Expert Boarder

GK User
Thu Aug 28, 2014 2:59 pm
Reply with quote
Report this post
It cant be done any other way - this template was not prepared for that big logo.
User avatar
Moderator

GK User
Thu Aug 28, 2014 3:19 pm
Reply with quote
Report this post
Cyberek wrote:It cant be done any other way - this template was not prepared for that big logo.


Ok and arghhh :-( But we need this is not a solution... what is the maximum dimension for the logo (for this template) ?

Regard.
User avatar
Expert Boarder

GK User
Thu Aug 28, 2014 3:37 pm
Reply with quote
Report this post
With layout you currently have - you will not fit anything more than 70px height. You also should add this to css to force image element inside its place:
Code: Select all
.svg #gkLogoSmall.cssLogo {
background-size: 60%;
height: 70px;
}
User avatar
Moderator

GK User
Wed Sep 03, 2014 8:15 am
Reply with quote
Report this post
Hello,

no it change nothing. Still the same problem :-(
So are there maximum dimensions for the logo ?

Regard.
User avatar
Expert Boarder

GK User
Thu Sep 04, 2014 7:42 am
Reply with quote
Report this post
I have written above - 70 px height. Width should not be the problem.
User avatar
Moderator

GK User
Fri Sep 05, 2014 3:54 pm
Reply with quote
Report this post
Hello, ok sorry.
Now the logo height is 70px. But the problem is still there...!

Maybe a possibility is to have a big logo (max 70px height) (1) and a small logo (2) when we scroll down the page...

logo-cire-twice.jpg
User avatar
Expert Boarder

GK User
Mon Sep 08, 2014 7:59 am
Reply with quote
Report this post
I can't access your site - is it accessible under the link you have sent to me?
User avatar
Moderator

GK User
Mon Sep 08, 2014 10:20 am
Reply with quote
Report this post
Cyberek wrote:I can't access your site - is it accessible under the link you have sent to me?


Yes it is still the same.
But to be sure, I just send you a PM with the access.

And we can work with just the small logo (logo-simple). Maybe it is better.

logo-simple.png (124 / 64pi)

big logo :
logo-cire.png (570 / 70pi)

Regard.
User avatar
Expert Boarder

GK User
Thu Sep 11, 2014 4:19 pm
Reply with quote
Report this post
Please try this code at the end of your overide.css (replace current one):
Code: Select all
/* logo */
.svg #gkLogo.cssLogo, .svg #gkLogoSmall.cssLogo {
    background-image: url("../images/logo-cire.png") ;
    height: 111px;
    width: 788px;
}

#gkLogo, #gkLogoSmall {
    margin: 5px 0 5px;
}

.svg #gkLogo.cssLogo, .svg #gkLogoSmall.cssLogo {
    background-image: url("../images/logo-cire.png") ;
}

.svg #gkLogoSmall.cssLogo {
    background-image: url("../images/logo-simple.png");
    height: 70px;
}
User avatar
Moderator

GK User
Fri Sep 12, 2014 9:40 am
Reply with quote
Report this post
Hello,

thank you so much for your help.
But do you think it is possible to put the logo-simple.png like in the demo of news2 (on the same line like the menu) ?

Regard.

2014-09-12_10h34_59.jpg
User avatar
Expert Boarder

GK User
Fri Sep 12, 2014 3:11 pm
Reply with quote
Report this post
dieudonne wrote:Hello,

thank you so much for your help.
But do you think it is possible to put the logo-simple.png like in the demo of news2 (on the same line like the menu) ?

Regard.

2014-09-12_10h34_59.jpg


Ok I think I found.
Just add this line : width: 150px;

like this
Code: Select all
.svg #gkLogoSmall.cssLogo {
    background-image: url("../images/logo-simple.png");
    height: 70px;
    width: 150px;
}


Regard.
User avatar
Expert Boarder

GK User
Mon Sep 15, 2014 4:55 pm
Reply with quote
Report this post
So the last change completely closes the topic?
User avatar
Moderator

GK User
Thu Sep 18, 2014 3:07 pm
Reply with quote
Report this post
Yes, thank you so much.

Regard.
User avatar
Expert Boarder


cron