Loading...
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 = 'info@example.com'; // please change this email id $subject = 'Contact Form : Titan - 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 you@yourmail.com 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.
- 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
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 = 'info@example.com'; // please change this email id $subject = 'Table Booking : Titan';
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
- Appear - Progress bars, CountTo
- Text rotator - Changes to different text in same place. Mainly used in Header
- Isotope - Portfolio
- FlexSlider - Sliders
- OWL Carousel - Team carousel, client logos carousel
- Magnific-popup - Modal window, gallery, modal video
- Video background - Header video background or any section with video
If you have any questions please feel free to email here
Changelog
Version 1.0 - Initial Release