<?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: sydneycraig</title>
		<link><a href='http://www.kriesi.at/support/profile/sydneycraig'>sydneycraig</a></link>
		<description>Support Forum - User Favorites: sydneycraig</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 02:34:41 +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>Khoel on "multiple h1 on page"</title>
			<link>http://www.kriesi.at/support/topic/multiple-h1-on-page#post-96263</link>
			<pubDate>Tue, 12 Feb 2013 00:22:01 +0000</pubDate>
			<dc:creator>Khoel</dc:creator>
			<guid isPermaLink="false">96263@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Awesome....thanks a lot, Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "multiple h1 on page"</title>
			<link>http://www.kriesi.at/support/topic/multiple-h1-on-page#post-96253</link>
			<pubDate>Mon, 11 Feb 2013 23:16:12 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">96253@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Khoel,&#60;/p&#62;
&#60;p&#62;This is actually in the next round of updates :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Khoel on "multiple h1 on page"</title>
			<link>http://www.kriesi.at/support/topic/multiple-h1-on-page#post-96245</link>
			<pubDate>Mon, 11 Feb 2013 22:45:01 +0000</pubDate>
			<dc:creator>Khoel</dc:creator>
			<guid isPermaLink="false">96245@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I'm facing the same problem with multple h1 tags on a number of pages...especially on the portfolio page (17 h1 tags).. Would it be an idea to default solve this in an update. I use the Propulsion theme..&#60;/p&#62;
&#60;p&#62;In case you don't intend to solve that via an update, how can a lay-man solve it (the answer above leaves some of us in the middle)&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "wordpress default gallery on portfolio item"</title>
			<link>http://www.kriesi.at/support/topic/wordpress-default-gallery-on-portfolio-item#post-85402</link>
			<pubDate>Mon, 26 Nov 2012 17:33:02 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">85402@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi sydneycraig,&#60;/p&#62;
