logo svg problem

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
Mon Sep 29, 2014 4:46 pm
Reply with quote
Report this post
Hello, I have a problem when a make a change in the file logo.svg
The size of the logo is smaller even if a change width and height on template.css
I think there's a problem on svg file because the original works fine but when I upload my logo in svg format the size is different from css.

url: gabyvalenzuela.cl/portafolio

Thanks!!!
User avatar
Fresh Boarder

GK User
Tue Sep 30, 2014 6:18 am
Reply with quote
Report this post
Could you please post an url to your site?
User avatar
Moderator

GK User
Wed Oct 01, 2014 3:38 am
Reply with quote
Report this post
User avatar
Fresh Boarder

GK User
Wed Oct 01, 2014 6:36 am
Reply with quote
Report this post
Currently your site shows only png file. To check what is wrong I need to see svg.
User avatar
Moderator

GK User
Thu Oct 02, 2014 6:50 am
Reply with quote
Report this post
Hmmm... I'm using a svg file for the website (CSS)
User avatar
Fresh Boarder

GK User
Fri Oct 03, 2014 8:39 pm
Reply with quote
Report this post
On your site I see 2 types of logos. One is in "Hola Soy gaby..." element and one is on sticky menu. Only the second is a svg file. From what I see it loads correctly and shows exactly what is inside of svg file.
User avatar
Moderator

GK User
Fri Dec 12, 2014 3:09 pm
Reply with quote
Report this post
I'm still having this problem with svg file. I'm using it right now but if I change the size of the logo it keeps the same.
User avatar
Fresh Boarder

GK User
Tue Dec 16, 2014 3:55 pm
Reply with quote
Report this post
SVG is a vector based logo so it fit into given space. If you would like to increase logo space (where it will fit), please edit: /templates/gk_john_s/css/override.css and add at its end:
Code: Select all
#gkLogo.cssLogo, #gkLogoSmall.cssLogo {
height: 150px;
width: 220px;
background-size: 100%;
}

Increasing width and height will increase your logo size.
Remember to enable "CSS override" in template settings - advanced section.

Ps - you have some big issues on your site - console keeps counting the errors that are generated by this code in your body tag:
Code: Select all
<body onload="setInterval('window.clipboardData.clearData()',20)" class="frontpage frontpage-header1 light_bg style1 loaded" data-tablet-width="1040" data-mobile-width="600" data-section-nav-text="Más" style="cursor: default;">

This part is faulty:
Code: Select all
setInterval('window.clipboardData.clearData()',20)
User avatar
Moderator


cron