JavaScript est requis pour que ce site fonctionne correctement. Veuillez activer JavaScript dans votre navigateur.
Chargement ...

Documentation

Thank you for choosing this template. If you have any questions please feel free to email us

Contact Form

Open the file  assets/php/contact.php  and enter your data:

$to = '[email protected]';  // please change this email id
$subject = 'Contact Form : Odin - The best downloaded template ever';

If Contact form form not working

You need to check is PHP mail() function working.

  • Save this code as mailtest.php
  • change [email protected] to your e-mail address
  • upload mailtest.php to your server
  • open mailtest.php in your browser (http://yourwebsite.com/mailtest.php)
  • check your inbox to see if a test message arrived.
If it works:
  • double-check your form script for errors (like e-mail address misspelling)
  • use the same e-mail address as your form recipient
  • double-check your SPAM filters and SPAM/Junk/Bulk mailboxes
If it not

Contact your host and ask them to check PHP mail() setting.

Reservation Form

Open the file  assets/php/reservation.php  and enter your data:

$from = $email;
$to = '[email protected]';  // please change this email id
$subject = 'Table Booking : Odin';

Configuring Mailchimp

Open the file  assets/php/subscribe.php  and enter your data:

\n// MailChimp
$APIKey = '53bb3bcad3947b9c5b45884b439097******';
$listID = 'fd1b8b****';
Grab an API Key from http://admin.mailchimp.com/account/api/
Grab your List's Unique Id by going to http://admin.mailchimp.com/lists/

Google Maps

Open the file  assets/js/main.js  and enter your latitude & longitude:

\n/* ---------------------------------------------- /*
 * Google Map
/* ---------------------------------------------- */

var $mapis = $('#map');

if ($mapis.length > 0) {

    var mapLocation = new google.maps.LatLng(34.031428,-118.2071542,17);

Plugin Settings

All plugins setting is in  assets/js/custom.js  file

If you have any questions please feel free to email  here

Changelog

Version 1.0 - Initial Release