hi 1- How can i translate (name-email-your massage) in contact form to another language? 2- How can i use Google map here?
Senior Boarder
GK User
Mon Nov 24, 2014 3:47 pm
Hello,
On which template do you want to use google maps?
The contact form fields can be translated in the language file for the GK Contact plugin.
Administrator
GK User
Tue Nov 25, 2014 1:50 pm
hi i use John and contact form is base on GKcontact. In fact its working very well but i need those items too: 1- Translate those items 'name-e-mail and your massage' to Norwegian. 2- there is not any place to write our contact info (Teflon and email address) i wrote in the top of the contact box but its not professional and also the fonts are not good.what is your solution or recommendation for this?how can i have another box like the attached file? my web is: http://www.sundedata.no
Thanks for your kindly support and help
Senior Boarder
GK User
Tue Nov 25, 2014 3:50 pm
1) It can be translated in the plugin language file - administrator/language/en-GB/en-GB.plg_system_gkcontact.ini
2) The only solution in your case is modify the plugin code (plugins/system/gkcontact) and adjust it to your needs - it is a custom work, which is beyond of our technical support.
Administrator
GK User
Thu Jan 08, 2015 11:26 pm
Hi,
The input color for information (name, email, message) in contact form is light gray and i want to change it to another color (#242424). How can i do that?
thanks for your quick reply. I am new in web developing I dont understand well what u mean. I must make another css file or just edit one on them? which one? because i just need to change the color in contact form-input area (the text that will be filled by user, from light gray to black) not other places. I worry to do something wrong! Would u pls explain more or help me?
Senior Boarder
GK User
Fri Jan 09, 2015 8:21 pm
If it will be the only change which you wan to include, you can put your code in the template settings -> advanced settings tab -> custom CSS code option
Administrator
GK User
Sat Jan 10, 2015 1:37 pm
Thank you very much. I did it
Senior Boarder
GK User
Tue Jan 13, 2015 10:25 am
Hi The picture or map in background of contact menu have a effect that shows it not clear( its is not same as other back grounds) Can i change it and have a clear background? www.sundedata.no
Senior Boarder
GK User
Tue Jan 13, 2015 2:49 pm
Please add in your CSS:
.gkMap.active { opacity: 1!important; }
Administrator
GK User
Tue Jan 13, 2015 3:04 pm
thanks for your quick reply! can u say in which css file and which place of it i should write it?