<?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 - Tag: habitat - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/habitat</link>
		<description>Support Forum - Tag: habitat - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 05:52:13 +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/tags/habitat" rel="self" type="application/rss+xml" />

		<item>
			<title>lpionek on "Adding Additional Social Media Icons (YouTube and Tumblr) to header"</title>
			<link>http://www.kriesi.at/support/topic/adding-additional-social-media-icons-youtube-and-tumblr-to-header#post-98052</link>
			<pubDate>Fri, 22 Feb 2013 14:43:21 +0000</pubDate>
			<dc:creator>lpionek</dc:creator>
			<guid isPermaLink="false">98052@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great! Everything is working perfectly. Thank you for your help. I also figured out that the original YouTube link prompts the website to attempt to open the page, for whatever reason, but I made the YouTube link into a bitmark, it works fine and goes directly to the page requested without a problem. &#60;/p&#62;
&#60;p&#62;Thank you for your help and patience!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Adding Additional Social Media Icons (YouTube and Tumblr) to header"</title>
			<link>http://www.kriesi.at/support/topic/adding-additional-social-media-icons-youtube-and-tumblr-to-header#post-97774</link>
			<pubDate>Thu, 21 Feb 2013 08:23:04 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">97774@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ipionek,&#60;/p&#62;
&#60;p&#62;Kindly open style.css and find this code (the code I gave above):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.social_bookmarks .youtube a {
background: transparent url(../images/shared/youtube_16.png) 0 0 no-repeat;
}
.social_bookmarks .tumbler a {
background: transparent url(../images/shared/tumbler_16.png) 0 0 no-repeat;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;replace it with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.social_bookmarks .youtube a {
background: transparent url(images/shared/youtube_16.png) 0 0 no-repeat;
}
.social_bookmarks .tumbler a {
background: transparent url(images/shared/tumbler_16.png) 0 0 no-repeat;
}&#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>lpionek on "Adding Additional Social Media Icons (YouTube and Tumblr) to header"</title>
			<link>http://www.kriesi.at/support/topic/adding-additional-social-media-icons-youtube-and-tumblr-to-header#post-97747</link>
			<pubDate>Thu, 21 Feb 2013 05:32:13 +0000</pubDate>
			<dc:creator>lpionek</dc:creator>
			<guid isPermaLink="false">97747@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello again, &#60;/p&#62;
&#60;p&#62;So I have attempted this a few times in the past few days, and it isn't quite working. I believe the first set of coding added to header.php works as spots are created and when you hover over the areas (though nothing there) you can still get to the links. However, when I click on you YouTube invisible button spot, a pop-up shows up that says &#34;Image cannot be loaded. Make sure the path is correct and image exist.&#34; I have checked the path, and it is placed in the code correctly (&#60;a href=&#34;http://www.youtube.com/elizabethsauter)&#34; rel=&#34;nofollow&#34;&#62;http://www.youtube.com/elizabethsauter)&#60;/a&#62;. Additionally, it looks like the webpage is attempting to open a video (screen darkens, and process ticker shows up momentarily before &#34;Image cannot be loaded...&#34; message pops up. The Tumblr link works fine, but right now it is an invisible button as well. &#60;/p&#62;
&#60;p&#62;The invisible button part makes me think that there is something wrong with the 2nd line of code associated with style.css. However, the file names and location of the placed files are there. Should I replace the &#34;...&#34; portion of the retrieval link? I tried changing this as well in a few attempts and it didn't work. &#60;/p&#62;
&#60;p&#62;I hope there is some solution as I feel like we are almost there, but something is slightly off. Thank you for your continuation of help.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.elizabeth-sauter.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.elizabeth-sauter.com/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Adding Additional Social Media Icons (YouTube and Tumblr) to header"</title>
			<link>http://www.kriesi.at/support/topic/adding-additional-social-media-icons-youtube-and-tumblr-to-header#post-97181</link>
			<pubDate>Mon, 18 Feb 2013 07:33:04 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">97181@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ipionek,&#60;/p&#62;
&#60;p&#62;For those two icons, just add this after your twitter:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;li class=&#38;#39;youtube&#38;#39;&#38;gt;&#38;lt;a class=&#38;#39;ie6fix&#38;#39; href=&#38;#39;http://YOUTUBE_LINK&#38;#39;&#38;gt;youtube&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;
echo &#38;quot;&#38;lt;li class=&#38;#39;tumbler&#38;#39;&#38;gt;&#38;lt;a class=&#38;#39;ie6fix&#38;#39; href=&#38;#39;http://TUMBLER_LINK&#38;#39;&#38;gt;tumbler&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;add your images/icons here: wp-content/themes/habitat/images/shared/&#60;br /&#62;
then finally, add this at the bottom of style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.social_bookmarks .youtube a {
background: transparent url(../images/shared/youtube_16.png) 0 0 no-repeat;
}
.social_bookmarks .tumbler a {
background: transparent url(../images/shared/tumbler_16.png) 0 0 no-repeat;
}&#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>lpionek on "Adding Additional Social Media Icons (YouTube and Tumblr) to header"</title>
			<link>http://www.kriesi.at/support/topic/adding-additional-social-media-icons-youtube-and-tumblr-to-header#post-97159</link>
			<pubDate>Mon, 18 Feb 2013 06:33:29 +0000</pubDate>
			<dc:creator>lpionek</dc:creator>
			<guid isPermaLink="false">97159@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello, &#60;/p&#62;
&#60;p&#62;I have looked into other theme forums for adding additional social media icons (YouTube and Tumblr to be specific) to the header along with the pre-loaded twitter and facebook icons. I downloaded the matching icons suggested with the theme (&#60;a href=&#34;http://www.komodomedia.com/download/#social-network-icon-pack&#34; rel=&#34;nofollow&#34;&#62;http://www.komodomedia.com/download/#social-network-icon-pack&#60;/a&#62;) and placed in habitat/images/shared folder with the names youtube_16.png and tumbler_16.png. &#60;/p&#62;
&#60;p&#62;I added code to header.php under the pre-loaded icons: &#60;/p&#62;
&#60;p&#62;if($k_option['includes']['acc_fl'] != '')&#60;br /&#62;
				echo &#34;&#38;lt;li class='youtube'&#38;gt;&#60;a&#62;youtube&#60;/a&#62;&#34;;&#60;/p&#62;
&#60;p&#62;				if($k_option['includes']['acc_fl'] != '')&#60;br /&#62;
				echo &#34;&#38;lt;li class='tumblr'&#38;gt;&#60;a&#62;tumblr&#60;/a&#62;&#34;;&#60;/p&#62;
&#60;p&#62;However, I'm not sure where to add the link to the pngs so they will show up. So far, nothing has changed on the website with the addition of code. Please let me know if I need to change any of the code above. You can see the website I am working on here: &#60;a href=&#34;http://www.http://www.elizabeth-sauter.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.http://www.elizabeth-sauter.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Shortcode List?"</title>
			<link>http://www.kriesi.at/support/topic/shortcode-list#post-93304</link>
			<pubDate>Thu, 24 Jan 2013 21:41:52 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">93304@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can visit the link for shortcode reference. &#60;a href=&#34;http://pastebin.com/PsYJwepW&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/PsYJwepW&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wattspublishing on "Shortcode List?"</title>
			<link>http://www.kriesi.at/support/topic/shortcode-list#post-93292</link>
			<pubDate>Thu, 24 Jan 2013 20:08:34 +0000</pubDate>
			<dc:creator>wattspublishing</dc:creator>
			<guid isPermaLink="false">93292@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This is very inconvenient since I do not know how to view an .xml file. If I run the dummy installer, will it delete my existing posts?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>leemaslibros on "RSS not updating"</title>
			<link>http://www.kriesi.at/support/topic/rss-not-updating#post-92822</link>
			<pubDate>Tue, 22 Jan 2013 13:29:03 +0000</pubDate>
			<dc:creator>leemaslibros</dc:creator>
			<guid isPermaLink="false">92822@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Solved!&#60;br /&#62;
Wasn't the tweetmeme plugin (I don't have it installed, don't know how it came to appear there), but restarting w3 total cache did the trick.&#60;/p&#62;
&#60;p&#62;Thank you very much.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "RSS not updating"</title>
			<link>http://www.kriesi.at/support/topic/rss-not-updating#post-92808</link>
			<pubDate>Tue, 22 Jan 2013 11:26:24 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">92808@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Yes, i see the problem, there is a broken tag at the very begining of the rss content. Looking at the page the break is caused by one of your plugins giving a 404 error - Tweetmeme&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;Failed to load resource: the server responded with a status of 404

(TweetMeme button shutdown) &#60;a href=&#34;http://tweetmeme.com/i/scripts/button.js&#34; rel=&#34;nofollow&#34;&#62;http://tweetmeme.com/i/scripts/button.js&#60;/a&#62;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Would you please update or disable the plugin and see if the problem goes away. Also it looks like your w3 total cache plugin is not functioning correctly since its not minimizing the content while comment on bottom of source says it is. Perhaps once that twitter plugin starts working everything will fall back into place.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>leemaslibros on "RSS not updating"</title>
			<link>http://www.kriesi.at/support/topic/rss-not-updating#post-92803</link>
			<pubDate>Tue, 22 Jan 2013 10:44:00 +0000</pubDate>
			<dc:creator>leemaslibros</dc:creator>
			<guid isPermaLink="false">92803@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
Thanks for the reply.&#60;br /&#62;
Forget feedburner, it was just an example. If I go straight to the feed URL (&#60;a href=&#34;http://www.leemaslibros.com/feed)&#34; rel=&#34;nofollow&#34;&#62;http://www.leemaslibros.com/feed)&#60;/a&#62;, copy it and paste into a RSS subscriber like GReader, the last post is not shown.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "RSS not updating"</title>
			<link>http://www.kriesi.at/support/topic/rss-not-updating#post-92787</link>
			<pubDate>Tue, 22 Jan 2013 08:26:49 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">92787@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62;Google doesn't support the Feedburner service anymore and they decided to shut it down in October 2012: &#60;a href=&#34;https://developers.google.com/feedburner/&#34; rel=&#34;nofollow&#34;&#62;https://developers.google.com/feedburner/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>leemaslibros on "RSS not updating"</title>
			<link>http://www.kriesi.at/support/topic/rss-not-updating#post-92561</link>
			<pubDate>Mon, 21 Jan 2013 07:39:28 +0000</pubDate>
			<dc:creator>leemaslibros</dc:creator>
			<guid isPermaLink="false">92561@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I recently switched to Habitat but it seems RSS is not working fine. My Reader (GReader) updated instantly with the previous theme, but as I changed to Habitat I haven't been able to make it work.&#60;/p&#62;
&#60;p&#62;I'm able to see the feed (&#60;a href=&#34;http://www.leemaslibros.com/feed&#34; rel=&#34;nofollow&#34;&#62;http://www.leemaslibros.com/feed&#60;/a&#62;) but Feedburner doesn't seem to notice when it gets updated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Featured post slideshow on frontpage that is set up as portfolio"</title>
			<link>http://www.kriesi.at/support/topic/featured-post-slideshow-on-frontpage-that-is-set-up-as-portfolio#post-78356</link>
			<pubDate>Wed, 03 Oct 2012 08:48:45 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">78356@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi mizzquizz,&#60;/p&#62;
&#60;p&#62;Glad we could help. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mizzquizz on "Featured post slideshow on frontpage that is set up as portfolio"</title>
			<link>http://www.kriesi.at/support/topic/featured-post-slideshow-on-frontpage-that-is-set-up-as-portfolio#post-78348</link>
			<pubDate>Wed, 03 Oct 2012 08:04:28 +0000</pubDate>
			<dc:creator>mizzquizz</dc:creator>
			<guid isPermaLink="false">78348@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you for the pointer Ismael, it definitely seems to be the element I should put my focus on. Thank you both for helping me out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Featured post slideshow on frontpage that is set up as portfolio"</title>
			<link>http://www.kriesi.at/support/topic/featured-post-slideshow-on-frontpage-that-is-set-up-as-portfolio#post-78263</link>
			<pubDate>Tue, 02 Oct 2012 17:21:32 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">78263@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I think it has something to do with this #top .slideshow element. If you can change its width and height then fix the position, it will be ok. Something like this.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .slideshow {
height: 235px;
width: 100%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mizzquizz on "Featured post slideshow on frontpage that is set up as portfolio"</title>
			<link>http://www.kriesi.at/support/topic/featured-post-slideshow-on-frontpage-that-is-set-up-as-portfolio#post-78232</link>
			<pubDate>Tue, 02 Oct 2012 14:10:36 +0000</pubDate>
			<dc:creator>mizzquizz</dc:creator>
			<guid isPermaLink="false">78232@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Okay, I've been battling how to make the front page image show properly. I tried changing the image sizes in functions.php which made the size for my portfolio entries work. But the image on the frontpage seems to stuck &#34;behind&#34; the rest of the body (take a look: &#60;a href=&#34;http://enkonference.dk/wp/&#34; rel=&#34;nofollow&#34;&#62;http://enkonference.dk/wp/&#60;/a&#62; ), I would like the top image to display just as it would in a fullwidth template layout. I suspect a small modification of the template php could rectify this minor error, only I'm at a loss as for how to change it. &#60;/p&#62;
&#60;p&#62;Again I would be very grateful if you could help out!&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
mizzzquizz
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mizzquizz on "Featured post slideshow on frontpage that is set up as portfolio"</title>
			<link>http://www.kriesi.at/support/topic/featured-post-slideshow-on-frontpage-that-is-set-up-as-portfolio#post-78090</link>
			<pubDate>Mon, 01 Oct 2012 13:42:04 +0000</pubDate>
			<dc:creator>mizzquizz</dc:creator>
			<guid isPermaLink="false">78090@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Wow, that worked really well! Thanks! &#60;/p&#62;
&#60;p&#62;Do you have any suggestions as to how I might target the image size of this individual page (i called it template_portfolio_homepage.php) either through CSS or PHP? Any help in this regard would be much appreciated!&#60;/p&#62;
&#60;p&#62;But thanks a lot for helping me out with this hurdle!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Featured post slideshow on frontpage that is set up as portfolio"</title>
			<link>http://www.kriesi.at/support/topic/featured-post-slideshow-on-frontpage-that-is-set-up-as-portfolio#post-78080</link>
			<pubDate>Mon, 01 Oct 2012 13:16:34 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">78080@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I didn't test this mod but try to replace following code in template-portfolio.php (or your custom portfolio template):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div id=&#38;quot;main&#38;quot; class=&#38;#39;portfolio&#38;#39;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div id=&#38;quot;main&#38;quot; class=&#38;#39;portfolio&#38;#39;&#38;gt;

&#38;lt;?php
$medium_prev_image = display_featured_media(1);
if(!empty($medium_prev_image)) echo $medium_prev_image;
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and add some featured media images to the portfolio page.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mizzquizz on "Featured post slideshow on frontpage that is set up as portfolio"</title>
			<link>http://www.kriesi.at/support/topic/featured-post-slideshow-on-frontpage-that-is-set-up-as-portfolio#post-78066</link>
			<pubDate>Mon, 01 Oct 2012 11:52:17 +0000</pubDate>
			<dc:creator>mizzquizz</dc:creator>
			<guid isPermaLink="false">78066@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I've set up my frontpage as a 4 column portfolio, but I would really like to have a slideshow at the top (as if it were the latest post in a blog format), between the columns and the menu. I've created a copy of portfolio.php and renamed it so it can be called as a specific template. &#60;/p&#62;
&#60;p&#62;I've looked over this post &#60;a href=&#34;http://www.kriesi.at/support/topic/sliderpost-work-around&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/sliderpost-work-around&#60;/a&#62; but this would require the frontpage to be in a blog format. My question therefore is: How do I put in a slideshow at the top on a portfolio page?&#60;/p&#62;
&#60;p&#62;Thanks in advance!&#60;br /&#62;
- Mizzquizz
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Tamelini on "I wish Habitat would come in a responsive version"</title>
			<link>http://www.kriesi.at/support/topic/i-wish-habitat-would-come-in-a-responsive-version#post-72177</link>
			<pubDate>Tue, 21 Aug 2012 21:22:38 +0000</pubDate>
			<dc:creator>Tamelini</dc:creator>
			<guid isPermaLink="false">72177@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I was afraid of that and I do understand. Maybe an even more beautiful blog/magazine comes out in the future :D&#60;br /&#62;
Thank you for the fast reply!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "I wish Habitat would come in a responsive version"</title>
			<link>http://www.kriesi.at/support/topic/i-wish-habitat-would-come-in-a-responsive-version#post-72106</link>
			<pubDate>Tue, 21 Aug 2012 15:35:46 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">72106@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;First thank you for the kind words. Tbh I think chances are very (very, very, very) low that Kriesi will release an updated version of Habitat which uses a responsive css framework - simply because it would require a lot of work and Habitat doesn't sell as well as newer themes. However I'll mark your request for Kriesi's attention.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Tamelini on "I wish Habitat would come in a responsive version"</title>
			<link>http://www.kriesi.at/support/topic/i-wish-habitat-would-come-in-a-responsive-version#post-72094</link>
			<pubDate>Tue, 21 Aug 2012 13:28:49 +0000</pubDate>
			<dc:creator>Tamelini</dc:creator>
			<guid isPermaLink="false">72094@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I know, its not really for the support Forum, but I wanted to post this.&#60;br /&#62;
I absolutely love the Habitat theme, i have seen hundreds of themes and i fell in love with this one. I love the sentence one too, but habitat suits me more, only its not responsive.(I have a plugin so on mobile devices the post can be read, but its such a shame that the beautiful theme cant be shown so beautiful on every device)&#60;br /&#62;
So my plea will be, please make it responsive or create a habitat responsive version :D&#60;br /&#62;
BTW love the support forums, untill now every question from my side can be found and its so helpfull&#60;br /&#62;
Have a nice day :D&#60;br /&#62;
-Tam
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio Menu"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-menu#post-46395</link>
			<pubDate>Thu, 15 Mar 2012 08:15:27 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">46395@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
You can only use a workaround - create several portfolio pages and assign at least two portfolio categories to each page. It's not possible to display the menu on eg sub category pages which just show one sub category of a category (this would require an ajax portfolio).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dirk on "Portfolio Menu"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-menu#post-46032</link>
			<pubDate>Tue, 13 Mar 2012 16:41:15 +0000</pubDate>
			<dc:creator>Dirk</dc:creator>
			<guid isPermaLink="false">46032@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Plz? =)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Changing themes - habitat to abundance"</title>
			<link>http://www.kriesi.at/support/topic/changing-themes-habitat-to-abundance#post-43311</link>
			<pubDate>Fri, 24 Feb 2012 08:17:43 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">43311@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
Abundance uses a complete new framework - the theme settings and featured images (slideshow images) will not work out of the box. You need to reconfigure the settings and set the featured images again. The content itself (and the wp plugins) should work/display like before.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>usecatsbrain on "Changing themes - habitat to abundance"</title>
			<link>http://www.kriesi.at/support/topic/changing-themes-habitat-to-abundance#post-43213</link>
			<pubDate>Thu, 23 Feb 2012 18:39:41 +0000</pubDate>
			<dc:creator>usecatsbrain</dc:creator>
			<guid isPermaLink="false">43213@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there, I have been using and enjoying the habitat theme for my website for a while now, on Wordpress, but would like to add Woocommerce to my site.&#60;/p&#62;
&#60;p&#62;Having installed the plugin I have found that habitat doesn't like Woocommerce, so I'm looking at switching to abundance (I think that's the right name/theme!?).&#60;/p&#62;
&#60;p&#62;Can I leave all my content in place and just install the new theme? Will it pick up the settings from habitat? Is that just wishfull thinking eh?&#60;/p&#62;
&#60;p&#62;Or in reality should I just suck it up and make a whole new site then do a switchover? In which case is it less work to make habitat work with Woocommerce?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Cat
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dirk on "Portfolio Menu"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-menu#post-42019</link>
			<pubDate>Thu, 16 Feb 2012 13:02:14 +0000</pubDate>
			<dc:creator>Dirk</dc:creator>
			<guid isPermaLink="false">42019@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can anyone help, please? =)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>digital-daniel on "WPML and Habitat - language selector in the main menu"</title>
			<link>http://www.kriesi.at/support/topic/wpml-and-habitat-language-selector-in-the-main-menu#post-40653</link>
			<pubDate>Tue, 07 Feb 2012 23:53:54 +0000</pubDate>
			<dc:creator>digital-daniel</dc:creator>
			<guid isPermaLink="false">40653@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; I'm having trouble getting the language selector from &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; to show in the menu bar with the Habitat theme. Any help appreciated. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dirk on "Portfolio Menu"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-menu#post-40579</link>
			<pubDate>Tue, 07 Feb 2012 13:10:41 +0000</pubDate>
			<dc:creator>Dirk</dc:creator>
			<guid isPermaLink="false">40579@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Kriesi, thx in advance for the nice theme. I've searched the forum, but didn't come up with an solution to my problem: &#60;/p&#62;
