Pluton - Free Single Page Bootstrap Html Template Pluton - Free Single Page Bootstrap Html Template

Pluton Theme - Setup contact

Map

We use Google Map for displaying map.Please make sure to set your location and address.To set location you will need to find Latitude and Longitude numbers, you can find in this site then find and change this line of code in app.js in js folder int html folder:
function initializeMap() {
    var lat = '-31.971436'; //Set your latitude.
    var lon = '115.903873'; //Set your longitude.

Change InfoWindow content.

var infowindow = new google.maps.InfoWindow({
        content: "Your content goes here!"
 });

Contact form

To make contact form work,you will need to change this lines of code in mail.php in php folder into html folder:
//your email adress 
$emailTo = "yourmail@yoursite.com";
//from email adress 
$emailFrom = "contact@yoursite.com";
//email subject 
$emailSubject = "Mail from Porta";

Need customization for this theme?

Hire Us