-
AuthorPosts
-
September 16, 2014 at 5:36 pm #320013
Hello!
I have some quality issues with the logo. especially with the shrinking header. It would be very nice if You could tell me how can I implement the logo in .svg format.
Thanks a lot!
Cheers!
finlandoSeptember 17, 2014 at 7:45 am #320352Hi Finlando!
Thank you for using Enfold.
Please try adding this on Quick CSS or custom.css to resize the logo to its actual dimension:
.logo a img { min-width: 485px !important; max-height: 68px !important; } .header-scrolled .logo a img { min-width: 244px !important; max-height: 34px !important; }Cheers!
IsmaelSeptember 17, 2014 at 9:16 am #320382Hi Ismael!
Thank You for the advice.
the logo looks better now in the shrinked version. but now there is a strange behavior of the logo.
uploading a .svg file to the server and then implementing it in the header would be too comlicated?Cheers!
finlandoSeptember 17, 2014 at 2:10 pm #320494Hi!
You can place your logo in on your server and then add following code to Functions.php file in Appearance > Editor and change the url of the logo
add_filter('avf_logo','new_logo_url'); function new_logo_url($use_image){ $use_image = "http://kriesi.at/wp-content/themes/kriesi/images/logo.png"; return $use_image; }Best regards,
YigitSeptember 18, 2014 at 6:49 pm #321386it works now but just for me because i have ftp acces (when i paste the ftp link/path in the logo upload section) . do i have to change the url?
if yes – can You tell me please how to do that?Thanks in advance!
Cheers!
finlandoSeptember 19, 2014 at 8:22 am #321709Hi!
I haven’t tried this but maybe you can use this plugin to enable svg upload: https://wordpress.org/plugins/scalable-vector-graphics-svg/installation/
Best regards,
IsmaelJuly 17, 2020 at 9:53 pm #1231376Hi guys, I am trying to get the logo moved a bit up on this page so it fills the space to the top of it better.
Any ideas?Thanks
MartinaJuly 20, 2020 at 4:11 am #1231603 -
AuthorPosts
- You must be logged in to reply to this topic.
