<?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 - User Favorites: condonpb</title>
		<link><a href='http://www.kriesi.at/support/profile/condonpb'>condonpb</a></link>
		<description>Support Forum - User Favorites: condonpb</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 21:34:22 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Mailchimp Subscribe in Header o"</title>
			<link>http://www.kriesi.at/support/topic/mailchimp-subscribe-in-header-o#post-109173</link>
			<pubDate>Mon, 06 May 2013 06:34:00 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">109173@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi gianmarizzi,&#60;/p&#62;
&#60;p&#62;You would need to look into a freelance developer for that kind of customization as it will take a good bit of adjustment once you've widgetized the header.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gianmarizzi on "Mailchimp Subscribe in Header o"</title>
			<link>http://www.kriesi.at/support/topic/mailchimp-subscribe-in-header-o#post-108919</link>
			<pubDate>Sat, 04 May 2013 20:34:09 +0000</pubDate>
			<dc:creator>gianmarizzi</dc:creator>
			<guid isPermaLink="false">108919@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi all, same request: I surely can use the MailChimp plugin but I'd like to have it in my top menu not in the sidebar. The same for Reserved Area. How can I add widgets to my top menu?&#60;br /&#62;
Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Mailchimp Subscribe in Header o"</title>
			<link>http://www.kriesi.at/support/topic/mailchimp-subscribe-in-header-o#post-54715</link>
			<pubDate>Fri, 04 May 2012 18:32:48 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">54715@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;In order to add the form you would need to open the header.php and add the code from above below this line:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!-- Navigation for Pages starts here --&#38;gt;
			&#38;lt;?php
			wp_nav_menu( array( &#38;#39;menu&#38;#39; =&#38;gt; &#38;#39;Main&#38;#39;,
								&#38;#39;container&#38;#39; =&#38;gt;false,
								&#38;#39;menu_class&#38;#39; =&#38;gt; &#38;#39;nav&#38;#39;,
								&#38;#39;echo&#38;#39; =&#38;gt; true,
								&#38;#39;fallback_cb&#38;#39; =&#38;gt; &#38;#39;kriesi_fallback_menu&#38;#39;,
								&#38;#39;before&#38;#39; =&#38;gt; &#38;#39;&#38;#39;,
								&#38;#39;after&#38;#39; =&#38;gt; &#38;#39;&#38;#39;,
								&#38;#39;link_before&#38;#39; =&#38;gt; &#38;#39;&#38;#39;,
								&#38;#39;link_after&#38;#39; =&#38;gt; &#38;#39;&#38;#39;,
								&#38;#39;depth&#38;#39; =&#38;gt; 0,
								&#38;#39;context&#38;#39; =&#38;gt; &#38;#39;frontend&#38;#39;,
								&#38;#39;walker&#38;#39; =&#38;gt; new kclass_description_walker())
						);
			?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Now you'll want to add this part of your code above&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!-- Begin MailChimp Signup Form --&#38;gt;
&#38;lt;link href=&#38;quot;http://cdn-images.mailchimp.com/embedcode/slim-081711.css&#38;quot; rel=&#38;quot;stylesheet&#38;quot; type=&#38;quot;text/css&#38;quot;&#38;gt;
&#38;lt;style type=&#38;quot;text/css&#38;quot;&#38;gt;
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
&#38;lt;/style&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to either your style1.css, style2.css or style3.css depending on which skin you've chosen. After you've done that you'll need to adjust the #mc_embed_signup DIV so it will be inline with the menu such as adding &#60;strong&#62;float:right;&#60;/strong&#62;.&#60;/p&#62;
&#60;p&#62;Alternatively, you could use the MailChimp plugin (&#60;a href=&#34;http://wordpress.org/extend/plugins/mailchimp/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/mailchimp/&#60;/a&#62;) and add the code to a widget instead so you don't have edit any templates.&#60;/p&#62;
&#60;p&#62;Hope this helps!&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>condonpb on "Mailchimp Subscribe in Header o"</title>
			<link>http://www.kriesi.at/support/topic/mailchimp-subscribe-in-header-o#post-54415</link>
			<pubDate>Wed, 02 May 2012 22:36:28 +0000</pubDate>
			<dc:creator>condonpb</dc:creator>
			<guid isPermaLink="false">54415@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am tring to get a mailchimp subscribe form to be on the right hand corner above the nav and am not usre how to do this. Please see www,psweb-test2.co.uk.&#60;/p&#62;
&#60;p&#62;I have the mailchimp code  for the sign up form but not sure hwat to do as I am fairly new to wordpress, can you help ?&#60;/p&#62;
&#60;p&#62;&#38;lt;!-- Begin MailChimp Signup Form --&#38;gt;&#60;br /&#62;
&#38;lt;link href=&#34;http://cdn-images.mailchimp.com/embedcode/slim-081711.css&#34; rel=&#34;stylesheet&#34; type=&#34;text/css&#34;&#38;gt;&#60;br /&#62;
&#38;lt;style type=&#34;text/css&#34;&#38;gt;&#60;br /&#62;
	#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }&#60;br /&#62;
	/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.&#60;br /&#62;
	   We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */&#60;br /&#62;
&#38;lt;/style&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;mc_embed_signup&#34;&#38;gt;&#60;br /&#62;
&#38;lt;form action=&#34;http://whitefix.us2.list-manage.com/subscribe/post?u=1b9487a1ca10779530798515a&#38;amp;id=86bf1e6c2f&#34; method=&#34;post&#34; id=&#34;mc-embedded-subscribe-form&#34; name=&#34;mc-embedded-subscribe-form&#34; class=&#34;validate&#34; target=&#34;_blank&#34;&#38;gt;&#60;br /&#62;
	&#38;lt;label for=&#34;mce-EMAIL&#34;&#38;gt;Subscribe to our mailing list&#38;lt;/label&#38;gt;&#60;br /&#62;
	&#38;lt;input type=&#34;email&#34; value=&#34;&#34; name=&#34;EMAIL&#34; class=&#34;email&#34; id=&#34;mce-EMAIL&#34; placeholder=&#34;email address&#34; required&#38;gt;&#60;br /&#62;
	&#38;lt;div class=&#34;clear&#34;&#38;gt;&#38;lt;input type=&#34;submit&#34; value=&#34;Subscribe&#34; name=&#34;subscribe&#34; id=&#34;mc-embedded-subscribe&#34; class=&#34;button&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;/form&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;!--End mc_embed_signup--&#38;gt;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
