Problem with logo

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Fri Apr 11, 2014 1:52 pm
Reply with quote
Report this post
Hi,
I have a problem with the logo on this template.
See here:
http://xminali.com/consult/
I red the topic "Why do I need a png and a svg file for the logo?".
But this didn't really help me.
I simply tried to upload the logo from the admin and instead of using logo from CSS, I have selected "logo type "image".
I need to have this logo with this size (not smaller).
Please advise.

http://xminali.com/consult/
logo-issue.jpg




Thanks

Xavier.
User avatar
Fresh Boarder

GK User
Fri Apr 11, 2014 2:27 pm
Reply with quote
Report this post
Hello,

You can specify the logo dimensions in the css/template.css file in the following selectors:

Code: Select all
#gkLogo img,
#gkLogoSmall img {
User avatar
Administrator

GK User
Fri Apr 11, 2014 3:05 pm
Reply with quote
Report this post
Hi,
I tried to change as suggested but still, no success.

This is what I changed:

//////////////////////////////////////////
}
#gkLogo img,

#gkLogoSmall img {
height: 90px;
width: 309px;
display: block;
margin: 0;
//////////////////////////////////////////

I'm not sure what is wrong.
Please let me know how can I fix it.

Thank you.
User avatar
Fresh Boarder

GK User
Fri Apr 11, 2014 10:28 pm
Reply with quote
Report this post
Please also specify these dimensions in this selectors:

Code: Select all
#gkLogo, #gkLogoSmall
User avatar
Administrator

GK User
Mon Apr 14, 2014 4:08 pm
Reply with quote
Report this post
Hi,

I tried to update the css a suggested but the problem is the same.
I just want to change my logo and start upload he content.
The reason why I buy a template is to be able to start quick without having to spend hours coding...
Changing the logo is supposed to be the very first thing to do from admin,
and now it becomes a big deal, just to customise with my logo?!.
I don't understand why is so complicated?

I'm wondering why I'm paying the membership for.
This is another joomla service done BY coder FOR coder!
You guys provide a very poor service!
Anyway, you will probably won't reply to this as you probably don't care

Xavier.
User avatar
Fresh Boarder

GK User
Tue Apr 15, 2014 4:32 pm
Reply with quote
Report this post
Why you didn't earlier replied that problem still exists and you didn't mentioned about a fact that you're not a coder?

Anyway, you will probably won't reply to this as you probably don't care


I don't understand why you are supposing this kind of behaviour - I've replied for all your posts in this topic.

Regarding the problem - if changing the code is complicated to you, then you should prepare the logo image with the same dimensions as the logo in the original demo content and then upload it. Then CSS adjustments won't be necessary.
User avatar
Administrator

GK User
Wed Apr 16, 2014 4:02 am
Reply with quote
Report this post
Why you didn't earlier replied that problem still exists and you didn't mentioned about a fact that you're not a coder?


>> why you don't mention on your website that these templates are for coder??

Regarding the problem - if changing the code is complicated to you, then you should prepare the logo image with the same dimensions as the logo in the original demo content and then upload it. Then CSS adjustments won't be necessary.


>> Please read my very first message. This will save us some valuable time!
Anyway...nothing new.
User avatar
Fresh Boarder

GK User
Wed Apr 23, 2014 7:21 pm
Reply with quote
Report this post
I am experimenting with this logo on localhost and have the same issue. I see the logo twice and cannot get the svg to work properly.

Please advise for a solution!
User avatar
Gold Boarder

GK User
Thu Apr 24, 2014 10:04 am
Reply with quote
Report this post
You see the logo twice times, because your logo is too big for the menu bar - you can define different dimensions for the menu topbar using the following CSS code:

Code: Select all
#gkLogoSmall img {
height: Y;
width: X;
}


where Y and X are new dimensions in pixels.

You can apply this code after your last CSS changes.
User avatar
Administrator

GK User
Sat May 03, 2014 7:35 pm
Reply with quote
Report this post
hi dziudek,

I am also trying to fit a new (and bigger) logo in the template. And as others I also have the problem with double logos (see attached).
I have replaced my logo with a colored block so it is easier to see the size. Also see that the second logo at the very top left, is only displayed a little bit!

My logo is 324x95

I have put in your code with the new dimentions both in override.css and in Custom CSS code in Advanced setting in the template, but without luck.
Currently my setup is running on localhost, so I can't provide you with a link. But do you have any ideas?

Cheers,
User avatar
Senior Boarder

GK User
Tue May 06, 2014 11:56 am
Reply with quote
Report this post
@JPACK - I've emulated your case in my local installation and I've added the following code:

Code: Select all
#gkLogo img {
        height: auto!important;
   width: 200px!important;
}

#gkLogoSmall img {
   height: auto!important;
        width: 150px!important;
}
User avatar
Administrator

GK User
Wed May 07, 2014 7:51 pm
Reply with quote
Report this post
Thanks Dziudek.

Works perfect!

Cheers,
User avatar
Senior Boarder

GK User
Wed May 14, 2014 9:33 pm
Reply with quote
Report this post
Hi.

Sorry to say, I just have to admit I also have problems with the logo position.

I have started to set up a test site based on QuickStart, and the logo i want to use, have the dimension: 300 x 82 (W x H), and are of standard .jpg type.

The problem is:
The logo aligned to bottom of the 'logo -space'. Not in the middle.
When scrolling down, the logo is covering the first menu items (Home and party the Template menu item).

I have tried to use the code made by: dziudek » Tue May 06, 2014 10:56 am, without any luck.
Could you please point out in wich css file the code should be placed, and hopefully - could you please add the correcy code for my logo?

Regards,
Geirr.
User avatar
Junior Boarder

GK User
Fri May 16, 2014 7:25 am
Reply with quote
Report this post
@Eggen - I'll be able to provide the correct code if you provide an URL to your website ;)
User avatar
Administrator


cron