<?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: jasksks</title>
		<link><a href='http://www.kriesi.at/support/profile/jasksks'>jasksks</a></link>
		<description>Support Forum - User Favorites: jasksks</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 20:03:44 +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 "Removing Footer Container From A Specific Page"</title>
			<link>http://www.kriesi.at/support/topic/removing-footer-container-from-a-specific-page#post-103328</link>
			<pubDate>Wed, 27 Mar 2013 15:39:00 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">103328@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad Peter could help :)&#60;/p&#62;
&#60;p&#62;Let us know if you have any other questions or issues.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jasksks on "Removing Footer Container From A Specific Page"</title>
			<link>http://www.kriesi.at/support/topic/removing-footer-container-from-a-specific-page#post-103302</link>
			<pubDate>Wed, 27 Mar 2013 14:34:22 +0000</pubDate>
			<dc:creator>jasksks</dc:creator>
			<guid isPermaLink="false">103302@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dude, all I can say is.... You're a real superstar! Brilliant!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Removing Footer Container From A Specific Page"</title>
			<link>http://www.kriesi.at/support/topic/removing-footer-container-from-a-specific-page#post-103255</link>
			<pubDate>Wed, 27 Mar 2013 07:19:00 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">103255@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Yes, you can hide it with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.page-id-75 #footer {
display: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and instead of 75 insert your page id. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jasksks on "Removing Footer Container From A Specific Page"</title>
			<link>http://www.kriesi.at/support/topic/removing-footer-container-from-a-specific-page#post-103230</link>
			<pubDate>Wed, 27 Mar 2013 04:05:44 +0000</pubDate>
			<dc:creator>jasksks</dc:creator>
			<guid isPermaLink="false">103230@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;Is there a way to remove the footer container from a particular page for the Eunoia Theme? &#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Captcha Code issue and Current Menu Item Color"</title>
			<link>http://www.kriesi.at/support/topic/captcha-code-issue-and-current-menu-item-color#post-101516</link>
			<pubDate>Fri, 15 Mar 2013 17:36:07 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">101516@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad we could help :)&#60;/p&#62;
&#60;p&#62;Let us know if you have any other questions or issues.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jasksks on "Captcha Code issue and Current Menu Item Color"</title>
			<link>http://www.kriesi.at/support/topic/captcha-code-issue-and-current-menu-item-color#post-101331</link>
			<pubDate>Thu, 14 Mar 2013 16:49:39 +0000</pubDate>
			<dc:creator>jasksks</dc:creator>
			<guid isPermaLink="false">101331@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Brilliant thanks Devin!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Captcha Code issue and Current Menu Item Color"</title>
			<link>http://www.kriesi.at/support/topic/captcha-code-issue-and-current-menu-item-color#post-101148</link>
			<pubDate>Wed, 13 Mar 2013 16:22:11 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">101148@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi jasksks,&#60;/p&#62;
&#60;p&#62;Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#avia_age {
padding-left: 80px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;For the current menu item:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.main_color .main_menu ul:first-child &#38;gt; li.current_page_item &#38;gt; a {
color: #333ccc;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and change the color code to whatever you want.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jasksks on "Captcha Code issue and Current Menu Item Color"</title>
			<link>http://www.kriesi.at/support/topic/captcha-code-issue-and-current-menu-item-color#post-100923</link>
			<pubDate>Tue, 12 Mar 2013 17:39:07 +0000</pubDate>
			<dc:creator>jasksks</dc:creator>
			<guid isPermaLink="false">100923@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://cachetmedia.com/contact/&#34; rel=&#34;nofollow&#34;&#62;http://cachetmedia.com/contact/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;If you refer to the URL above, and look at the input field for the captcha code, you will find that there seems to be a fonts size and conflict issue there. Wondering if anyone could help me look into this. &#60;/p&#62;
&#60;p&#62;Lastly, I'm trying to color the main menu current item and have searched the forums for all sorts of CSS styling but none seem to work for Eunoia. Trying to color current page item to a similar red for the site. &#60;/p&#62;
&#60;p&#62;Many thanks in advance!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Main Menu Scrolling"</title>
			<link>http://www.kriesi.at/support/topic/main-menu-scrolling#post-100124</link>
			<pubDate>Thu, 07 Mar 2013 21:05:16 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">100124@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi jasksks,&#60;/p&#62;
