Eventr - One Page Event Template Documentation v1.0

Thank you


First of all, thank you for purchasing the Eventr HTML Template. You can find the detailed information about the template in this document. If there is anything you cannot find in this document, you can send an e-mail via the profile page.

1HTML Structure

We are used Bootstrap3 framework in this template.
The general template structure is the same throughout the template. Here is the general structure.

The code block above is powered by SyntaxHighlighter.

PHP Register and Newsletter Form (phpMailer with SMTP)

You can install your form simply and quickly. Open contact.send.php and newsletter.send.php file and change following area

<?php

	/* Contact Form Setup Begin */

	$send_name      = "Eventr";				// Replace your name
	$send_title     = "Eventr Register";		// Replace email sent title
	$send_address   = "name@domain.com";	// Replace your email address
	
	$smtp_address   = "mail@domain";		// Replace your email address
	$smtp_password	= "123456";				// Replace your email password
	$smtp_server	= "mail.domain.com";	// Replace your email server address
	
...

?>

About of Contact Form Validation

Simple and fast validation function is end of file js/main.js. After passing this stage in the contact.send.php file is checked in the email. Email can not pass through the control, script stops running and turns back EMAIL-ERROR error.

2CSS Structure

The main.css file contains all of the specific stylings for the page. The file is separated into sections using:

                	
/* EVENTR CSS 

	1. CORE CSS
	2. NAVBAR
	3. TOP SECTION
	4. INFO SECTION
	5. SPEAKERS
	6. PROGRAM
	7. DOWNLOAD
	8. VENUE
	9. FUNFACTS
	10. REGISTER
	11. GALLERY
	12. TESTIMONIAL
	13. SPONSORS
	14. CONTACT
	15. MISC.
 
 */
                    
                

3JavaScripts

4Credits