Quick question about the contact form

GK User
Wed Feb 04, 2015 2:32 am
Hi guys,

Is the contact form in the demo, made by Joomla own core contact or is done by the contact GK plugin ? or an HTML?

thanks for the help
User avatar
Junior Boarder

GK User
Wed Feb 04, 2015 11:21 am
From what I know it is standard Joomla core contact solution.
User avatar
Moderator

GK User
Thu Feb 05, 2015 12:29 am
Cyberek wrote:From what I know it is standard Joomla core contact solution.


Thanks, but I'm having hard time trying to make the style as the same as the demo. I can't find the CSS related to the form. If it is part of the joomla core contact how to do you add the code for the map? (the one that is in template features)
User avatar
Junior Boarder

GK User
Thu Feb 05, 2015 8:39 am
You need to add this code:
Code: Select all
<div class="gk-map static" data-latitude="-34.397" data-longitude="150.644" data-ui="yes" data-zoom="8"></div>

in Miscellaneous Information tab.
User avatar
Moderator

GK User
Sun Feb 22, 2015 7:39 pm
How would one go on if if needed to add some text to miscellaneous information.

We have some data we would like to display near the other fields (address, phone etc). But the misc. info field is used for the map. Is this a hard choice between those two or is there some other way?

thanks
User avatar
Senior Boarder

GK User
Sun Feb 22, 2015 8:11 pm
To the OP, if you need to modify the looks, start adding custom code to override.css

For example, i needed to modify the height, border and bordercolor of the map, i added this to the override.css file.

Code: Select all
.gk-map-contact.header {
  height: 350px;
  border-style: solid;
  border-color: #DCDCDC;
}


How did i find this div name? I used Google Chrome, it has "Inspect Element" in right click menu.
User avatar
Senior Boarder

GK User
Mon Feb 23, 2015 7:29 pm
Sorry, was this correct subforum you wanted to post into?
User avatar
Moderator

GK User
Wed Feb 25, 2015 12:37 pm
I figured it out. I had to post the additional misc info below the map code in html format.


qingpool wrote:How would one go on if if needed to add some text to miscellaneous information.

We have some data we would like to display near the other fields (address, phone etc). But the misc. info field is used for the map. Is this a hard choice between those two or is there some other way?

thanks
User avatar
Senior Boarder

GK User
Thu Feb 26, 2015 4:22 pm
Yep, that is the way to do it.
As I understand the topic is solved?
User avatar
Moderator

GK User
Thu Feb 26, 2015 4:29 pm
Problem solved. Thanks
User avatar
Senior Boarder

GK User
Thu Feb 26, 2015 4:31 pm
Please let me know if you would have any additional questions regarding this topic.
User avatar
Moderator


cron