&#60;p&#62;Its definitely possible, but it would take some custom javascript to have it only take effect once past the whole headers height (and to adjust the header css a bit).&#60;/p&#62;
&#60;p&#62;I'm betting with a bit of google-fu you could find a code snippet that could be adapted to target the themes #header and get that effect.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jasksks on "Main Menu Scrolling"</title>
			<link>http://www.kriesi.at/support/topic/main-menu-scrolling#post-100016</link>
			<pubDate>Thu, 07 Mar 2013 13:58:30 +0000</pubDate>
			<dc:creator>jasksks</dc:creator>
			<guid isPermaLink="false">100016@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;Is there any way to have the main menu's position fixed (remain at the top of the browser screen) whilst scrolling down? Thanks in advance!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Font Size HTML change on Call Out affects Font size on Side Bar Tab"</title>
			<link>http://www.kriesi.at/support/topic/font-size-html-change-on-call-out-affects-font-size-on-side-bar-tab#post-98862</link>
			<pubDate>Thu, 28 Feb 2013 13:25:14 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">98862@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad Ismael could help :)&#60;/p&#62;
&#60;p&#62;Let us know if you have any other questions or issues.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jasksks on "Font Size HTML change on Call Out affects Font size on Side Bar Tab"</title>
			<link>http://www.kriesi.at/support/topic/font-size-html-change-on-call-out-affects-font-size-on-side-bar-tab#post-98825</link>
			<pubDate>Thu, 28 Feb 2013 08:57:26 +0000</pubDate>
			<dc:creator>jasksks</dc:creator>
			<guid isPermaLink="false">98825@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you Ismael! A life saver as always!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Font Size HTML change on Call Out affects Font size on Side Bar Tab"</title>
			<link>http://www.kriesi.at/support/topic/font-size-html-change-on-call-out-affects-font-size-on-side-bar-tab#post-98790</link>
			<pubDate>Thu, 28 Feb 2013 07:12:43 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">98790@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi jasksks,&#60;/p&#62;
&#60;p&#62;I think you forgot to close the font tag.&#60;br /&#62;
&#60;code&#62;&#38;lt;font size=&#38;quot;5&#38;quot;&#38;gt;Some Text&#38;lt;/font&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jasksks on "Font Size HTML change on Call Out affects Font size on Side Bar Tab"</title>
			<link>http://www.kriesi.at/support/topic/font-size-html-change-on-call-out-affects-font-size-on-side-bar-tab#post-98771</link>
			<pubDate>Thu, 28 Feb 2013 04:49:03 +0000</pubDate>
			<dc:creator>jasksks</dc:creator>
			<guid isPermaLink="false">98771@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;On cachetmedia.com, I have a Call Out leading to a contact us! button. What I've found strange is that whenever I change the font size for the call out text, it affects the font size of the sidebar tabs as well. All I did was add &#38;lt;font size=&#34;5&#34;&#38;gt; in the Call Out box. And it will affect the font size for the sidebar tab in the Post Page Content for some reason.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "A Few Questions/Help request"</title>
			<link>http://www.kriesi.at/support/topic/a-few-questionshelp-request#post-97978</link>
			<pubDate>Fri, 22 Feb 2013 05:19:20 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">97978@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi tonyaprile,&#60;/p&#62;
&#60;p&#62;Glad that Devin helped you. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tonyaprile on "A Few Questions/Help request"</title>
			<link>http://www.kriesi.at/support/topic/a-few-questionshelp-request#post-97968</link>
			<pubDate>Fri, 22 Feb 2013 03:32:28 +0000</pubDate>
			<dc:creator>tonyaprile</dc:creator>
			<guid isPermaLink="false">97968@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thank you devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "A Few Questions/Help request"</title>
			<link>http://www.kriesi.at/support/topic/a-few-questionshelp-request#post-97425</link>
			<pubDate>Tue, 19 Feb 2013 14:09:44 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">97425@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi tonyaprile,&#60;/p&#62;
