1. Mol4
  2. Sherlock Holmes The Voice
  3. Commercial Templates
  4. Tuesday, 24 January 2017
  5.  Subscribe via email
Hello,
I'd like to know how I can put in a SVG logo in the Caitlin template logo position. Because when I try to select an image through the Template manager I can't select the SVG image.
Thanks!
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

By default the Joomla Media Manager does not allow for SVG. You could try adding your SVG logo to the template manually by editing the following line in your templates header.php (../templates/[YourTemplate]/php/layouts/header.php - line 8)...

<img class="logo-image" src="/<?php echo $this->baseurl ?>/<?php echo $logoimagefile; ?>" alt="Logo" /> 


Replacing with something this (edit to taste)...

<img class="logo-image" src="/<?php echo $this->baseurl ?>/images/yourlogo.svg" alt="Logo" /> 


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Ciarán,

Thanks! This works :-)
But this reqiures not a template override or so?

PS: Did you get my mail that I am unable to purchase a new template because I get an error?
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Presuming I understand you correctly, changing the above should be enough without the need of any CSS changes.

Could I ask you to resend as I am unable to locate mail on this query.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


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