&#60;p&#62;Is it possible, to display the portfolio-sorting-menu from this page&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://lenne3d.com/referenzen/&#34; rel=&#34;nofollow&#34;&#62;http://lenne3d.com/referenzen/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;also on the subcategory-pages?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://lenne3d.com/portfolio_entries/aktuelle/&#34; rel=&#34;nofollow&#34;&#62;http://lenne3d.com/portfolio_entries/aktuelle/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;In the end, this page (&#60;a href=&#34;http://lenne3d.com/portfolio_entries/aktuelle/&#34; rel=&#34;nofollow&#34;&#62;http://lenne3d.com/portfolio_entries/aktuelle/&#60;/a&#62;) should look like this page (&#60;a href=&#34;http://lenne3d.com/referenzen/)&#34; rel=&#34;nofollow&#34;&#62;http://lenne3d.com/referenzen/)&#60;/a&#62;. &#60;/p&#62;
&#60;p&#62;I would be glad for any advice ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>boobesh on "Portfolio links not working"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-links-not-working#post-39467</link>
			<pubDate>Tue, 31 Jan 2012 17:31:14 +0000</pubDate>
			<dc:creator>boobesh</dc:creator>
			<guid isPermaLink="false">39467@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Error 404 - page not found&#60;/p&#62;
&#60;p&#62;The portfolio links for the portfolio items are not working even after updating the permalinks. I've searched the forum and have tried everything  possible, but it just doesn't seem to work.&#60;/p&#62;
&#60;p&#62;We are planning to integrate with hubspot for tracking and this requires custom structure. Pls advise. Any help would be much appreciated.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
