Telephone icon disappeared when editing telephone number in module.

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?

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
3 years 4 months ago #48207 by milos
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:
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
  • Moderator
More
3 years 4 months ago #48208 by milos
The above answer is for Joomla 4. If you are using Joomla 3, the HTML code is:
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
Powered by Kunena Forum