1. Nick
  2. Commercial Templates
  3. Tuesday, 17 April 2012
  4.  Subscribe via email
Hi Ciaran,
I have changed the code in the template.css to tell it that the new logo is logo.svg and uploaded the new logo to the images directory but the logo isn't showing, is .svg file types okay to use for the logo or why wouldn't it be working?
see here: http://irelandwebsitedesign.com/testing/templetonhospitality/
Attached is the logo.
Thanks
Nick
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Nick

Your site appears to be unabloe to find your SVG file. According to your CSS your SVG file should be here http://irelandwebsitedesign.com/testing/templetonhospitality/images/logo.svg ?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran,
If you try the link again you should see the logo:
http://irelandwebsitedesign.com/testing/templet...lity/images/logo.svg
but it doesnt appear on the site even though template.css has been changed from logo.png to logo.svg,
Nick
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
As SVG files are more like a flash file rather than an image you could try embeding the image using something like the following..

<object data="http://irelandwebsitedesign.com/testing/templetonhospitality/images/logo.svg" type="image/svg+xml"></object>


Try using this to replace the following in your templates index.php..

<h1 class="logo"> <a href="/index.php" title="<?php echo $siteName; ?>"><span>
<?php echo $siteName; ?>
</span></a> </h1>


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran,
Thanks again, top notch help as always :D
Nick
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran,
It worked a treat on my PC's browser but for some reason on android and ipad half the logo gets chopped off, any ideas?
Nick
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Nick

A bit of a shot in the dark this but try setting a width an height to the object.

eg..

<object width="420" height="100"...


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
worked a treat, thanks again :D
  1. more than a month ago
  2. Commercial Templates
  3. # 7
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!