Select a Contact in "Contact Manager: Contacts"
Add Miscellaneous Information in the "Miscellaneous Information" tab.
Select the "Display tab" and ask to display Misc. Information by selecting "Show" for the Misc. Information field.
I would like to see the miscellaneous contact information when the contact is selected on the front end.
Miscellaneous contact information is not displayed. Other information are OK.
See
http://cabinet-morin.fr/index.php/contact
Joomla 3.4.3
Also changed the "Contact Display Options" in "Menu Manager: Edit Menu Item" to have the "Misc. Information" field set to "Show", but no change.
Also changed the "Contact Manager Options" in a similar way with no result.
Yes, I am using Joomshaper's Radon template.
However, I changed the Template Style in "Menu Manager: Edit Menu Item" to "protostar - default" and I still have the same issue, just with a different look:
http://cabinet-morin.fr/index.php/contact
Best Regards
Looks like, at looking at the classes used, that you are still not using a core default setting.
I have tested your template and, indeed, it contains an override for the contact display which has no code to display misc information.
See templates/shaper_radon/html/com_contact/contact/default.php
compare with
https://github.com/joomla/joomla-cms/blob/staging/components/com_contact/views/contact/tmpl/default.php#L176-L210
I guess we can close this issue as it is not joomla related
Agreed.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-08-29 11:19:06 |
Closed_By | ⇒ | Silver0l |
Just if somebody has the same issue...
Replaced templates/shaper_radon/html/com_contact/contact/default.php with https://github.com/joomla/joomla-cms/blob/staging/components/com_contact/views/contact/tmpl/default.php and now it works.
no need to replace it REMOVE it, its an OVERRIDE
Bear
On 8/29/2015 10:37, Silver0l wrote:
Just if somebody has the same issue...
Replaced templates/shaper_radon/html/com_contact/contact/default.php
with
https://github.com/joomla/joomla-cms/blob/staging/components/com_contact/views/contact/tmpl/default.php
and now it works.—
Reply to this email directly or view it on GitHub
#7780 (comment).
Hi!
I had the same issue on my own template.
The solution written above solved my issue.
Thanks for the information!
:)
Looks like you are not using the core contact layout but a custom template one.
I suggest you contact the template developer.