Created: 9/Jan/2012
By: Madalin Tudose
Email: madalintudose@gmail.com
Thank you for purchasing my template. If you have any questions that are beyond the scope of this help file, please feel free to email via my email: madalintudose@gmail.com. Thanks so much!
This template is based on a fixed layout and built using HTML5.
The file which contains all the HTML structure is index.html.
You can change the text from the template by navigating through the index.html file and localizing each line of text you want to change. For example, you can change the "This website is currently under construction" phrase with your own, and so on.
To change the logo, for example, open index.html, locate the line 22 and replace the address to the current logo(images/logo.png) with the address to your own logo.
style.css - Main stylesheet which includes all the styles of the template. It is located in the root folder of the template.
If you would like to edit a specific section of the site, simply find the appropriate label in the CSS file, and then scroll down until you find the appropriate style that needs to be edited.
The template is packed with 15 different patterns which can be used as background.
To change the pattern, locate the CSS line responsible for the background (line 121) and replace the current image "noise.png" with an image name from "images/backgrounds/" folder:
body {
font: 12px/20px 'CopseRegular', CopseRegular, Helvetica, Arial, sans-serif;
background:url(images/backgrounds/noise.png) repeat scroll 0 0;
margin:0;
padding:0;
color:#818181;
}
}
You can choose from 9 colors how to customize the buttons of the forms. The current color is orange.
You can stylize the buttons by replacing from index.html, the 'orange' from class="orange" with: yellow, red, purple, green, blue, darkblue, white and black.
The lines which contains the color class in index.html are:
Line 51: <input type="submit" name="send" value="SEND" id="submit" class="orange" />
Line 72: <input type="submit" id="ssubmit" name="subscribe" value="SUBSCRIBE" class="orange" />
To change the date of the countdown, go to "js" folder and open "custom.js" file. Go to line 4 and change the current date with the date you want.
The date you need to change is inside the line 4:
Line 4: var austDay = new Date("January 28, 2012 00:00:00");
The template makes use of 2 php files, located inside the "php" folder.
These 2 files makes the template functional and are the ones which are sending to you emails with subscribers and contact forms.
To receive emails, the entire template needs to be uploaded to a server which supports either PHP4 or PHP5.
To set up the subscribe form to send emails with the persons which are subscribing, open "subscribe.php" file and change the email from line 26 with your own email.
Line 26: $address = "example@example.net";
To set up the contact form to send emails with the persons which are contacting you, open "contact.php" file and change the email from line 60 with your own email.
Line 60: $address = "example@example.net";
I've included 2 PSD files with this template:
The PSD files reflects the image of the template, therefore, it would be very easy for you to change something in the template.
Once again, thank you so much for purchasing this template. As I said at the beginning, I'd be glad to help you if you have any questions relating to this template.
Madalin Tudose, OurTuts.com