&#60;p&#62;In your theme files open includes&#38;gt;loop-page.php . Look for this line:&#60;br /&#62;
&#60;code&#62;//display the actual post content&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Just above it, paste:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;//embeded list gallery
					if(strpos($avia_config[&#38;#39;layout&#38;#39;],&#38;#39;gallery_shortcode&#38;#39;) !== false )
					{
						global $gallery_active;
						if(!$gallery_active) echo do_shortcode(&#38;#39;[gallery force=&#38;quot;avia&#38;quot;]&#38;#39;);
					}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Now go down further on the page until you see the code you just pasted and remove it so that the gallery style isn't included twice on pages.&#60;/p&#62;
&#60;p&#62;Save the file back on your server and that should do it.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sydneycraig on "wordpress default gallery on portfolio item"</title>
			<link>http://www.kriesi.at/support/topic/wordpress-default-gallery-on-portfolio-item#post-85264</link>
			<pubDate>Sun, 25 Nov 2012 03:46:05 +0000</pubDate>
			<dc:creator>sydneycraig</dc:creator>
			<guid isPermaLink="false">85264@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;no, the actual wordpress gallery (the thumbnails....) they get inserted at the bottom of the post content but i would like these thumbs at the top..&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "wordpress default gallery on portfolio item"</title>
			<link>http://www.kriesi.at/support/topic/wordpress-default-gallery-on-portfolio-item#post-75734</link>
			<pubDate>Thu, 13 Sep 2012 13:49:37 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">75734@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I believe you are talking about the slider above and the wp defauly gallery below. You might want to open includes &#38;gt; loop-index.php and find this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php

				if(!post_password_required())
				{
					//embeded thumb gallery
					if(is_single() &#38;amp;&#38;amp; strpos($avia_config[&#38;#39;layout&#38;#39;],&#38;#39;thumb&#38;#39;) !== false )
					{
							echo &#38;quot;&#38;lt;div class=&#38;#39;hr_invisible &#38;#39;&#38;gt;&#38;lt;/div&#38;gt;&#38;quot;;
							new avia_embed_images();
					}
					else if(! is_single())
					{
						$class = &#38;quot;preview_image &#38;quot;;
						$size  = &#38;quot;portfolio&#38;quot;;
						$layout = avia_get_option(&#38;#39;blog_image_layout&#38;#39;);

						if($layout == &#38;quot;full&#38;quot;)
						{
							$class = &#38;quot;preview_image_full&#38;quot;;
							$size  = &#38;quot;blog&#38;quot;;
						}

						$image = get_the_post_thumbnail( get_the_ID(), $size );
			 	 		if($image)
			 	 		{
			 	 			$image = &#38;quot;&#38;lt;a class=&#38;#39;external-link $class&#38;#39; href=&#38;#39;&#38;quot;.get_permalink().&#38;quot;&#38;#39; rel=&#38;#39;bookmark&#38;#39; title=&#38;#39;&#38;quot;.__(&#38;#39;Permanent Link:&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot; &#38;quot;.get_the_title().&#38;quot;&#38;#39;&#38;gt;&#38;quot;.$image.&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;
			 	 			echo $image;
			 	 		}
					}
				}
				?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can place it below &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(has_tag() &#38;amp;&#38;amp; is_single())
					{
						echo &#38;#39;&#38;lt;span class=&#38;quot;blog-tags&#38;quot;&#38;gt;&#38;#39;;
						echo the_tags(&#38;#39;&#38;lt;strong&#38;gt;&#38;#39;.__(&#38;#39;Tags: &#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/strong&#38;gt;&#38;lt;span&#38;gt;&#38;#39;);
						echo &#38;#39;&#38;lt;/span&#38;gt;&#38;lt;/span&#38;gt;&#38;#39;;
					}
				?&#38;gt;	

			&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sydneycraig on "wordpress default gallery on portfolio item"</title>
			<link>http://www.kriesi.at/support/topic/wordpress-default-gallery-on-portfolio-item#post-75523</link>
			<pubDate>Wed, 12 Sep 2012 06:06:43 +0000</pubDate>
			<dc:creator>sydneycraig</dc:creator>
			<guid isPermaLink="false">75523@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;when i use this it puts the gallery at the bottom of the post - is it possible to insertit at the very top of the post??&#60;/p&#62;
&#60;p&#62;thanks&#60;/p&#62;
&#60;p&#62;craig
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "image sizes in gallery"</title>
			<link>http://www.kriesi.at/support/topic/image-sizes-in-gallery#post-75158</link>
			<pubDate>Mon, 10 Sep 2012 12:52:27 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">75158@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry about that. The theme just hooks into the wordpress upload function so its kind of the standard fair in themes.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sydneycraig on "image sizes in gallery"</title>
			<link>http://www.kriesi.at/support/topic/image-sizes-in-gallery#post-74435</link>
			<pubDate>Wed, 05 Sep 2012 05:51:07 +0000</pubDate>
			<dc:creator>sydneycraig</dc:creator>
			<guid isPermaLink="false">74435@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thats a bit of a pain!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "image sizes in gallery"</title>
			<link>http://www.kriesi.at/support/topic/image-sizes-in-gallery#post-72489</link>
			<pubDate>Thu, 23 Aug 2012 12:15:46 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">72489@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi sydneycraig,&#60;/p&#62;
&#60;p&#62;No, Worpdpress and the theme will not re-size your images when they are clicked on for the full size version. Either through the lightbox (where they pop up) or when you click to view the image alone.&#60;/p&#62;
&#60;p&#62;You'll need to upload smaller file sizes so that when the images are clicked and the user is shown the full size (non processed version) of the image it isn't loading in those big 1mb files.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sydneycraig on "image sizes in gallery"</title>
			<link>http://www.kriesi.at/support/topic/image-sizes-in-gallery#post-72083</link>
			<pubDate>Tue, 21 Aug 2012 12:52:07 +0000</pubDate>
			<dc:creator>sydneycraig</dc:creator>
			<guid isPermaLink="false">72083@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;so should the images be reized by wp when added to the portfolio galleries??&#60;br /&#62;
??
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sydneycraig on "image sizes in gallery"</title>
			<link>http://www.kriesi.at/support/topic/image-sizes-in-gallery#post-71977</link>
			<pubDate>Tue, 21 Aug 2012 00:03:31 +0000</pubDate>
			<dc:creator>sydneycraig</dc:creator>
			<guid isPermaLink="false">71977@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;using flashlight&#60;/p&#62;
&#60;p&#62;when i add images to the gallery they are not getting resized?&#60;br /&#62;
they show on the page at the correct size, but the image is actually still the full size image (if you right click and open image its the big full image) so the page is actually loading 1mb+ images...when i upload i am selecting a medium size but it doesnt seem to help.&#60;/p&#62;
&#60;p&#62;need to fix thios as my site has already gone down once cos of over bandwith!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "gallery"</title>
			<link>http://www.kriesi.at/support/topic/gallery-3#post-67980</link>
			<pubDate>Fri, 27 Jul 2012 17:38:57 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">67980@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Glad that I could help you :) &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sydneycraig on "gallery"</title>
			<link>http://www.kriesi.at/support/topic/gallery-3#post-67752</link>
			<pubDate>Thu, 26 Jul 2012 11:56:06 +0000</pubDate>
			<dc:creator>sydneycraig</dc:creator>
			<guid isPermaLink="false">67752@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "gallery"</title>
			<link>http://www.kriesi.at/support/topic/gallery-3#post-67690</link>
			<pubDate>Thu, 26 Jul 2012 06:05:13 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">67690@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes - open up includes/loop-index.php and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(is_single() &#38;amp;&#38;amp; strpos($avia_config[&#38;#39;layout&#38;#39;],&#38;#39;thumb&#38;#39;) !== false )
					{
							echo &#38;quot;&#38;lt;div class=&#38;#39;hr_invisible &#38;#39;&#38;gt;&#38;lt;/div&#38;gt;&#38;quot;;
							new avia_embed_images();
					}
					else if(! is_single())&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(! is_single())&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Afterwards replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(is_single()) $titleClass = $avia_config[&#38;#39;layout&#38;#39;];&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(is_single()) $titleClass = $avia_config[&#38;#39;layout&#38;#39;];
					//embeded thumb gallery
					if(is_single() &#38;amp;&#38;amp; strpos($avia_config[&#38;#39;layout&#38;#39;],&#38;#39;thumb&#38;#39;) !== false )
					{
							new avia_embed_images();
							echo &#38;quot;&#38;lt;div class=&#38;#39;hr_invisible &#38;#39;&#38;gt;&#38;lt;/div&#38;gt;&#38;quot;;
					}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>sydneycraig on "gallery"</title>
			<link>http://www.kriesi.at/support/topic/gallery-3#post-67672</link>
			<pubDate>Thu, 26 Jul 2012 02:01:37 +0000</pubDate>
			<dc:creator>sydneycraig</dc:creator>
			<guid isPermaLink="false">67672@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;OK, so i can change the Gallery layout to &#34;wordpress default gallery inserted....&#34; &#60;/p&#62;
&#60;p&#62;however is there a way to include the gallery at the top of the post and not the bottom??&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "iphone issue"</title>
			<link>http://www.kriesi.at/support/topic/iphone-issue#post-67650</link>
			<pubDate>Wed, 25 Jul 2012 21:25:00 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">67650@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Can you post a link to your website so we can test for ourselves?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sydneycraig on "gallery"</title>
			<link>http://www.kriesi.at/support/topic/gallery-3#post-67550</link>
			<pubDate>Wed, 25 Jul 2012 09:56:09 +0000</pubDate>
			<dc:creator>sydneycraig</dc:creator>
			<guid isPermaLink="false">67550@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;i have inserted a gallery into portfolio items....insert slideshow at top of entry....&#60;/p&#62;
&#60;p&#62;however as im using a mix of landscape and portrait images, everytime they change the page content below gets shifted up/down...&#60;/p&#62;
&#60;p&#62;is there a way to crop these so they dont shift, or set a min height for the slideshow or something??&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sydneycraig on "iphone issue"</title>
			<link>http://www.kriesi.at/support/topic/iphone-issue#post-67549</link>
			<pubDate>Wed, 25 Jul 2012 09:53:49 +0000</pubDate>
			<dc:creator>sydneycraig</dc:creator>
			<guid isPermaLink="false">67549@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hey&#60;/p&#62;
&#60;p&#62;if i view in iphone (upright) when i zoom in the navigation on the left goes over and covers the main content??&#60;br /&#62;
is there a way to stop this?&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "viewing my favourites"</title>
			<link>http://www.kriesi.at/support/topic/viewing-my-favourites#post-65335</link>
			<pubDate>Fri, 13 Jul 2012 00:06:25 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">65335@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;You can click the &#34;Member&#34; link under your name to go to your profile tab or follow this link &#60;a href=&#34;http://www.kriesi.at/support/profile/cpwilson2&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/profile/cpwilson2&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cpwilson2 on "viewing my favourites"</title>
			<link>http://www.kriesi.at/support/topic/viewing-my-favourites#post-65177</link>
			<pubDate>Thu, 12 Jul 2012 12:07:56 +0000</pubDate>
			<dc:creator>cpwilson2</dc:creator>
			<guid isPermaLink="false">65177@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;ok. i don't have a profile tab.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "viewing my favourites"</title>
			<link>http://www.kriesi.at/support/topic/viewing-my-favourites#post-64951</link>
			<pubDate>Wed, 11 Jul 2012 07:50:16 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">64951@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi cpwilson2,&#60;/p&#62;
&#60;p&#62;Just follow Devin's instruction or you can go to this link: &#60;a href=&#34;http://www.kriesi.at/support/profile/cpwilson2/favorites&#34;&#62;http://www.kriesi.at/support/profile/cpwilson2/favorites&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cpwilson2 on "viewing my favourites"</title>
			<link>http://www.kriesi.at/support/topic/viewing-my-favourites#post-64938</link>
			<pubDate>Wed, 11 Jul 2012 05:20:34 +0000</pubDate>
			<dc:creator>cpwilson2</dc:creator>
			<guid isPermaLink="false">64938@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I had the same question. It is not obvious to me either.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "where can i test the backend of your themes"</title>
			<link>http://www.kriesi.at/support/topic/where-can-i-test-the-backend-of-your-themes#post-60666</link>
			<pubDate>Mon, 18 Jun 2012 04:27:47 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">60666@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Thanks for the suggestion!&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sydneycraig on "where can i test the backend of your themes"</title>
			<link>http://www.kriesi.at/support/topic/where-can-i-test-the-backend-of-your-themes#post-60527</link>
			<pubDate>Sat, 16 Jun 2012 16:44:27 +0000</pubDate>
			<dc:creator>sydneycraig</dc:creator>
			<guid isPermaLink="false">60527@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;ok, something for you to add - im sure sales will increase!! other theme &#34;shops&#34; offer a sandbox which is great to see how they may or may not work...:)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "multiple h1 on page"</title>
			<link>http://www.kriesi.at/support/topic/multiple-h1-on-page#post-60455</link>
			<pubDate>Fri, 15 Jun 2012 19:25:47 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">60455@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Craig,&#60;/p&#62;
&#60;p&#62;You can go to: wp-content\themes\angular\includes\loop-portfolio.php and find this line of code:&#60;br /&#62;
&#60;code&#62;echo &#38;quot;&#38;lt;h1 class=&#38;#39;post-title portfolio-title&#38;#39;&#38;gt;&#38;quot;;&#60;/code&#62;&#60;br /&#62;
replace h1 with h2 (also replace the closing tag). Then change h2 styling in Quick CSS, so the formatting will still be the same. Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "where can i test the backend of your themes"</title>
			<link>http://www.kriesi.at/support/topic/where-can-i-test-the-backend-of-your-themes#post-60414</link>
			<pubDate>Fri, 15 Jun 2012 15:39:13 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">60414@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi sydneycraig,&#60;/p&#62;
&#60;p&#62;There isn't currently a way to test out the backend of any of the themes. You can read the feature list for each theme on Themeforest and if you have specific questions you can ask them here.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "viewing my favourites"</title>
			<link>http://www.kriesi.at/support/topic/viewing-my-favourites#post-60413</link>
			<pubDate>Fri, 15 Jun 2012 15:38:01 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">60413@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi sydneycraig,&#60;/p&#62;
&#60;p&#62;Go to your profile then click on the text next to &#34;Profile&#34; that says favorites. Here is the link: &#60;a href=&#34;http://www.kriesi.at/support/profile/sydneycraig/favorites&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/profile/sydneycraig/favorites&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sydneycraig on "viewing my favourites"</title>
			<link>http://www.kriesi.at/support/topic/viewing-my-favourites#post-60409</link>
			<pubDate>Fri, 15 Jun 2012 13:44:39 +0000</pubDate>
			<dc:creator>sydneycraig</dc:creator>
			<guid isPermaLink="false">60409@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;once i have added a thread to my favourites, how do i access them later!???? this should be obvious but i cant see it anywhere!!&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sydneycraig on "where can i test the backend of your themes"</title>
			<link>http://www.kriesi.at/support/topic/where-can-i-test-the-backend-of-your-themes#post-60408</link>
			<pubDate>Fri, 15 Jun 2012 13:43:09 +0000</pubDate>
			<dc:creator>sydneycraig</dc:creator>
			<guid isPermaLink="false">60408@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hey&#60;/p&#62;
&#60;p&#62;i have bought and used one of your themes and works great. im looking at using some more but not sure if the features/options are there that i need - where can i test out the backend prior to buying....??&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
