help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
[SOLVED] Change icons (Archive, Email, Print)
[SOLVED] Change icons (Archive, Email, Print)
6 years 6 months ago - 6 years 6 months ago
How to change this icons? I want to replace them with font-awesome icons but I don't know where to look.
Last edit: 6 years 6 months ago by Nidzo.
Please Log in or Create an account to join the conversation.
Re: Change icons (Archive, Email, Print)
6 years 6 months ago
site/com_jem/classes/output.class.php
The following user(s) said Thank You: Nidzo
Please Log in or Create an account to join the conversation.
Re: [SOLVED] Change icons (Archive, Email, Print)
6 years 6 months ago
Now I need your help: I wrote where to change these icons and you gave a thanks and a solved! How did you change them to fontawesome?
Please Log in or Create an account to join the conversation.
Re: [SOLVED] Change icons (Archive, Email, Print)
6 years 6 months ago
Do you know how to override the output class?
Please Log in or Create an account to join the conversation.
Re: [SOLVED] Change icons (Archive, Email, Print)
6 years 6 months ago
no. I think, it is not possible to override the output.class.php
But I would like to know how to change these images to fontawesome images.
But I would like to know how to change these images to fontawesome images.
Please Log in or Create an account to join the conversation.
Re: [SOLVED] Change icons (Archive, Email, Print)
6 years 6 months ago
Its very easy, I do it for example for the submitbutton.
1. Go to the output.class.php file
2. search for function "submitbutton" (there are also functions like addvenuebutton and adduserbutton etc.)
3. search where variable $image is written (eg. line 164).
4. replace the line with the following line: $image = '<i class="fa fa-plus" aria-hidden="true"></i>';
5. Replace "fa-plus" with the icon you want.
Attention: JEM-Responsive uses FontAwesome 4.7 not 5!
1. Go to the output.class.php file
2. search for function "submitbutton" (there are also functions like addvenuebutton and adduserbutton etc.)
3. search where variable $image is written (eg. line 164).
4. replace the line with the following line: $image = '<i class="fa fa-plus" aria-hidden="true"></i>';
5. Replace "fa-plus" with the icon you want.
Attention: JEM-Responsive uses FontAwesome 4.7 not 5!
Please Log in or Create an account to join the conversation.
Time to create page: 0.823 seconds