<?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: Footer Widget Issues - Custom Menu Displays Horizontal &#38; Title Text is All Caps</title>
		<link>http://www.kriesi.at/support/topic/footer-widget-issues-custom-menu-displays-horizontal-title-text-is-all-caps</link>
		<description>Support Forum - Topic: Footer Widget Issues - Custom Menu Displays Horizontal &amp; Title Text is All Caps</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 16:45:17 +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/footer-widget-issues-custom-menu-displays-horizontal-title-text-is-all-caps" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Footer Widget Issues - Custom Menu Displays Horizontal &#38; Title Text is All Caps"</title>
			<link>http://www.kriesi.at/support/topic/footer-widget-issues-custom-menu-displays-horizontal-title-text-is-all-caps#post-22562</link>
			<pubDate>Tue, 12 Jul 2011 10:14:26 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">22562@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joshuahardee on "Footer Widget Issues - Custom Menu Displays Horizontal &#38; Title Text is All Caps"</title>
			<link>http://www.kriesi.at/support/topic/footer-widget-issues-custom-menu-displays-horizontal-title-text-is-all-caps#post-22556</link>
			<pubDate>Tue, 12 Jul 2011 06:56:55 +0000</pubDate>
			<dc:creator>joshuahardee</dc:creator>
			<guid isPermaLink="false">22556@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Dude! Worked perfect! U da best!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Footer Widget Issues - Custom Menu Displays Horizontal &#38; Title Text is All Caps"</title>
			<link>http://www.kriesi.at/support/topic/footer-widget-issues-custom-menu-displays-horizontal-title-text-is-all-caps#post-22190</link>
			<pubDate>Thu, 07 Jul 2011 07:10:06 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">22190@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
add following code to css/custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;h4{font-size:16px; clear:both; text-transform: none;}
h5{font-size:15px; clear:both; text-transform: none;}
h6{font-size:14px; clear:both; text-transform: none;}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>joshuahardee on "Footer Widget Issues - Custom Menu Displays Horizontal &#38; Title Text is All Caps"</title>
			<link>http://www.kriesi.at/support/topic/footer-widget-issues-custom-menu-displays-horizontal-title-text-is-all-caps#post-22129</link>
			<pubDate>Wed, 06 Jul 2011 17:59:03 +0000</pubDate>
			<dc:creator>joshuahardee</dc:creator>
			<guid isPermaLink="false">22129@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am having the same issue when using a custom text menu for footer widget and the &#34;Title text&#34; transforms to uppercase. I would not like to post my site at this time as it isn't finished yet.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tonvie on "Footer Widget Issues - Custom Menu Displays Horizontal &#38; Title Text is All Caps"</title>
			<link>http://www.kriesi.at/support/topic/footer-widget-issues-custom-menu-displays-horizontal-title-text-is-all-caps#post-20204</link>
			<pubDate>Tue, 31 May 2011 17:15:47 +0000</pubDate>
			<dc:creator>tonvie</dc:creator>
			<guid isPermaLink="false">20204@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for that code James :)&#60;/p&#62;
&#60;p&#62;Is there a secure way to send you the site url? I prefer not to post it here.Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Footer Widget Issues - Custom Menu Displays Horizontal &#38; Title Text is All Caps"</title>
			<link>http://www.kriesi.at/support/topic/footer-widget-issues-custom-menu-displays-horizontal-title-text-is-all-caps#post-20191</link>
			<pubDate>Tue, 31 May 2011 09:32:59 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">20191@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Can you post the site URL (for the 1st issue)?&#60;/p&#62;
&#60;p&#62;To remove the 4th and 5th widgets from the footer, open up footer.php, find and remove this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;one_fifth&#38;quot;&#38;gt;
						&#38;lt;span class=&#38;#39;arrow-down&#38;#39;&#38;gt;&#38;lt;/span&#38;gt;
						&#38;lt;?php if (function_exists(&#38;#39;dynamic_sidebar&#38;#39;) &#38;amp;&#38;amp; dynamic_sidebar(&#38;#39;Footer - column4&#38;#39;) ) : else : avia_dummy_widget(4); endif; // dummy widgets defined at the bottom of sidebar-widgets.php ?&#38;gt;
					&#38;lt;/div&#38;gt;

					&#38;lt;div class=&#38;quot;one_fifth&#38;quot;&#38;gt;
						&#38;lt;span class=&#38;#39;arrow-down&#38;#39;&#38;gt;&#38;lt;/span&#38;gt;
						&#38;lt;?php if (function_exists(&#38;#39;dynamic_sidebar&#38;#39;) &#38;amp;&#38;amp; dynamic_sidebar(&#38;#39;Footer - column5&#38;#39;) ) : else : ?&#38;gt;
							&#38;lt;a href=&#38;#39;&#38;lt;?php echo get_permalink(avia_get_option(&#38;#39;avia, email_page&#38;#39;));?&#38;gt;&#38;#39; class=&#38;#39;custom_button rounded&#38;#39;&#38;gt;&#38;lt;strong&#38;gt;&#38;lt;?php _e(&#38;#39;Contact Form&#38;#39;,&#38;#39;avia_framework&#38;#39;); ?&#38;gt;&#38;lt;/strong&#38;gt;&#38;lt;span&#38;gt;&#38;lt;?php _e(&#38;#39;get in touch with us&#38;#39;,&#38;#39;avia_framework&#38;#39;); ?&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;
							&#38;lt;p&#38;gt;&#38;lt;?php _e(&#38;#39;This site uses valid HTML and CSS. All contents Copyright &#38;amp;copy;&#38;#39;,&#38;#39;avia_framework&#38;#39;); echo get_bloginfo(&#38;#39;name&#38;#39;);?&#38;gt;&#38;lt;/p&#38;gt;
						&#38;lt;?php endif;?&#38;gt;
					&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Please note that this does not remove the widget area from WP Admin so remember that any widgets placed there won't appear on the site.&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tonvie on "Footer Widget Issues - Custom Menu Displays Horizontal &#38; Title Text is All Caps"</title>
			<link>http://www.kriesi.at/support/topic/footer-widget-issues-custom-menu-displays-horizontal-title-text-is-all-caps#post-20155</link>
			<pubDate>Mon, 30 May 2011 15:58:22 +0000</pubDate>
			<dc:creator>tonvie</dc:creator>
			<guid isPermaLink="false">20155@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Title says it. Design breaks when using custom menu for widget and text transforms to uppercase. &#60;/p&#62;
&#60;p&#62;Also, is there a way to adjust how many footer widgets display? I'd only like 3, thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
