Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.0] Template Atum - Usage and names of the Joomla Logo and Custom Logo #28826

Closed
coolcat-creations opened this issue Apr 27, 2020 · 8 comments

Comments

@coolcat-creations
Copy link
Contributor

coolcat-creations commented Apr 27, 2020

What needs to be fixed

We have currently in template Atum the different logos:

logo-joomla-white.svg
logo-joomla-blue.svg
logo-blue.svg
logo.svg

  • The logo.svg is defined or used in:
    login.php
    error_full.php
    index.php
    error_login.php

But for examplate it's defined in index.php but not apparently not used there.

  • Then there is the logo-blue.svg which is used in login.php in a different size as in index.php.
    where logo-blue is the Joomla brandmark and logo-joomla-blue.svg is the full logo.

  • The naming ist not logical and the usage of the logos is confusing, The logos need renaming, research where what is used and cleaned up. The names should be more general and contain their usage. For example something like logo-login-form.svg logo-header-collapsed.svg, logo-header-expanded.svg ... and so on. Since they can be coloured they don't have to contain a color name, since they can be changed after a template copy they should not contain "joomla" in it's file name.

  • The usage of a custom logo in the template stile has to be corrected like reported by @micker

  • The size of the svg should be defined in the svg itself and not in the scss like reported by @C-Lodder

I can work on this issue just dropping it in here as an issue to have a worklist-item.

@micker
Copy link

micker commented Apr 27, 2020

hello i test with logo in login screen
image
i think max-height can be set to 2.3rem;
no header changing better alignement with link menu on right

@micker
Copy link

micker commented Apr 27, 2020

in menu collapsed and if i use mini logo
image
its better but i think we can center it in heigh and width

@micker
Copy link

micker commented Apr 27, 2020

same think in opnned menu, heigher max-height seams better
image

@coolcat-creations
Copy link
Contributor Author

in menu collapsed and if i use mini logo
image
its better but i think we can center it in heigh and width

yes I think that the brandmark needs a better alignment too, thank you!

@fevangelou
Copy link
Contributor

Since you're at it, the Joomla logo is now visible as "Jooma". The SVG that was produced for the logo is surely not optimal. Here's how it looks on today's build from commit with ID: https://github.com/joomla/joomla-cms/tree/08b27e74737f859c6a873c661df268ca4a7f148b

Screen Shot 2020-04-27 at 18 55 23

@fevangelou
Copy link
Contributor

fevangelou commented Apr 27, 2020

Disregard my previous comment as it was a stuck cached copy showing up from before the update to today's snapshot.

Screen Shot 2020-04-27 at 19 03 38

Still, it could use some really minor spacing between the letters (which would require a different SVG file altogether), if it's to display at such a small size OR it should be bumped from 1.3 to something like 1.8 rems. For example:

Screen Shot 2020-04-27 at 19 06 28

@coolcat-creations
Copy link
Contributor Author

@fevangelou Thank you! Well, I will not be able to change the registered Joomla Logo but I'll see how to fix the Dimensions to make it appear better :-)

@coolcat-creations
Copy link
Contributor Author

Closed because of the PR #28839

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants