help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
After update from Jem 4.1.0 to Jem 4.2.0 Icons missing
After update from Jem 4.1.0 to Jem 4.2.0 Icons missing
1 year 2 months ago
Hi,after updating Jem 4.1.0 to Jem 4.2.0 the little icons (category, time,..) in the calender and in the modules banner and wide are missng.
Has anybody the same issue?
attachend you will find the screenshot of Jem 4.1.0 with icons and 4.2.0 without icons
With icons
Without icons
Has anybody the same issue?
attachend you will find the screenshot of Jem 4.1.0 with icons and 4.2.0 without icons
With icons
Without icons
Please Log in or Create an account to join the conversation.
Re: After update from Jem 4.1.0 to Jem 4.2.0 Icons missing
1 year 2 months ago - 1 year 2 months ago
Are you on joomla 4.4 or joomla 5.0?
Last edit: 1 year 2 months ago by jojo12.
Please Log in or Create an account to join the conversation.
Re: After update from Jem 4.1.0 to Jem 4.2.0 Icons missing
1 year 2 months ago
I'm on Joomla 4.4.0
When I change the Jem -> Settings -> General -> Icon Font verwenden to No
some Icons will shown
In the used Template is "Load Font Awesome" = Yes
When I change the Jem -> Settings -> General -> Icon Font verwenden to No
some Icons will shown
In the used Template is "Load Font Awesome" = Yes
Please Log in or Create an account to join the conversation.
Re: After update from Jem 4.1.0 to Jem 4.2.0 Icons missing
1 year 2 months ago
Apologies: this is because of the changings in Joomla. Joomla 5 uses fontawesome 6 meanwhile Joomla 4 uses fontawesome 5. We had to change and forgot, that JEM in Joomla 4 needs fontawesome 5. Best is to use icon fonts= no
The following user(s) said Thank You: Bocki
Please Log in or Create an account to join the conversation.
Re: After update from Jem 4.1.0 to Jem 4.2.0 Icons missing
1 year 2 months ago
Thanks for your answer.
Is there any way to activate fontawesome 5? or to step back to Jem 4.1.0?
Is there any way to activate fontawesome 5? or to step back to Jem 4.1.0?
Please Log in or Create an account to join the conversation.
Re: After update from Jem 4.1.0 to Jem 4.2.0 Icons missing
1 year 2 months ago
Hey Guys, I think that was my mistake – when I fixed the icons in Joomla 5, I killed them in Joomla 4. Sorry for that.
As a quick fix you can look in the css files for
and replace them with:
the files concerned are:
As a quick fix you can look in the css files for
Code:
font-family:var(--fa-style-family,"Font Awesome 6 Free");
font-weight:var(--fa-style,900);
Code:
font-family: Font Awesome\ 5 Free;
font-weight: 900;
the files concerned are:
Code:
media/css/calendar-responsive.css
modules/mod_jem_banner/tmpl/mod_jem_banner_iconfont.css
modules/mod_jem_jubilee/tmpl/mod_jem_jubilee_iconfont.css
modules/mod_jem_teaser/tmpl/mod_jem_teaser_iconfont.css
modules/mod_jem_wide/tmpl/mod_jem_wide_iconfont.css
Please Log in or Create an account to join the conversation.
Time to create page: 0.626 seconds