<?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: Some Changes</title>
		<link>http://www.kriesi.at/support/topic/some-changes</link>
		<description>Support Forum - Topic: Some Changes</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 14:51:07 +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/some-changes" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Some Changes"</title>
			<link>http://www.kriesi.at/support/topic/some-changes#post-30091</link>
			<pubDate>Fri, 21 Oct 2011 06:00:38 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">30091@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks colorit2 for helping us out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>francescomengoni on "Some Changes"</title>
			<link>http://www.kriesi.at/support/topic/some-changes#post-30046</link>
			<pubDate>Thu, 20 Oct 2011 18:32:01 +0000</pubDate>
			<dc:creator>francescomengoni</dc:creator>
			<guid isPermaLink="false">30046@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It works! Thank you so much
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Some Changes"</title>
			<link>http://www.kriesi.at/support/topic/some-changes#post-30031</link>
			<pubDate>Thu, 20 Oct 2011 15:59:29 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">30031@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Add additionally this to your custom.css:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
#header .submenu a, #top #header .social_bookmarks li.phone {&#60;br /&#62;
    margin-top: 0;&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Works fine at my site.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>francescomengoni on "Some Changes"</title>
			<link>http://www.kriesi.at/support/topic/some-changes#post-30026</link>
			<pubDate>Thu, 20 Oct 2011 14:44:30 +0000</pubDate>
			<dc:creator>francescomengoni</dc:creator>
			<guid isPermaLink="false">30026@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The code is ok, but also changes the alignment of the telephone number on the header!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Some Changes"</title>
			<link>http://www.kriesi.at/support/topic/some-changes#post-29993</link>
			<pubDate>Thu, 20 Oct 2011 11:11:35 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">29993@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes - use following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .social_bookmarks li.phone {
    margin-top: -15px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>francescomengoni on "Some Changes"</title>
			<link>http://www.kriesi.at/support/topic/some-changes#post-29978</link>
			<pubDate>Thu, 20 Oct 2011 09:30:06 +0000</pubDate>
			<dc:creator>francescomengoni</dc:creator>
			<guid isPermaLink="false">29978@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;There's a way to align &#34;back to top&#34; with icons in the socket?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>francescomengoni on "Some Changes"</title>
			<link>http://www.kriesi.at/support/topic/some-changes#post-29977</link>
			<pubDate>Thu, 20 Oct 2011 09:03:02 +0000</pubDate>
			<dc:creator>francescomengoni</dc:creator>
			<guid isPermaLink="false">29977@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Dude,&#60;/p&#62;
&#60;p&#62;THank you so much for your help
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Some Changes"</title>
			<link>http://www.kriesi.at/support/topic/some-changes#post-29951</link>
			<pubDate>Thu, 20 Oct 2011 06:24:23 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">29951@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
1) You can adjust the slider height in functions.php - afterwards you maybe need to regenerate thumbnails with: &#60;a href=&#34;http://wordpress.org/extend/plugins/regenerate-thumbnails/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/regenerate-thumbnails/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;2) As far as I know there's no gradient. The header code looks like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#header .submenu {
    background: #000000;
    border-bottom: 7px solid #EEEEEE;
    color: #AAAAAA;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can remove the black bg by changing #000000 to transparent or you can remove the grey 7px border.&#60;/p&#62;
&#60;p&#62;3) I'm not sure what you mean here but if you're searching for the php/html output you can find it in corona/includes/helper-templates.php
&#60;/p&#62;</description>
		</item>
		<item>
			<title>francescomengoni on "Some Changes"</title>
			<link>http://www.kriesi.at/support/topic/some-changes#post-29900</link>
			<pubDate>Wed, 19 Oct 2011 20:05:29 +0000</pubDate>
			<dc:creator>francescomengoni</dc:creator>
			<guid isPermaLink="false">29900@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Support!&#60;/p&#62;
&#60;p&#62;Yesterday i've post this &#60;a href=&#34;http://www.kriesi.at/support/topic/line-lower-1&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/line-lower-1&#60;/a&#62; and no one of team's supporter has replied..&#60;br /&#62;
I have change the slider from piecemaker to accordion and now is ok...&#60;/p&#62;
&#60;p&#62;Today with a very simple question (i think) is the same..&#60;/p&#62;
&#60;p&#62;I have done something wrong in asking the question?&#60;/p&#62;
&#60;p&#62;Please, i need your help!!&#60;br /&#62;
Thank you so much&#60;/p&#62;
&#60;p&#62;ps my english is not perfect, i hope you understand!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>francescomengoni on "Some Changes"</title>
			<link>http://www.kriesi.at/support/topic/some-changes#post-29853</link>
			<pubDate>Wed, 19 Oct 2011 14:16:09 +0000</pubDate>
			<dc:creator>francescomengoni</dc:creator>
			<guid isPermaLink="false">29853@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Support! &#60;/p&#62;
&#60;p&#62;I need some changes, could you tell where i can found the code of:&#60;/p&#62;
&#60;p&#62;1) slider height&#60;br /&#62;
2) header background gradient (i need to eliminate the grey gradient)&#60;br /&#62;
3) divider with text&#60;/p&#62;
&#60;p&#62;Thank you so much
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
