2012-09-22, 05:52:37
You mean the glass skyscraper's photo ?
I've been thinking about implementing a slideshow script into theme, which could be maintained without additional plugins.
To add an i18n slideshow theme's code need couple fixes to provide a container, and let existing elements stay in place.
You have to edit template's code (template.php file), and change line 60 to:
Also change line 72 to
and that should do.
Unfortunately I can't guarantee that embedded i18n slideshow won't behave odd, as above code adds just a place to display it.
I've been thinking about implementing a slideshow script into theme, which could be maintained without additional plugins.
To add an i18n slideshow theme's code need couple fixes to provide a container, and let existing elements stay in place.
You have to edit template's code (template.php file), and change line 60 to:
Code:
<img src="<?php get_theme_url(); ?>/gfx/header-frame.png" style="position:relative;z-index:5;top:0;left:0;">
<section style="width:100%;height:207px;position:absolute;top:47px;left:0;overflow:hidden;">
CALL I18N SLIDESHOW HERE
</section>
Code:
<figure id="logo" style="z-index: 5;">
Unfortunately I can't guarantee that embedded i18n slideshow won't behave odd, as above code adds just a place to display it.
Addons: blue business theme, Online Visitors, Notepad