<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: Adding Search Bar To Newscast Navigation</title>
		<link>http://www.kriesi.at/support/topic/adding-search-bar-to-newscast-navigation</link>
		<description>Support Forum - Topic: Adding Search Bar To Newscast Navigation</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 01:38:32 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/adding-search-bar-to-newscast-navigation" rel="self" type="application/rss+xml" />

		<item>
			<title>JPDCSO on "Adding Search Bar To Newscast Navigation"</title>
			<link>http://www.kriesi.at/support/topic/adding-search-bar-to-newscast-navigation#post-22604</link>
			<pubDate>Tue, 12 Jul 2011 19:16:13 +0000</pubDate>
			<dc:creator>JPDCSO</dc:creator>
			<guid isPermaLink="false">22604@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That code did not quite work for me, although I changed &#34;5px 11px&#34; to &#34;5px 2px&#34; and it shows up correctly in IE. Now, of course, it's off in FF, haha. (NOTE: It's off in Chrome, also.) Unfortunately, my bosses will only look in IE, so that is the primary standard I'm forced to adhere to.&#60;/p&#62;
&#60;p&#62;This may be my best bet on this issue, but thanks a lot for your help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Adding Search Bar To Newscast Navigation"</title>
			<link>http://www.kriesi.at/support/topic/adding-search-bar-to-newscast-navigation#post-22538</link>
			<pubDate>Tue, 12 Jul 2011 05:29:24 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">22538@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try to change the searchsubmit code to:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#searchsubmit {
    background: url(&#38;quot;../images/skin1/search.png&#38;quot;) no-repeat scroll 5px 11px transparent;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>JPDCSO on "Adding Search Bar To Newscast Navigation"</title>
			<link>http://www.kriesi.at/support/topic/adding-search-bar-to-newscast-navigation#post-22502</link>
			<pubDate>Mon, 11 Jul 2011 14:47:29 +0000</pubDate>
			<dc:creator>JPDCSO</dc:creator>
			<guid isPermaLink="false">22502@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great! Thanks very much! The search is now how I want it. Unfortunately, the search icon appears inside the search form in IE, but not in Firefox. I tweaked the #searchsubmit CSS, but it doesn't appear properly in Firefox. Is there a fix for both? If not, no problem.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Adding Search Bar To Newscast Navigation"</title>
			<link>http://www.kriesi.at/support/topic/adding-search-bar-to-newscast-navigation#post-22354</link>
			<pubDate>Sat, 09 Jul 2011 07:19:10 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">22354@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can use following code (i.e. in style1.css):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#head #s {
    border: 1px dotted #333333;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>JPDCSO on "Adding Search Bar To Newscast Navigation"</title>
			<link>http://www.kriesi.at/support/topic/adding-search-bar-to-newscast-navigation#post-22343</link>
			<pubDate>Fri, 08 Jul 2011 21:02:27 +0000</pubDate>
			<dc:creator>JPDCSO</dc:creator>
			<guid isPermaLink="false">22343@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Follow-up: I added the border around the div, which you can view at the site. Thanks again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JPDCSO on "Adding Search Bar To Newscast Navigation"</title>
			<link>http://www.kriesi.at/support/topic/adding-search-bar-to-newscast-navigation#post-22328</link>
			<pubDate>Fri, 08 Jul 2011 16:58:08 +0000</pubDate>
			<dc:creator>JPDCSO</dc:creator>
			<guid isPermaLink="false">22328@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Wonderful, it's working now! One quick issue: What is the CSS needed to give the search form a border? I tried adding a border but I was only able to put the border around the DIV and not the form itself. I just want to add that border so that it will stand out a bit more.&#60;/p&#62;
&#60;p&#62;Thanks so much for your help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Adding Search Bar To Newscast Navigation"</title>
			<link>http://www.kriesi.at/support/topic/adding-search-bar-to-newscast-navigation#post-22170</link>
			<pubDate>Thu, 07 Jul 2011 06:09:57 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">22170@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok - think following css styling is required - &#60;/p&#62;
&#60;p&#62;1) Replace following code in style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#searchsubmit{
border:medium none;
cursor:pointer;
display:block;
height:35px;
outline:none;
padding:0;
position:absolute;
text-indent:-9999px;
width:35px;
right:-6px;
top:-4px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#searchsubmit{
border:medium none;
cursor:pointer;
display:block;
height:35px;
outline:none;
padding:0;
position:absolute;
text-indent:-9999px;
width:35px;
right:-6px;
top:4px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and add following code instead of the css code I posted in my last answer/post:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.search-form-menu {
    position: absolute;
    right: 1px;
    top: 30px;
    z-index: 100;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>JPDCSO on "Adding Search Bar To Newscast Navigation"</title>
			<link>http://www.kriesi.at/support/topic/adding-search-bar-to-newscast-navigation#post-22045</link>
			<pubDate>Tue, 05 Jul 2011 18:37:32 +0000</pubDate>
			<dc:creator>JPDCSO</dc:creator>
			<guid isPermaLink="false">22045@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks very much for your help, I think we're almost there. However, I see the icon for the search, but I don't actually see the form itself?&#60;/p&#62;
&#60;p&#62;I'd like to be able to add the RSS/Facebook/Twitter icons also, but that may mess with the design. I'll just add those links to the sidebar. If I can get the search issue cleared up, I should be done with questions, ha.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Adding Search Bar To Newscast Navigation"</title>
			<link>http://www.kriesi.at/support/topic/adding-search-bar-to-newscast-navigation#post-22028</link>
			<pubDate>Tue, 05 Jul 2011 16:16:41 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">22028@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great that the update did work for you :)&#60;/p&#62;
&#60;p&#62;I noticed that the div error persists so I modified header,php and uploaded the file here: &#60;a href=&#34;http://www.mediafire.com/?t3djw179zc9f04x&#34; rel=&#34;nofollow&#34;&#62;http://www.mediafire.com/?t3djw179zc9f04x&#60;/a&#62;&#60;br /&#62;
Please replace your header.php with this file.&#60;/p&#62;
&#60;p&#62;Then add following code to style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.search-form-menu{
position: absolute;
right: 0px;
top: 0px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you want to push down the search form increase the top value (i.e. to 10px). If you want to push the search form to the left increase the &#34;right&#34; value. Hope it displays correct now :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JPDCSO on "Adding Search Bar To Newscast Navigation"</title>
			<link>http://www.kriesi.at/support/topic/adding-search-bar-to-newscast-navigation#post-22026</link>
			<pubDate>Tue, 05 Jul 2011 16:03:57 +0000</pubDate>
			<dc:creator>JPDCSO</dc:creator>
			<guid isPermaLink="false">22026@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Okay, I revised the syntax per your recommendation, and I believe now I just need the css?&#60;/p&#62;
&#60;p&#62;(Also, I upgraded to Wordpress 3.2, and my site is showing up fine.)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Adding Search Bar To Newscast Navigation"</title>
			<link>http://www.kriesi.at/support/topic/adding-search-bar-to-newscast-navigation#post-21942</link>
			<pubDate>Sun, 03 Jul 2011 14:48:21 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">21942@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I just noticed that my code suggestion above contained a small syntax error which leads to a html structure issue. To fix it replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!-- end catnav_wrapper --&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;/div&#38;gt;&#38;lt;!-- end catnav_wrapper --&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I also updated/corrected the instructions above. The search form should appear on the right of the second menu afterwards.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JPDCSO on "Adding Search Bar To Newscast Navigation"</title>
			<link>http://www.kriesi.at/support/topic/adding-search-bar-to-newscast-navigation#post-21941</link>
			<pubDate>Sun, 03 Jul 2011 14:13:22 +0000</pubDate>
			<dc:creator>JPDCSO</dc:creator>
			<guid isPermaLink="false">21941@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;First of all, my apologies for not being clear, I was referring to the second menu. Dude, I've gone ahead and revised the code per your suggestion, and you can view the result on my test site here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.wp.nashville-sheriff.net/&#34; rel=&#34;nofollow&#34;&#62;http://www.wp.nashville-sheriff.net/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Monsoon, I agree that this might be an inelegant solution, but I think it could work well based on the site's content.&#60;/p&#62;
&#60;p&#62;Thanks to everyone for your help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Adding Search Bar To Newscast Navigation"</title>
			<link>http://www.kriesi.at/support/topic/adding-search-bar-to-newscast-navigation#post-21928</link>
			<pubDate>Sun, 03 Jul 2011 09:52:45 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">21928@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
if you want to implement the search form like described in the tutorial you need to remove following code in header.php:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php get_search_form(); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you want to add the menu to the first menu (small menu below the logo) replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;/div&#38;gt;&#38;lt;!-- end nav_wrapper --&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php get_search_form(); ?&#38;gt;
&#38;lt;/div&#38;gt;&#38;lt;!-- end nav_wrapper --&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you want to add the menu to the second menu (big tabs menu) replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;/div&#38;gt;&#38;lt;!-- end catnav_wrapper --&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php get_search_form(); ?&#38;gt;
&#38;lt;/div&#38;gt;&#38;lt;!-- end catnav_wrapper --&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Maybe you need to adjust the css a bit. I can help you with this modification if you post a link to your website after you've implemented the search form code
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Monsoon on "Adding Search Bar To Newscast Navigation"</title>
			<link>http://www.kriesi.at/support/topic/adding-search-bar-to-newscast-navigation#post-21911</link>
			<pubDate>Sat, 02 Jul 2011 19:16:29 +0000</pubDate>
			<dc:creator>Monsoon</dc:creator>
			<guid isPermaLink="false">21911@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Which navagiation? the first one or the big blocky square one? If the first one you could just add it to the right of the area or if the main big square blocks you need to change the width of the navigation then you will need to add it there but it will look weird. I would strongly recommend making it a navigation menu that when clicked on calls a popup like the upload news story js call.&#60;/p&#62;
&#60;p&#62;Yes that adds a click to do a search but that is better than sticking a search that will look weird to the right of the navigation.&#60;/p&#62;
&#60;p&#62;make a nav tab called search that goes to a search page where you can there add more search options imo
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JPDCSO on "Adding Search Bar To Newscast Navigation"</title>
			<link>http://www.kriesi.at/support/topic/adding-search-bar-to-newscast-navigation#post-21878</link>
			<pubDate>Fri, 01 Jul 2011 17:17:16 +0000</pubDate>
			<dc:creator>JPDCSO</dc:creator>
			<guid isPermaLink="false">21878@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello, my clients have asked for me to remove the search bar from the header, and move it to the navigation. I found how to remove the bar from the header, and I also read this article about inserting search into the menu nav:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.throwingabrick.com/wordpress/add-search-box-wordpress-3-0-nav-menu.html&#34; rel=&#34;nofollow&#34;&#62;http://www.throwingabrick.com/wordpress/add-search-box-wordpress-3-0-nav-menu.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;However, that is for the TwentyTen theme . . . I looked at the code and have tried adding it, but I can't get it into the position that I would like. Any help would be welcome, thanks very much!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
