Sign Documentation by Fusion Media v1.0


Sign - Under Construction Page

Created: 03/17/2011
By: Fusion Media
Email: contact@fusionmedia.dk

Thank you for purchasing my theme. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Thanks so much!


Table of Contents

  1. HTML and CSS structure
  2. Edit the launch day
  3. Add social networks and edit order

A) HTML and CSS structure - top

If you would like to add some space on the page you can simply add a div with a class of space[1-60]. As you may have guessed already: the number is the height of the space in pixels.
Example:

<div class="space10"></div>

If you would like to add some additional content you could for example: Add a div with a class of space10 and under it you could simply add content such as text and images

If you would like to edit the default font, then open main.css go to body (on line 2), then in the line under you will see the following:
font-family: Arial Rounded MT Bold, Arial, sans-serif;
Just replace Arial Rounded MT Bold with the font you would like to use


B) Edit the launch day - top

If you would like to change your launch date, then open config.js under resources -> js

You can change your launch date by editing the text in bold. If you aren't familiar with the javascript date object, please check out: w3schools

var launchDate = new Date("July 20, 2010 10:00:00");


C) Add social networks and edit order - top

The follow options are located in config.js under resources -> js

You can add social networks by adding arrays to the socialMedia array. The first parameter is the social media name the second is the url to your profile.

var socialMedia = [['NAME', 'URL'], ['NAME', 'URL'], ['NAME', 'URL']];
You can make the social networks appear in a random order by setting shuffleSocial to true
var shuffleSocial = true;


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.

Fusion Media

Go To Table of Contents