- Posts: 10
- Thank you received: 0
Telephone icon disappeared when editing telephone number in module.
-
enquiries9
Inactive member -
Topic Author
- New Member
-
Less
More
3 years 4 months ago #48206
by enquiries9
Why does this happen?
There is just a phone number showing in module before you edit.
How do I get it back?
There is just a phone number showing in module before you edit.
How do I get it back?
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6777
- Thank you received: 720
3 years 4 months ago #48207
by milos
Replied by milos on topic Telephone icon disappeared when editing telephone number in module.
Hello,
That's happening because the Joomla editor doesn't recognize the icon tag (<i>) and it's by default set to cut off parts of the HTML that it doesn't recognize. So, you must change the icon in HTML mode. It's recommended to disable the Joomla editor before you edit this module.
The original HTML code of this module is:
Regards,
Milos
That's happening because the Joomla editor doesn't recognize the icon tag (<i>) and it's by default set to cut off parts of the HTML that it doesn't recognize. So, you must change the icon in HTML mode. It's recommended to disable the Joomla editor before you edit this module.
The original HTML code of this module is:
Code:
<p class="phone"><i class="fas fa-mobile-alt"></i> 1 800 1234 567</p>
Regards,
Milos
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6777
- Thank you received: 720
3 years 4 months ago #48208
by milos
Replied by milos on topic Telephone icon disappeared when editing telephone number in module.
The above answer is for Joomla 4. If you are using Joomla 3, the HTML code is:
Regards,
Milos
Code:
<p class="phone"><i class="fa fa-mobile" aria-hidden="true"></i> 1 800 1234 567</p>
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.185 seconds