You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that on the default @joomlaLogin page, if 2-FA is enabled on the website, the SVG login icon for 2-FA is displayed incorrectly in my template on @gantry 5:
at the same time, in the default Cassiopeia Joomla template there is no such problem with displaying this icon:
also SVG icons are displayed incorrectly on the 404 Error page in my Gantry template:
on all other pages of my Gantry template, SVG icons in the drop-down menu are displayed as expected:
yes, this is a bug in Gantry with displaying SVG icons on some types of pages, because the default Cassiopeia template from Joomla has no problem displaying SVG icons on the same pages.
Joomla 5.2, Gantry 5.5.19
The text was updated successfully, but these errors were encountered:
As an FYI for you @universewrld, and anyone else who finds this. This issue can easily be fixed by adding the following code to your custom.scss file. For anyone not familiar with how to do this, you can refer to the Gantry 5 documentation here.
Also, depending on the template, this styling may also need to be adjusted so there is symmetry with the padding above and below the SVG icon inside the button.
I found that on the default @joomla
Login page
, if 2-FA is enabled on the website, the SVG login icon for 2-FA is displayed incorrectly in my template on @gantry 5:at the same time, in the default
Cassiopeia
Joomla template there is no such problem with displaying this icon:also SVG icons are displayed incorrectly on the
404 Error page
in my Gantry template:on all other pages of my Gantry template, SVG icons in the drop-down menu are displayed as expected:
yes, this is a bug in Gantry with displaying SVG icons on some types of pages, because the default
Cassiopeia
template from Joomla has no problem displaying SVG icons on the same pages.Joomla 5.2, Gantry 5.5.19
The text was updated successfully, but these errors were encountered: