Author: Denis Sureau - Scriptol.com
License: GNU GPL 2.0.
URL: Cryonie Theme
In addition, a 8-page tutorial can help you adapt the theme to your needs.
The theme has been tested and works under:
It works under older browsers but transparency is not handled by old version of IE for PNG image... that must be removed or replaced anyway (it is a part of the cryonie.com website and is here for demo only).
Extract the contents of the archive. Before putting it online, add your logo with a transparent background, so a GIF or PNG format.
The maximum size is 320 x 48 pixels, which can be modified in the style sheet (descriptor is: logo).
It is recommanded to remove the display of title and description in text form in header.php. In this block:
<div id="logo" onclick="location.href='<?php echo get_settings('home'); ?>/';">
<?php bloginfo('name'); ?> <br>
<span class="sitedesc"><?php bloginfo('description'); ?></span>
</div>
Delete:
<?php bloginfo('name'); ?> <br>
<span class="sitedesc"><?php bloginfo('description'); ?></span>
Then copy the cryonie directory into:
wp-content/themes/
Then go to the administration panel to activate this theme.
The theme is deliberately provided with additional elements to allow you to choose them by deleting some.