Are you enjoying the extensions? Did you like the support? Help others decide.

Leave a review

file Change icons

More
9 years 1 month ago #4079 by admin
Replied by admin on topic Change icons
Here is the solution I have proposed via email:

In order to change the icon for the phone number for instance, you will need to add some CSS to the 'CSS overrides' field like so:

for the module:
.fieldtel .icon:before { content: ''; background-image: url(../images/tel.png); width:16px; height: 16px; display: inline-block; }

The images need to be in modules/trombinoscope/images.

for the component:
.fieldtel .icon:before { content: ''; background-image: url(../../images/tel.png); width:16px; height: 16px; display: inline-block; }

The images need to be in components/com_trombinoscopeextended/assets/images.

Depending on the extent of the use of the component, you should probably make it more 'general' by adding the CSS to your template and the images in the /images directory of your template.

Olivier.

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

More
9 years 1 month ago #4080 by fsilvaSYW
Replied by fsilvaSYW on topic Change icons
hello, oliver

thank you for the sugestion.
i use a component.

I want a layout same as it is attached. Any suggestions.

Fernando

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

More
9 years 1 month ago #4081 by admin
Replied by admin on topic Change icons
Fernando,

send me an email, your attachment did not get through.
Thank you!

Olivier.

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

More
7 years 1 month ago #4746 by adie
Replied by adie on topic Change icons
In previous version 1.5, I can simply change the icon. However, After i upgrade the trombinoscope contact pro to the latest version 2.5.1, all my icons change to the "world" icon.

May i know how to change it for the following academic social icon:
1. Google Scholar
2. Research Gate
3. Academia.edu
4. Any possible customisation for other icon that not available in icon-picker or fontawesome.

Thank you.

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

More
7 years 1 month ago #4747 by syw
Replied by syw on topic Change icons
Hello,

Those icons can be added as explained in this thread. You need to use additional CSS as shown above (example with the telephone).

If you need help with that CSS, send an email to [email protected] with the URL of the page where you need those changes to occur. I will be looking into making this more user friendly in the future for people who want to use icons instead of the font.

Olivier.

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