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

Leave a review

file Email, Website and Facebook Icons not showing

More
10 years 2 months ago #3492 by jwwemekamp
Hello,

When I show my contact via a menu item I can't see the Icons for the external links.
If I show my contact via the module I can see them as it should be.
What could be the case and perhaps more important, is it fixable?
See attachment

greetz,
Jan Willem Wemekamp
Attachments:

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

More
10 years 2 months ago #3493 by admin
Hello Jan,
do you have a URL I can look at? I can better understand what is going on if I can see the issue 'live'.
It could be a problem with the links, the icon font, conflicts with the template's CSS...
Thank you!

Olivier.

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

More
10 years 2 months ago #3494 by jwwemekamp
Replied by jwwemekamp on topic Email, Website and Facebook Icons not showing
Hi Oliver,
Showing via menu item:
www.noorderlichtgemeente.nl/index.php/media/nieuwsbode/testmenu

Showing via module:
www.noorderlichtgemeente.nl/index.php/me.../noorderlicht-mensen

Btw, I'm missing all the options for pagination in de module wich I have in the menu option. (see attachment)



thanks, Jan
Attachments:

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

More
10 years 2 months ago #3495 by admin
As suspected, this is an issue linked to your template. There is a conflict between the template's ul/li tags with the component's. I am looking into it to see what is the best way to fix this.

You are not missing pagination options for the module, pagination is only available to menu items.

Olivier.

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

More
10 years 2 months ago #3496 by admin
The solution was easier than expected and I will probably add the couple CSS properties to te component to avoid such conflicts.

In the 'Themes' tab, there is a parameter where you can add plain CSS.
In it, add
.trombinoscopeextended_component .links ul li {
    margin: 0;
    padding: 0;
}
It did the trick when I checked with Firebug on Firefox.

Olivier.

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

More
10 years 2 months ago #3497 by jwwemekamp
Replied by jwwemekamp on topic Email, Website and Facebook Icons not showing
Hi Oliver,

Thanks a million, it did the trick. Now I can import a couple of hundred contacts and make a few.. pictures.
Thanks again.

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