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

Leave a review

file 'Name' field not showing

More
8 years 11 months ago #4175 by aaronfisher83
'Name' field not showing was created by aaronfisher83
Hi

I have the contacts card set up the way I want it but the Name field simply isn't showing up. This affects every contact.

If I apply a Label to the Name Field the label shows up but still not the Name.

Thank you

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

More
8 years 11 months ago #4177 by admin
Replied by admin on topic 'Name' field not showing
Hello,

I cannot think of anything that would prevent the name to show, unless it is hidden in some way by a CSS property.

Could you give me the URL of the page so I can take a look at the underlying source code? Thanks!

If you want to keep the URL and possible credentials private, just send me a note at [email protected]

Olivier.

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

More
8 years 11 months ago #4178 by aaronfisher83
Replied by aaronfisher83 on topic 'Name' field not showing
Hi Olivier

Thank you for your reply.

I have sent an email across.

Thanks again

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

More
8 years 11 months ago - 8 years 11 months ago #4179 by admin
Replied by admin on topic 'Name' field not showing
Thanks,

I have found the problem:

you want to show the contact in a popup window. Popup windows have, in Joomla!, a class 'modal' associated with the link. But your template states, in its CSS file, that the modal class should not show.

Therefore, add this to the CSS overrides in the menu item you created with Trombinoscope Extended:
.te_trombinoscope .fieldname .modal { display: inline; position: relative }

That should fix your issue.

Olivier.
Last edit: 8 years 11 months ago by admin.

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