help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
module icon not load
Re: module icon not load
9 hours 49 minutes ago
It is the fa-tag for the categories.
It is not displayed in a module, but is displayed when you display the dates of a category.
It is not displayed in a module, but is displayed when you display the dates of a category.
Please Log in or Create an account to join the conversation.
Re: module icon not load
2 hours 56 minutes ago - 2 hours 56 minutes ago
This code is define in \modules\mod_jem_banner\tmpl\mod_jem_banner_iconfont.css
As you can see in the css file, your code is not of JEM 4.3.2. Check the code in:
github.com/jemproject/JEM-Project/blob/master/modules/mod_jem_banner/tmpl/mod_jem_banner_iconfont.css
You can update this file in your installation.
Joomla 5 uses Font Awesome 6 Library.
You can reinstall JEM 4.3.2 too.
Code:
div#jemmodulebanner .time:before, div#jemmodulebanner div.date:before, div#jemmodulebanner .category:before, div#jemmodulebanner .venue-title:before { font-family:var(--fa-style-family,"Font Awesome 6 Free", "Font Awesome 5 Free"); font-weight:var(--fa-style,900); }
As you can see in the css file, your code is not of JEM 4.3.2. Check the code in:
github.com/jemproject/JEM-Project/blob/master/modules/mod_jem_banner/tmpl/mod_jem_banner_iconfont.css
You can update this file in your installation.
Joomla 5 uses Font Awesome 6 Library.
You can reinstall JEM 4.3.2 too.
Last edit: 2 hours 56 minutes ago by McKillo.
Please Log in or Create an account to join the conversation.
Re: module icon not load
2 hours 37 minutes ago - 2 hours 34 minutes ago
Hello,
thank you for your reply.
I had version 4.3.2
I have installed it again. Cleared Joomla cache, updated browser. No improvement.
With the code you showed it actually works.
In which file can I customize this code?
edit: I see it
Best regards
thank you for your reply.
I had version 4.3.2
I have installed it again. Cleared Joomla cache, updated browser. No improvement.
With the code you showed it actually works.
In which file can I customize this code?
edit: I see it
Best regards
Last edit: 2 hours 34 minutes ago by juko.
Please Log in or Create an account to join the conversation.
Re: module icon not load
2 hours 35 minutes ago - 2 hours 35 minutes ago
This code is defined in: \modules\mod_jem_banner\tmpl\mod_jem_banner_iconfont.css
The previous link is the master of JEM 4.3.2 in Github.
The previous link is the master of JEM 4.3.2 in Github.
Last edit: 2 hours 35 minutes ago by McKillo.
The following user(s) said Thank You: juko
Please Log in or Create an account to join the conversation.
Re: module icon not load
2 hours 29 minutes ago
If you open the pkg_jem_v4.3.2.zip file, you will find the correct file here:
\pkg_jem\packages\mod_jem_banner.zip\mod_jem_banner\tmpl\mod_jem_banner_iconfont.css
If you have installed JEM 4.3.2, I don’t understand why you have an older version of mod_jem_banner_iconfont.css in your JEM installation.
\pkg_jem\packages\mod_jem_banner.zip\mod_jem_banner\tmpl\mod_jem_banner_iconfont.css
If you have installed JEM 4.3.2, I don’t understand why you have an older version of mod_jem_banner_iconfont.css in your JEM installation.
The following user(s) said Thank You: juko
Please Log in or Create an account to join the conversation.
Re: module icon not load
1 hour 53 minutes ago
Oh
Of course you were right about everything.
I must apologize to everyone here.
I have now seen that I had already made changes to the template a long time
I am very sorry about that.
The supposed problem has been solved.
Best regards
Of course you were right about everything.
I must apologize to everyone here.
I have now seen that I had already made changes to the template a long time
I am very sorry about that.
The supposed problem has been solved.
Best regards
Please Log in or Create an account to join the conversation.
Time to create page: 0.493 seconds