Text: Name, Email, Subject, are not showing in ContactMap
- Posted by Ton van der Helm (67) Offline
Hello,
on my testsite I'm using the Contactmap extension. But the text near the fields Name, Email and Subject are not showing. (not in English or in Dutch.) How can this be?
Thanks!
9 years 1 week ago #1
by Ton van der Helm
on my testsite I'm using the Contactmap extension. But the text near the fields Name, Email and Subject are not showing. (not in English or in Dutch.) How can this be?
Thanks!
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
Hi, can you let me know the URL of your site so I can take a look?
9 years 1 week ago #2
by TemplatePlazza
Please Log in or Create an account to join the conversation.
- Posted by Ton van der Helm (67) Offline
Hello,
this is the URL: 94.228.131.44/~bruhenuit/index.php?optio...icle&id=2&Itemid=111
(I already gave this in while posting my question, but no mather)
Thanks!
9 years 1 week ago #3
by Ton van der Helm
this is the URL: 94.228.131.44/~bruhenuit/index.php?optio...icle&id=2&Itemid=111
(I already gave this in while posting my question, but no mather)
Thanks!
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
HI I have visited your website but it looks like everything goes fine. Please see the screenshot :
https://www.dropbox.com/s/808kf3g7u7ta1uo/np67m.jpg?raw=1 Could you tell me more detail about the issue?
9 years 1 week ago #4
by TemplatePlazza
https://www.dropbox.com/s/808kf3g7u7ta1uo/np67m.jpg?raw=1 Could you tell me more detail about the issue?
Please Log in or Create an account to join the conversation.
- Posted by Ton van der Helm (67) Offline
I'm sorry, I see this problem is in Firefox 45.0.2 and IE 11.
9 years 1 week ago #5
by Ton van der Helm
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
hmm it looks like the input styles are overrided by your theme css.
Can you add this code to your css file :
9 years 1 week ago #6
by TemplatePlazza
Can you add this code to your css file :
.contactmap-wrp select, .contactmap-wrp textarea, .contactmap-wrp input[type="text"], .contactmap-wrp input[type="password"], .contactmap-wrp input[type="datetime"], .contactmap-wrp input[type="datetime-local"], .contactmap-wrp input[type="date"], .contactmap-wrp input[type="month"], .contactmap-wrp input[type="time"], .contactmap-wrp input[type="week"], .contactmap-wrp input[type="number"], .contactmap-wrp input[type="email"], .contactmap-wrp input[type="url"], .contactmap-wrp input[type="search"], .contactmap-wrp input[type="tel"], .contactmap-wrp input[type="color"], .contactmap-wrp .uneditable-input {
height:auto!important;}
Please Log in or Create an account to join the conversation.