joomla-websites
joomla-websites copied to clipboard
[jorg] Wrong Logo
This is not the correct Joomla Logo
What's wrong with it? https://cdn.joomla.org/images/Joomla_logo.png
The font next to the brandmark is wrong. Look at joomla.de there is the right logo.
It's not part of the logo it's the Sitename... but yes doesn't look good. Should be fixed in the template but at the moment jxt is working on a new template and there is no volunteers available for polishing the CDN template. So I would expect the new template comes before this will be fixed, so I'm closing this for now.
Can you link it to the PR or if no PR is available then leave it open? I mean otherwise someone will report it again?
@HLeithner can we reopen this as its not fixed yet?
Based on the validity of the Joomla CI (from 2017), the word mark Joomla is displayed in the wrong font. Therefore, I reopen the issue.
Good!
Ok this is in the template now:
<h1 class="page-title">
<a href="<?php echo $this->baseurl; ?>/"><span aria-hidden="true" class="icon-joomla me-2"></span><?php echo HTMLHelper::_('string.truncate', $sitename, 40, false, false);?></a>
</h1>
I'm no seo/accessibility expert so i would like to know from one that is, if we remove Joomla! as text and replace it with an image. What would we need to do to change this properly?
<h1 class="page-title">
<a href="<?php echo $this->baseurl; ?>/">
<img src="logo.svg" / title="Joomla!" class="site-logo me-2">
<?php echo $param->site_title;?>
</a>
</h1>
I would create a new param in the template where we can add a custom site title that does not include the Joomla! name.
Then use that after the logo.
Would adding the title tag to the image be sufficient or do we need to do more here for SEO and accessibility?
<h1 class="page-title">
<a href="<?php echo $this->baseurl; ?>/">
<img src="logo.svg" alt="Joomla!" class="site-logo me-2">
<?php echo $param->site_title;?>
</a>
</h1>t
I suggest adding an alt-text to lgo image because it must be annonced that this is Joomla!. The image is part of the link but it is not the link itself.
Ok so who do we need to ask (permission) to change this? We should also add a parameter to the template because the site title will not be suitable since it holds the Joomla text also. And that part we now want to replace with joomla logo instead. I know how to do all this. Is there a REPO of the joomla template? the joomla.org repo doesn't hold the current template files.
Repo lives at https://github.com/joomla/jdotorgtemplate
It’s a private one so people can’t reproduce the websites so easily. I’ll get you added in. It’s not supposed to be super secret
@wilsonge how do i know if it exists and what the filename is of the joomla svg logo on the cdn.joomla.org?
Hi, this issue has been fixed in the latest template version which has rolled out to tm.joomla.org. Please have a look and let me know if you think it still needs some changes.
Really not convinced how it works on mobile to be honest. Wondering if we need to drop the Joomla text completely on mobile and just have the icon
What exactly don't you like because if i look at the old community website how it behaves it's almost identical.
Can we make the Logo and Text way smaller ? (Trademark) it does not have to be so big... :-)
Sure. Let me know what sizes you have in mind and I can shove it into the scss
For the Logo for example 137 x 35 px with margin right of 30px and for the title: 20px or it's according rem value. Thank you @wilsonge
Tried this locally - and cause we make the buttons large - it's just felt very out of place. So just going to leave it as it is for now. Rolled it out over all the other j4 sites though.