&#60;p&#62;1) In your theme files open config-woocommerce&#38;gt;config.php and search for this line:&#60;br /&#62;
&#60;code&#62;$output .= &#38;quot;&#38;lt;a class=&#38;#39;cart_dropdown_link&#38;#39; href=&#38;#39;&#38;quot;.$link.&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Cart&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot; - &#38;lt;/a&#38;gt;&#38;lt;span class=&#38;#39;cart_subtotal&#38;#39;&#38;gt;&#38;quot;.$cart_subtotal.&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;You can change the word Cart in: __('Cart',&#60;/p&#62;
&#60;p&#62;For the font size, Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .main_menu ul li a {
font-size: 14px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Its currently 12 so 14 will already be bigger but you can adjust it as needed.&#60;/p&#62;
&#60;p&#62;2+3) First try adding a blank text widget to your shop sidebars. That will clear out the defaults. Also do the same to Display Everwhere and the Pages widget areas.&#60;/p&#62;
&#60;p&#62;3 again) Add this css to your Quick CSS or custom.css file:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#header #searchform {
    display: none;
}
.sub_menu {
    right: 0px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That will remove the search form and move the sub menu over to take its place.&#60;/p&#62;
&#60;p&#62;4) Try replacing your images&#38;gt;layout&#38;gt;arrow.png file with this one: &#60;a href=&#34;https://dl.dropbox.com/u/9222756/arrow.png&#34; rel=&#34;nofollow&#34;&#62;https://dl.dropbox.com/u/9222756/arrow.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I've changed the coloring to keep visible on the dark background as well as a white background. Keep a copy of the original arrow.png if you ever want to switch back to it without re-downloading the whole package from themeforest again.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tonyaprile on "A Few Questions/Help request"</title>
			<link>http://www.kriesi.at/support/topic/a-few-questionshelp-request#post-97241</link>
			<pubDate>Mon, 18 Feb 2013 14:26:08 +0000</pubDate>
			<dc:creator>tonyaprile</dc:creator>
			<guid isPermaLink="false">97241@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I searched the forum and I did not find the answers I was looking for.&#60;/p&#62;
&#60;p&#62;1. I would like to change the text of &#34;cart&#34; to Shopping cart as well as increase the font on the main menu&#60;/p&#62;
&#60;p&#62;2. within my woocommerce shop's sidebar I can not find where to remove the recent posts and categories widgets.&#60;/p&#62;
&#60;p&#62;3. Also on the frontpage I cannot find where to remove the sidebar widgets as well&#60;/p&#62;
&#60;p&#62;3. Removing of the search function at the top of page&#60;/p&#62;
&#60;p&#62;4. Also on the dark style you cannot see the scroll arrows on the featured product section&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jasksks on "YouTube Link Not Working"</title>
			<link>http://www.kriesi.at/support/topic/youtube-link-not-working#post-97095</link>
			<pubDate>Sun, 17 Feb 2013 03:46:14 +0000</pubDate>
			<dc:creator>jasksks</dc:creator>
			<guid isPermaLink="false">97095@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you guys! Brilliant support much appreciated!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "YouTube Link Not Working"</title>
			<link>http://www.kriesi.at/support/topic/youtube-link-not-working#post-96780</link>
			<pubDate>Thu, 14 Feb 2013 15:39:33 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">96780@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey jasksks,&#60;/p&#62;
&#60;p&#62;The theme automatically grabs media links and put them in a lightbox. You can use a url shortner like Ismael did and you can also add the class noLightbox to a media link and prevent it from opening in a lightbox. For example, in the Text tab you would modify the link to look like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;a class=&#38;quot;noLightbox&#38;quot; href=&#38;quot;http://www.youtube.com/user/cachetmediatv&#38;quot;&#38;gt;My Youtube Link&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jasksks on "YouTube Link Not Working"</title>
			<link>http://www.kriesi.at/support/topic/youtube-link-not-working#post-96727</link>
			<pubDate>Thu, 14 Feb 2013 11:50:33 +0000</pubDate>
			<dc:creator>jasksks</dc:creator>
			<guid isPermaLink="false">96727@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you! Works like a charm! Could I enquire as to your thoughts on why the normal link didn't work?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "YouTube Link Not Working"</title>
			<link>http://www.kriesi.at/support/topic/youtube-link-not-working#post-96678</link>
			<pubDate>Thu, 14 Feb 2013 07:15:03 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">96678@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Instead of this url &#60;a href=&#34;http://youtube.com/user/cachetmediatv&#34; rel=&#34;nofollow&#34;&#62;http://youtube.com/user/cachetmediatv&#60;/a&#62;, use this one to direct users to your youtube channel.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;a href=&#34;http://tinyurl.com/cydshb9&#34; rel=&#34;nofollow&#34;&#62;http://tinyurl.com/cydshb9&#60;/a&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jasksks on "YouTube Link Not Working"</title>
			<link>http://www.kriesi.at/support/topic/youtube-link-not-working#post-96620</link>
			<pubDate>Wed, 13 Feb 2013 22:27:48 +0000</pubDate>
			<dc:creator>jasksks</dc:creator>
			<guid isPermaLink="false">96620@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Please could someone help me with this niggling issue. I have created an iconbox on this page &#60;a href=&#34;http://cachetmedia.com/&#34; rel=&#34;nofollow&#34;&#62;http://cachetmedia.com/&#60;/a&#62; with a link to a youtube channel. But for some reason, it does not work and I receive a popup message stating that the image does not exist. The Icon is displayed, and the link is correct. &#60;/p&#62;
&#60;p&#62;Please help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Contact Form 7 width control"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-7-width-control#post-79258</link>
			<pubDate>Wed, 10 Oct 2012 13:01:10 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">79258@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad Ismael could help :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>SteveYoung on "Contact Form 7 width control"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-7-width-control#post-79100</link>
			<pubDate>Tue, 09 Oct 2012 12:18:08 +0000</pubDate>
			<dc:creator>SteveYoung</dc:creator>
			<guid isPermaLink="false">79100@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you Ismael, I should have figured that out on my own.  I have made a note and will not have to ask again.&#60;/p&#62;
&#60;p&#62;Steve
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Contact Form 7 width control"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-7-width-control#post-79085</link>
			<pubDate>Tue, 09 Oct 2012 08:15:57 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">79085@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Steve Young,&#60;/p&#62;
&#60;p&#62;Try using:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.textarea {
   height: 30px;
   width: 300px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Header bbpress and font size menu"</title>
			<link>http://www.kriesi.at/support/topic/header-bbpress-and-font-size-menu#post-79075</link>
			<pubDate>Tue, 09 Oct 2012 07:48:25 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">79075@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Great :) &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>SteveYoung on "Contact Form 7 width control"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-7-width-control#post-79018</link>
			<pubDate>Mon, 08 Oct 2012 19:37:52 +0000</pubDate>
			<dc:creator>SteveYoung</dc:creator>
			<guid isPermaLink="false">79018@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;We needed two form pages, one choices and one simple.  You were kind enough to recommend Form 7 one problem is attempts to generate a tag for the &#34;your message&#34; area (textarea) that is wider has no affect.&#60;/p&#62;
&#60;p&#62;adding&#60;/p&#62;
&#60;p&#62;input[type=&#34;text&#34;] {&#60;br /&#62;
height: 30px;&#60;br /&#62;
width: 300px;&#60;br /&#62;
} &#60;/p&#62;
&#60;p&#62;To the style sheet will widen the text blocks (name and email, etc.)&#60;/p&#62;
&#60;p&#62;input[type=&#34;textarea&#34;] {&#60;br /&#62;
height: 30px;&#60;br /&#62;
width: 300px;&#60;br /&#62;
} &#60;/p&#62;
&#60;p&#62;Will not widen the textarea box.&#60;/p&#62;
&#60;p&#62;Would there be something in choices theme that is keeping the box from being any wider than about 200 pixels?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>traveljunks on "Header bbpress and font size menu"</title>
			<link>http://www.kriesi.at/support/topic/header-bbpress-and-font-size-menu#post-78977</link>
			<pubDate>Mon, 08 Oct 2012 14:50:04 +0000</pubDate>
			<dc:creator>traveljunks</dc:creator>
			<guid isPermaLink="false">78977@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Dude, worked lika a charm :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Header bbpress and font size menu"</title>
			<link>http://www.kriesi.at/support/topic/header-bbpress-and-font-size-menu#post-78932</link>
			<pubDate>Mon, 08 Oct 2012 08:28:06 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">78932@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1) Add following code to css/custom.css and adjust the font size:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.main_menu ul:first-child &#38;gt; li &#38;gt; a {
    font-size: 12px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2) Add following code to css/custom.css and adjust the color value:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;div #bbpress-forums li.bbp-header {
    background: #333333;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
