Thank you for purchasing my theme. If you have any questions that are beyond the scope of this help file, please feel free to start a discussion at my support forum. Thanks so much!
It's very simple to get the template running. All required files are in every version so you can delete unused. Here are the required steps:
Please follow the instructions at 'How to Setup Mailchimp/CampaignMonitor'
To change the Logo just replace the 'logo.png' within the 'img' folder with yours. Make sure it's not bigger than 180x150 pixels
All static texts can be modified within the 'index.html'.
Some dynamic texts can be edited in the config.js file
The template is prepared for Mailchimp lists. All you have to do is to set some login information:
The template is prepared for CampaignMonitor lists. All you have to do is to set some login information:
Here you see all versions, which are included in this template
![]() version 1 |
![]() version 9 |
![]() version 2 |
![]() version 10 |
![]() version 3 |
![]() version 11 |
![]() version 4 |
![]() version 12 |
![]() version 5 |
![]() version 13 |
![]() version 6 |
![]() version 14 |
![]() version 7 |
![]() version 15 |
![]() version 8 |
![]() version 16 |
This template is a fixed layout with one column. All of the information is nested within a div with an id of "wrap". The content is within a div with an id of 'content'. The Logo is within an 'a' tag.
Here is the general structure (shortened):
<div id="content"> <h1>we are under construction</h1> <div id="home" class="slide"> <h2>...</h2> <!-- countdown start --> <section id="countdown"> ... </section> <!-- countdown end --> <!-- progress bar start --> <section id="progess"> ... </section> <!-- progress bar end --> <!-- email subscription start --> <h4 id="emailstatus">...</h4> <form id="emailform"> ... </form> <!-- email subscription end --> </div><!-- end div #home --> <div id="about" class="slide"> <!-- about start --> ... <!-- about end --> </div><!-- end div #about --> <div id="contact" class="slide"> <!-- contact start --> ... <!-- contact end --> </div><!-- end div #contact --> </div>
This theme imports five Javascript files.
params object where all settings are defined:
var params = {
//Progressbar
//set the current stat in % (0-100)
currentState: 77,
//set the Date to a GMT/UTC
//format: mm/dd/yyyy hh:mm:ss GMT
startDate: '01/01/2011 00:00:00 GMT',
//startDate: false,
//format: mm/dd/yyyy hh:mm:ss GMT
targetDate: '12/31/2011 23:59:59 GMT',
//redirect when targetDate is reached (a url like http://www.google.com)
redirectto: '',
//increase for slower progressbar animation
steps: 150,
//Some dynamic text can be modified here
texts: {
emailstatus: 'enter your email to subscribe',
emailinvalid: 'oops, it seems your email address is not valid!',
emailok: 'ok, your email looks fine, click submit!',
emailwait: 'please wait...',
emailadded: "thanks, we got you! we will email you on launch",
emailaddfail: "oops, it seems there is something wrong! please try again later!",
contactforminvalid: 'please provide all fields!',
contactformwait: 'please wait...',
contactformadded: "thanks for your interest! we will contact you soon!",
contactformaddfail: "oops, it seems there is something wrong! please try again later!",
days:'days',
day:'day',
hours:'hours',
hour:'hour',
minutes:'minutes',
minute:'minute',
seconds:'seconds',
second:'second'
}
};
(In the demo are some random values which should get deleted!)/* COUNTDOWN SECTION START * * This part for the Countdown */ some code /* COUNTDOWN SECTION END */
I've included several psds and pngs with this template (png_psd.zip). All pngs are made with fireworks
For each version you get:
The screendesign##.psd and screendesign##.png are layered designs of the template (where '##' stands vor the version number)
Some server side action is required for the email subscription and the contact form.
The server side part is quite small. There are only three files:
The config.php is well documented and intuitive to modify
You don't have to edit the 'register.php' or the 'contact.php'
I've used the following images, icons or other files as listed.
Once again, thank you so much for purchasing this theme. As I said at the beginning, I'd be glad to help you if you have any questions relating to this theme. No guarantees, but I'll do my best to assist. If you have a more general question relating to the themes on ThemeForest, you might consider visiting the forums and asking your question in the "Item Discussion" section.
Xaver Birsak – revaxarts.com