<?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: cwilder</title>
		<link><a href='http://www.kriesi.at/support/profile/cwilder'>cwilder</a></link>
		<description>Support Forum - User Favorites: cwilder</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 15:31:02 +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>Ismael on "Border around portfolio image"</title>
			<link>http://www.kriesi.at/support/topic/border-around-portfolio-image#post-71500</link>
			<pubDate>Fri, 17 Aug 2012 04:31:47 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">71500@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi cwilder,&#60;/p&#62;
&#60;p&#62;Kindly open wp-content/themes/corona/css/slideshow.css and find this line of code:&#60;br /&#62;
&#60;code&#62;#top .slideshow{&#60;/code&#62;&#60;br /&#62;
below it, you should see this code:&#60;br /&#62;
&#60;code&#62;background: #f8f8f8 url(../images/skin-minimal/loading.gif) center center no-repeat;&#60;/code&#62;&#60;br /&#62;
replace it with this code:&#60;br /&#62;
&#60;code&#62;background: url(../images/skin-minimal/loading.gif) center center no-repeat;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Then add this code in wp-content/themes/corona/css/custom.css or Quick CSS:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.slideshow_container ul li img {
   max-width: 278px;
   max-height: 196px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cwilder on "Border around portfolio image"</title>
			<link>http://www.kriesi.at/support/topic/border-around-portfolio-image#post-71416</link>
			<pubDate>Thu, 16 Aug 2012 18:31:11 +0000</pubDate>
			<dc:creator>cwilder</dc:creator>
			<guid isPermaLink="false">71416@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi again!&#60;/p&#62;
&#60;p&#62;I am trying to figure out how to add a clean border directly around the images in the portfolio grid. &#60;/p&#62;
&#60;p&#62;Site: iheartgaming.com&#60;/p&#62;
&#60;p&#62;You can see my borders now are not rendering rounded corners correctly and I can't seem to get the right side to show up. Can you help?&#60;/p&#62;
&#60;p&#62;The CSS I currently have (that's not working quite right) is:&#60;/p&#62;
&#60;p&#62;.slideshow_container {&#60;br /&#62;
    border: 1px solid #dddddd !important;&#60;br /&#62;
    -moz-border-radius: 5px;&#60;br /&#62;
    border-radius: 5px;&#60;br /&#62;
}   &#60;/p&#62;
&#60;p&#62;Thanks in advance!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Navigation styling assistance"</title>
			<link>http://www.kriesi.at/support/topic/navigation-styling-assistance#post-71403</link>
			<pubDate>Thu, 16 Aug 2012 17:06:35 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">71403@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad Ismael could help Corrie :)&#60;/p&#62;
&#60;p&#62;Marked as resolved.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cwilder on "Navigation styling assistance"</title>
			<link>http://www.kriesi.at/support/topic/navigation-styling-assistance#post-71401</link>
			<pubDate>Thu, 16 Aug 2012 17:02:01 +0000</pubDate>
			<dc:creator>cwilder</dc:creator>
			<guid isPermaLink="false">71401@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you for your help! I learn more about CSS styling and modifications every day. I really enjoy working with your Corona theme, it is extremely versatile and I'm using it for a number of surprisingly different-looking websites. In addition, your support team is knowledgeable and extremely patient with us less savvy developers.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Corrie
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Navigation styling assistance"</title>
			<link>http://www.kriesi.at/support/topic/navigation-styling-assistance#post-71321</link>
			<pubDate>Thu, 16 Aug 2012 05:53:07 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">71321@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Corrie,&#60;/p&#62;
&#60;p&#62;Kindly open header.php and find the code responsible for generating:&#60;br /&#62;
&#60;code&#62;&#38;lt;div class=&#38;quot;menu-main-navigation-container&#38;quot;&#38;gt;&#60;/code&#62;&#60;br /&#62;
inside that  div, add this code:&#60;br /&#62;
&#60;code&#62;&#38;lt;div class=&#38;quot;menu_left_bg&#38;quot;&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;div class=&#38;quot;menu_right_bg&#38;quot;&#38;gt;&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;After adding it, kindly add this in your Quick CSS or custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.menu-main-navigation-container {
   background: url(&#38;#39;http://iheartgaming.com/wp-content/uploads/2012/08/navigationBarMid.png&#38;#39;) left top repeat-x;
   height: 81px;
}

#top .main_menu .menu {
   top: 24px !important;
}

.menu_left_bg {
   background: url(&#38;#39;http://iheartgaming.com/wp-content/uploads/2012/08/navigationBarLeft.png&#38;#39;) left top no-repeat;
   height: 81px;
   width: 27px;
   position: absolute;
   left: -27px;
   top: auto;
}

.menu_right_bg {
   background: url(&#38;#39;http://iheartgaming.com/wp-content/uploads/2012/08/navigationBarRight.png&#38;#39;) left top no-repeat;
   height: 81px;
   width: 31px;
   position: absolute;
   right: -31px;
   top: auto;
}&#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>cwilder on "Navigation styling assistance"</title>
			<link>http://www.kriesi.at/support/topic/navigation-styling-assistance#post-71270</link>
			<pubDate>Wed, 15 Aug 2012 22:58:48 +0000</pubDate>
			<dc:creator>cwilder</dc:creator>
			<guid isPermaLink="false">71270@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks! Site is &#60;a href=&#34;http://iheartgaming.com&#34; rel=&#34;nofollow&#34;&#62;http://iheartgaming.com&#60;/a&#62;. I'm turning off the maintenance mode now. I really appreciate it!&#60;/p&#62;
&#60;p&#62;Corrie
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Navigation styling assistance"</title>
			<link>http://www.kriesi.at/support/topic/navigation-styling-assistance#post-71127</link>
			<pubDate>Wed, 15 Aug 2012 06:29:15 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">71127@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi cwilder,&#60;/p&#62;
&#60;p&#62;Can you post a link to your site? and if it is under maintenance mode, kindly deactivate it, so we can check it and give you specific css snippets for your site.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cwilder on "Navigation styling assistance"</title>
			<link>http://www.kriesi.at/support/topic/navigation-styling-assistance#post-71069</link>
			<pubDate>Tue, 14 Aug 2012 23:14:19 +0000</pubDate>
			<dc:creator>cwilder</dc:creator>
			<guid isPermaLink="false">71069@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! I'd like to make the menu bar of my client's site look like a long horizontal button. Can you help me do this?&#60;/p&#62;
&#60;p&#62;This is what I have now: &#60;img src=&#34;http://iheartgaming.com/wp-content/uploads/2012/08/what-I-have-now.png&#34; /&#62;&#60;/p&#62;
&#60;p&#62;This is what I'd like to make: &#60;img src=&#34;http://iheartgaming.com/wp-content/uploads/2012/08/what-I-want-to-have.png&#34; /&#62;&#60;/p&#62;
&#60;p&#62;I have these three elements, if it is helpful:&#60;br /&#62;
&#60;img src=&#34;http://iheartgaming.com/wp-content/uploads/2012/08/navigationBarLeft.png&#34; /&#62;&#60;br /&#62;
&#60;img src=&#34;http://iheartgaming.com/wp-content/uploads/2012/08/navigationBarMid.png&#34; /&#62;&#60;br /&#62;
&#60;img src=&#34;http://iheartgaming.com/wp-content/uploads/2012/08/navigationBarRight.png&#34; /&#62;&#60;/p&#62;
&#60;p&#62;I can create any combination of elements related to the nav bar button image. &#60;/p&#62;
&#60;p&#62;Thank you again!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Custom Post Types and &#34;Post Layout&#34; question"</title>
			<link>http://www.kriesi.at/support/topic/custom-post-types-and-post-layout-question#post-70677</link>
			<pubDate>Sun, 12 Aug 2012 14:27:55 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">70677@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; The code can be found in corona\includes\admin\register-admin-metabox.php - just add your post type to the &#34;page&#34; array like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;#39;page&#38;#39;=&#38;gt;array(&#38;#39;post&#38;#39;,&#38;#39;page&#38;#39;,&#38;#39;portfolio&#38;#39;,&#38;#39;mycustompost&#38;#39;)&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cwilder on "Custom Post Types and &#34;Post Layout&#34; question"</title>
			<link>http://www.kriesi.at/support/topic/custom-post-types-and-post-layout-question#post-70342</link>
			<pubDate>Thu, 09 Aug 2012 19:20:35 +0000</pubDate>
			<dc:creator>cwilder</dc:creator>
			<guid isPermaLink="false">70342@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello! I have created a Custom Post Type with the Custom Post Type UI.&#60;/p&#62;
&#60;p&#62;Can you help me configure things so the &#34;Post Layout&#34; option is available with the custom post types? If I need to register the custom post type manually I am happy to do so. &#60;/p&#62;
&#60;p&#62;Many thanks!&#60;/p&#62;
&#60;p&#62;Corrie
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Placement of logo and navigation"</title>
			<link>http://www.kriesi.at/support/topic/placement-of-logo-and-navigation#post-69278</link>
			<pubDate>Fri, 03 Aug 2012 17:52:55 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">69278@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi cwilder,&#60;/p&#62;
&#60;p&#62;If you have any issues when you get the site online, we can take a look and see if we can help get things sorted out. I'll close out this topic in the mean time :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cwilder on "Placement of logo and navigation"</title>
			<link>http://www.kriesi.at/support/topic/placement-of-logo-and-navigation#post-69274</link>
			<pubDate>Fri, 03 Aug 2012 17:07:10 +0000</pubDate>
			<dc:creator>cwilder</dc:creator>
			<guid isPermaLink="false">69274@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I think this will work when i mess around with the margins. Many thanks Nick! :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Placement of logo and navigation"</title>
			<link>http://www.kriesi.at/support/topic/placement-of-logo-and-navigation#post-69161</link>
			<pubDate>Fri, 03 Aug 2012 03:29:22 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">69161@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Sorry for the delay, A bit of rain here. Try the code below. Please paste it into the Quick CSS box, in the back-end of the theme located in Theme Options, and under the Styling.tab. I used the standard logo size.  If you need to tweek something, just play around with the margins.Please let me know how it went.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .bg-logo{margin: 0 auto; margin-top:-38px}
.menu-main-menu-container{margin-top:-38px}
#top .main_menu .menu{height:50px;line-height:30px;left: 150px;position: relative;z-index:300;margin-bottom:30px}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cwilder on "Placement of logo and navigation"</title>
			<link>http://www.kriesi.at/support/topic/placement-of-logo-and-navigation#post-69129</link>
			<pubDate>Fri, 03 Aug 2012 00:49:47 +0000</pubDate>
			<dc:creator>cwilder</dc:creator>
			<guid isPermaLink="false">69129@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I don't have anything up yet, I just created a sketch that for the most part I can format within Corona. I have a screen capture that I'll try to reference below so you can see what I am trying to do with the header. &#60;img src=&#34;http://www.iheartgaming.com/wp-content/themes/iheartgaming/screenshot.png&#34; /&#62;&#60;/p&#62;
&#60;p&#62;What do you think? I'd like logo to be about 650x120. &#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Placement of logo and navigation"</title>
			<link>http://www.kriesi.at/support/topic/placement-of-logo-and-navigation#post-69126</link>
			<pubDate>Fri, 03 Aug 2012 00:34:34 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">69126@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Sure. I can give it a try. &#60;/p&#62;
&#60;p&#62;* Do you have a URL or demo is alright?&#60;br /&#62;
* What size is the logo?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cwilder on "Placement of logo and navigation"</title>
			<link>http://www.kriesi.at/support/topic/placement-of-logo-and-navigation#post-69116</link>
			<pubDate>Fri, 03 Aug 2012 00:20:30 +0000</pubDate>
			<dc:creator>cwilder</dc:creator>
			<guid isPermaLink="false">69116@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can you help me place the logo above the navigation, and center them both?&#60;br /&#62;
Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
