Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   Search box not showing in customized header using the new overlay feature (http://forum.bytesforall.com/showthread.php?t=18015)

Hopflys Jul 19, 2012 07:06 PM

Search box not showing in customized header using the new overlay feature
 
I have taken advantage of the new overlay header options - code shown below. I have checked the "search box in the header" option. However the search box does not appear. Any ideas?
Thanks
David

Atahualpa 3.7.7
http://c.paloaltoairport.aero

Overlay code:
<div id="HDR-back">
<ul>
<li><a href="http://paaa.doublechase.com/blog.html"><img src="http://c.paloaltoairport.aero/wp-content/images/logoblog.png" alt="PAAA Logo" /></a>
</ul>
</div>
<div id="HDR-text">
<p><h2>Palo Alto Airport Association Blog</h2> <i>click logo to return to main site<i></p>
</div>

Additional CSS:
#HDR-back ul {list-style-type: none;}
#HDR-text {position: absolute; left:215px; top:2px;}
.codeoverlay ul {
margin-top: 0;
}

Body, Text, Link settings:
background: url(/wp-content/themes/atahualpa/images/KPAO_tile_a.png) repeat top left;
padding-top: 20px; padding-bottom: 20px;
text-family: tahoma, arial, sans-serif;
font-size: 0.8em;
color: #755656;

Layout Container Style:
background-image: url(/wp-content/themes/atahualpa/images/page-full-blog-bar-1.jpg);

Header Area:
%image

juggledad Jul 19, 2012 07:55 PM

The 'overlay header image' overlays the header image (%image), the search box is part of the logo area (%logo)

See this thread for a solution http://forum.bytesforall.com/showthread.php?t=5926

Hopflys Jul 20, 2012 09:36 AM

Thank you ...


All times are GMT -6. The time now is 06:08 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.