Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Logo svg file

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hello,
I would like to replace the logo .png file to .svg, but the administration doesn't recognize this kind of file.
Where should I go to edit directly in the code?

Thank you
  • Lorenzo's Avatar
  • Lorenzo
  • LIfetime Developer - Big Bamboo
  • 369 posts
  • 11 Thanks
  • Karma: 2
The administrator has disabled public write access.
I've not yet used an svg but can you insert it if you change the legal file types?

Media Manager --> Options --> Legal Extensions (File Types)

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hello,
I tried to add the extension in Legal Extensions (File Types) and in Legal Image Extensions (File Types) but the template administrator still doesn't recognize svg file.

Where is located in the code the file's path of the logo?
  • Lorenzo's Avatar
  • Lorenzo
  • LIfetime Developer - Big Bamboo
  • 369 posts
  • 11 Thanks
  • Karma: 2
The administrator has disabled public write access.
On the T3 forum they talk about using this extension for the logo

extensions.joomla.org/extensions/style-a-design/typography/22729?qh=YToxOntpOjA7czozOiJzdmciO30%3D
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The installation of the plugin has not solved the problem.
Finally here is how I did it, it was pretty simple.
You need to type manually the path of the file with the extension svg in the URL field




The problem is that the logo will not appear because it has no dimensions (I don't know why), you must enter them manually (height and width).



Here the rule to target:

.logo.logo-image.zenleft span img {
width: 205px;
height: 75px;
}

That's it ;)

I have another little problem.
Where can I change the link's title of the logo?
Currentely I have a tooltip that displays the name of the template.

Thank you
  • Lorenzo's Avatar
  • Lorenzo
  • LIfetime Developer - Big Bamboo
  • 369 posts
  • 11 Thanks
  • Karma: 2
Last Edit: 9 years 7 months ago by Lorenzo.
The administrator has disabled public write access.
The following user(s) said Thank You: manh
Cool thanks for posting your solution

You will need to change the logo type to text add your new text to be displayed as the tool tip

Then save

Then switch back to image

and save

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The following user(s) said Thank You: blueshift
…thank you ;)
  • Lorenzo's Avatar
  • Lorenzo
  • LIfetime Developer - Big Bamboo
  • 369 posts
  • 11 Thanks
  • Karma: 2
The administrator has disabled public write access.
No problem :)
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
No problem :)
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers