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 #4073 by fsilvaSYW
Change icons was created by fsilvaSYW
how to change the icons of the card for personal icons? I tried but I do not know how.

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

More
9 years 1 month ago #4074 by admin
Replied by admin on topic Change icons
Hello,

it depends on which version of Trombinoscope you are using.
Until v1.5.7 it was a matter of adding a sub-folder with icons. If that is your version, I will tell you how.

Version 2.0 only allows font icons in order to address further additions to the component. In any case, CSS can come to the rescue so you can add your own icons.

Which version are you using?

Olivier.

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

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

i'm using the last version, Trombinoscope Extended 2.0.
i try this css and works:
.personfield.index3, .personfield.index4 {
display: list-item;
list-style-type: disc;
list-style-position: inside;
list-style-image: url('../../images/sqpurple.png');
}

but when the Index4 is empty is shown the bullet and I do not want that.
there must be an if condition?

I have another question.
how to put one or two links in index7 position?

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

More
9 years 1 month ago #4076 by admin
Replied by admin on topic Change icons
There is a solution for your fix but it requires you set the list over the .fieldvalue instead.

.personfield.index3 .fieldvalue { ... }

When the field is empty of information, the fieldvalue class is nonexistent, therefore it will not get the bullet.

I have sent you another solution through email. I will probably explain it at the end of this thread for other users.

Finally, to put a link in a position, use the links a thru e. You can only put one link at a time. You can use the 5 'link fields' to add more links in a separate area (icons showing only).

Olivier.
The following user(s) said Thank You: fsilvaSYW

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

More
9 years 1 month ago #4077 by fsilvaSYW
Replied by fsilvaSYW on topic Change icons
ok, thanks again,

the two solutions work (bullet), but what is the most pretty to use :)

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

More
9 years 1 month ago #4078 by admin
Replied by admin on topic Change icons
Both are good solutions.

Although the solution I have sent you is more flexible as you can switch it on and off (by using the 'icon' selection of each field).

Olivier.

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