Hi
Great theme, I really like its clean, simple but captivating look, and the banner especially does this for me.

Is there a way to have the banner also display on specified pages? If its not possible for specific pages how about displaying on all pages?

I was also playing around to decrease the height of the banner but then I'm left with a shadow in mid air. I'm a beginner at this but if you could point me in the right direction with the files/areas to look at that would be really helpful.

Lastly, a feature request - is there any chance that you could enhance the banner to include a slideshow of photos? It would look brilliant!

In appreciation
Tania

Comments

danpros’s picture

Hello, thanks you like it.

It is difficult to display the banner on specified pages, at least for now :)

To displaying the banner on all pages, just simply rename the page.tpl.php to another name then rename page-front.tpl.php to page.tpl.php.

To decrease the height of the banner, you must change the size of body.bg.gif and banner-outer-bg.gif, it is one image but we slice it. Then change the CSS

#banner{
width:100%;
background: transparent url(images/banner-outer-bg.gif) no-repeat center top;
height:420px;
margin:14px 0 0 0;
}

and

.banner-inner{
width:950px;
margin:0 auto;
height:355px;
padding: 0 3px 0 0;
position:relative;
z-index:1;
background: url(images/sea.jpg) no-repeat;
}

We hope we can adding that feature in our next release :)

danpros’s picture

Status: Active » Closed (fixed)

Now we try to enhance the banner to include a slideshow of photos. Read here.

tanma’s picture

Thanks so much. It works great.
Tan

danpros’s picture

Version: 6.x-1.3 » 6.x-1.10

Hi,

Please try the latest version of Danland (version 1.10).

Thanks,
Dan