Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

[SOLVED] Change icons (Archive, Email, Print) 5 years 2 months ago #25017

  • Nidzo
  • Nidzo's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 3
  • Thank you received: 2
How to change this icons? I want to replace them with font-awesome icons but I don't know where to look.
Attachments:

Please Log in or Create an account to join the conversation.

Last edit: by Nidzo.

Change icons (Archive, Email, Print) 5 years 2 months ago #25018

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.

[SOLVED] Change icons (Archive, Email, Print) 5 years 2 months ago #25019

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.

[SOLVED] Change icons (Archive, Email, Print) 5 years 2 months ago #25024

Do you know how to override the output class?

Please Log in or Create an account to join the conversation.

[SOLVED] Change icons (Archive, Email, Print) 5 years 2 months ago #25025

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.

Please Log in or Create an account to join the conversation.

[SOLVED] Change icons (Archive, Email, Print) 5 years 2 months ago #25026

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!

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.393 seconds

Donate

If you find JEM useful and if you use it on your site, please consider a donation to the project.

Private Messages

You are not logged in.

Follow us......