Diabolique Design

"Diabolique Fountain" - HELP

#########################
INSTALLATION:
#########################


1. Upload the "diabolique-fountain" folder to "wp-content/themes/"
2. Activate the theme within your WordPress admin panel.


#########################
CHANGE HEADER WRAPPER:
#########################

Open a style.css file and change img/wrap.png for img/wrap2.png, img/wrap3.png...

You should change search form background changing following block's background color scheme in the style.css file
#search INPUT {
background: #1b1b1b;
}

Color scheme can be found here http://www.ficml.org/jemimap/style/color/wheel.html


#########################
PUT ADS:
#########################

There are 2 places for put the ads:


1. Wide banner under menu - in head.php between:

<div id="ads">
WIDE AD HERE
</div><!--ads ends-->



2. Square Banner - in single.php, before:

<?php comments_template(); ?>



Open a style.php file, find a #menu li block and modify "padding: 0 2px 0 2px;"


#########################
CHANGE AMOUNT OF RECENT POST IN FOOTER
#########################

1. Open a "wp-content/themes/diabolique-fountain/footer.php" file.
2. Find and replace <ul><?php get_archives('postbypost', 15); ?></ul>

#########################
INCREASE SPACE BETWEEN MENU ELEMENTS:
#########################

Open a style.css file, find a #menu li block and modify "padding: 0 2px 0 2px;"



#########################
Change Cufon font:
#########################


1. Open following url: http://cufon.shoqolate.com/generate/
2. Upload a font.
3. Choose a name for converted font (for example "Tahoma")
4. Select "The EULAs of these fonts allow Web Embedding (without Adobe Flash)"
5. Choose glyphs.
6. Select "I acknowledge and accept these terms"
7. Upload converted font to "wp-content/themes/diabolique-fountain/js/" folder
8. Open a "wp-content/themes/diabolique-fountain/head.php" file.
9. Replace following line:
<script src="<?php bloginfo('template_url'); ?>/js/Titillium.font.js" type="text/javascript"></script>
10. Open a "wp-content/themes/diabolique-fountain/js/cufon.php" file and replace "Titillium" font name.


#########################
AVATAR:
#########################

If you want to change an avatar, you have to upload a new image to "wp-content/themes/diabolique-fountain/img/photo.png"
You can change an avatar image size opening "wp-content/themes/diabolique-fountain/info.php" and "wp-content/themes/diabolique-fountain/info2.php"  files and modifying:
<img src="<?php bloginfo('template_url'); ?>/img/photo.png" alt="Photo" width="85" height="80" />


If you want to change an avatar in comments area you have to be registered on gravatar.com