<?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: Georg</title>
		<link><a href='http://www.kriesi.at/support/profile/georg'>georg</a></link>
		<description>Support Forum - User Favorites: Georg</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 15:03:53 +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>Dude on "What I have done with it..."</title>
			<link>http://www.kriesi.at/support/topic/what-i-have-done-with-it#post-21255</link>
			<pubDate>Mon, 20 Jun 2011 11:09:25 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">21255@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Basically it's no problem to implement WP Simple Paypal Shopping cart or WP estore in CleanCut because the plugin offers shortcodes for each product.. &#60;/p&#62;
&#60;p&#62;You just need to create a portfolio page for each item and then add the product shortcode to it. The Simple Paypal Shopping plugin will replace the shortcode with an add to cart or buy now button. As far as I know the plugin works great with CleanCut and no major adjustments are needed.&#60;/p&#62;
&#60;p&#62;I'll close this thread to avoid cross posting - see: &#60;a href=&#34;http://www.kriesi.at/support/topic/does-it-work-with-wp-e-commerce&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/does-it-work-with-wp-e-commerce&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>WynandB on "What I have done with it..."</title>
			<link>http://www.kriesi.at/support/topic/what-i-have-done-with-it#post-21253</link>
			<pubDate>Mon, 20 Jun 2011 10:10:43 +0000</pubDate>
			<dc:creator>WynandB</dc:creator>
			<guid isPermaLink="false">21253@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi extru-d,&#60;/p&#62;
&#60;p&#62;I am creating a site in display and would like to use the portfolio / portfolio items as e-commerce store  / products like you did in your Les Creation Site.&#60;/p&#62;
&#60;p&#62;Would you be interested to give me a quote on helping out with my site?&#60;/p&#62;
&#60;p&#62;Kind regards,&#60;br /&#62;
&#60;a href=&#34;mailto:wynandbothma@gmail.com&#34;&#62;wynandbothma@gmail.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>extru-d on "What I have done with it..."</title>
			<link>http://www.kriesi.at/support/topic/what-i-have-done-with-it#post-3903</link>
			<pubDate>Thu, 02 Sep 2010 16:53:37 +0000</pubDate>
			<dc:creator>extru-d</dc:creator>
			<guid isPermaLink="false">3903@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;@Georg &#38;gt; Why do you have to have 'custom post template'?&#60;/p&#62;
&#60;p&#62;If you look carefully you will see that I have a custom sidebar with a custom post header (no comments, no tags...), a custom slide show... etc...&#60;br /&#62;
If I was choosing  in the portfolio options of the cleancut-theme to go to a single post I would have had the same kind of post template for the &#34;blog&#34; section and the &#34;Portfolio&#34; items... and if you look in my site they are not the same... the only way it's to use 'custom post template'&#60;/p&#62;
&#60;p&#62;Flow the explanation by james concerning your other questions.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jo on "What I have done with it..."</title>
			<link>http://www.kriesi.at/support/topic/what-i-have-done-with-it#post-3785</link>
			<pubDate>Tue, 31 Aug 2010 10:09:21 +0000</pubDate>
			<dc:creator>jo</dc:creator>
			<guid isPermaLink="false">3785@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Rather use this explanation by James. My code came out wrong in the posting above. Sorry for that.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.kriesi.at/support/topic/main-paqe-4-columns-using-widgets-text-widgets#post-2558&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/main-paqe-4-columns-using-widgets-text-widgets#post-2558&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jo on "What I have done with it..."</title>
			<link>http://www.kriesi.at/support/topic/what-i-have-done-with-it#post-3775</link>
			<pubDate>Tue, 31 Aug 2010 07:41:48 +0000</pubDate>
			<dc:creator>jo</dc:creator>
			<guid isPermaLink="false">3775@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Georg:&#60;br /&#62;
For getting rid of the shorten text and Read more under every image/video in portfolio try this:&#60;/p&#62;
&#60;p&#62;In portfolio_template.php change this&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
					echo &#34;&#38;lt;/span&#38;gt;&#34;;&#60;br /&#62;
					the_excerpt();&#60;br /&#62;
					echo &#34;&#60;a href='&#34;.get_permalink().&#34; '&#62;&#34;.__('Read more','cleancut').&#34;&#60;/a&#62;&#34;;&#60;br /&#62;
					echo &#34;&#38;lt;/div&#38;gt;&#34;;&#60;br /&#62;
&#60;/code&#62;&#60;br /&#62;
for this:&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
					echo &#34;&#38;lt;/span&#38;gt;&#34;;&#60;br /&#62;
					echo &#34;&#38;lt;/div&#38;gt;&#34;;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Then in WP admin under cleancut options &#38;gt;&#38;gt; portfolio options in the first section &#34;Portfolio Image Link&#34; mark the second radio button &#34;Show Portfolio Single Post&#34; for opening the post rather then the lightbox.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Georg on "avia slider slider controls not working"</title>
			<link>http://www.kriesi.at/support/topic/avia-slider-slider-controls-not-working#post-3691</link>
			<pubDate>Sun, 29 Aug 2010 10:07:21 +0000</pubDate>
			<dc:creator>Georg</dc:creator>
			<guid isPermaLink="false">3691@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Works great James!&#60;br /&#62;
I changed the BG_featured.png and its perfect now!&#60;br /&#62;
Many thanks for the support!&#60;br /&#62;
Greetings&#60;br /&#62;
Georg
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "avia slider slider controls not working"</title>
			<link>http://www.kriesi.at/support/topic/avia-slider-slider-controls-not-working#post-3632</link>
			<pubDate>Fri, 27 Aug 2010 16:58:54 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">3632@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Great news that it's working now!&#60;/p&#62;
&#60;p&#62;The black line is part of this background image: &#60;a href=&#34;http://www.image-in.nl/2011/wp-content/themes/cleancut/images/skin1/bg_featured.png&#34; rel=&#34;nofollow&#34;&#62;http://www.image-in.nl/2011/wp-content/themes/cleancut/images/skin1/bg_featured.png&#60;/a&#62; and can be adjusted by editing this CSS in /css/style1.css (line 112):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#wrapper_featured_area .center {
background:url(&#38;quot;../images/skin1/bg_featured.png&#38;quot;) no-repeat scroll center 442px transparent;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;To get rid of it, just remove the background code.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Georg on "avia slider slider controls not working"</title>
			<link>http://www.kriesi.at/support/topic/avia-slider-slider-controls-not-working#post-3582</link>
			<pubDate>Thu, 26 Aug 2010 21:17:12 +0000</pubDate>
			<dc:creator>Georg</dc:creator>
			<guid isPermaLink="false">3582@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Finally it is working!&#60;br /&#62;
Thanks James.&#60;/p&#62;
&#60;p&#62;One final question:&#60;br /&#62;
Take a look at &#60;a href=&#34;http://www.image-in.nl/2011&#34; rel=&#34;nofollow&#34;&#62;http://www.image-in.nl/2011&#60;/a&#62; again.&#60;/p&#62;
&#60;p&#62;See the mirroring with the black line above?&#60;br /&#62;
How can I get rid of it?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "avia slider slider controls not working"</title>
			<link>http://www.kriesi.at/support/topic/avia-slider-slider-controls-not-working#post-3532</link>
			<pubDate>Thu, 26 Aug 2010 12:57:04 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">3532@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Ok, the slider controls appeared to be working last time I checked but they weren't today :(&#60;/p&#62;
&#60;p&#62;Try adding this to the end of style.css:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;#wrapper_featured_area .feature_wrap { padding-bottom: 35px; }&#60;/code&#62; &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Georg on "avia slider slider controls not working"</title>
			<link>http://www.kriesi.at/support/topic/avia-slider-slider-controls-not-working#post-3380</link>
			<pubDate>Tue, 24 Aug 2010 06:56:20 +0000</pubDate>
			<dc:creator>Georg</dc:creator>
			<guid isPermaLink="false">3380@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;ups wrong URL.&#60;br /&#62;
Right one: &#60;a href=&#34;http://www.image-in.nl/2011&#34; rel=&#34;nofollow&#34;&#62;http://www.image-in.nl/2011&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Georg on "avia slider slider controls not working"</title>
			<link>http://www.kriesi.at/support/topic/avia-slider-slider-controls-not-working#post-3379</link>
			<pubDate>Tue, 24 Aug 2010 06:55:14 +0000</pubDate>
			<dc:creator>Georg</dc:creator>
			<guid isPermaLink="false">3379@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi James,&#60;/p&#62;
&#60;p&#62;No it don't!&#60;br /&#62;
Thats what I'm trying to say.&#60;br /&#62;
The bug is still there!&#60;br /&#62;
Take a look at &#60;a href=&#34;http://www.image-in.nl&#34; rel=&#34;nofollow&#34;&#62;http://www.image-in.nl&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;There is still no solution. Even with the additional padding.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "avia slider slider controls not working"</title>
			<link>http://www.kriesi.at/support/topic/avia-slider-slider-controls-not-working#post-3344</link>
			<pubDate>Mon, 23 Aug 2010 18:01:43 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">3344@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The slider controls appear to be working now (in Safari &#38;amp; Firefox on Mac)&#60;/p&#62;
&#60;p&#62;If you don't want the homepage headline and button that's fine, but the additional padding added in the code you added to style.css should take care of the bug.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Georg on "avia slider slider controls not working"</title>
			<link>http://www.kriesi.at/support/topic/avia-slider-slider-controls-not-working#post-3242</link>
			<pubDate>Sat, 21 Aug 2010 20:37:26 +0000</pubDate>
			<dc:creator>Georg</dc:creator>
			<guid isPermaLink="false">3242@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;unfortunately it is not solved.&#60;/p&#62;
&#60;p&#62;But I discovered the following:&#60;/p&#62;
&#60;p&#62;In the mainpage options I left the mainpage headline and the headline button text field empty.&#60;br /&#62;
I don't want this on my mainpage.&#60;/p&#62;
&#60;p&#62;I discovered that this is obiously the reason why the slidercontrolls are not working.&#60;br /&#62;
Because if I fill in the mainpage headline and the button text&#60;br /&#62;
then suddendly the controls will work again.&#60;/p&#62;
&#60;p&#62;Does this informatin help you to get a solution for the controlls-problem?&#60;br /&#62;
I hope so!&#60;/p&#62;
&#60;p&#62;kr&#60;br /&#62;
Georg
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Georg on "avia slider slider controls not working"</title>
			<link>http://www.kriesi.at/support/topic/avia-slider-slider-controls-not-working#post-3241</link>
			<pubDate>Sat, 21 Aug 2010 20:02:15 +0000</pubDate>
			<dc:creator>Georg</dc:creator>
			<guid isPermaLink="false">3241@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi james,&#60;/p&#62;
&#60;p&#62;I guess I figurerd it out by myself.&#60;br /&#62;
As I wrote it still didn't work.&#60;/p&#62;
&#60;p&#62;I installed Firebug and played around with it.&#60;br /&#62;
I discovered a striketrough on line 45 of the style.css.&#60;/p&#62;
&#60;p&#62;I changed this:&#60;/p&#62;
&#60;p&#62;.center {&#60;br /&#62;
margin:0 auto;&#60;br /&#62;
padding:0px 35px;&#60;br /&#62;
position:relative;&#60;br /&#62;
width:910px;&#60;/p&#62;
&#60;p&#62;into this:&#60;/p&#62;
&#60;p&#62;.center {&#60;br /&#62;
margin:0 auto;&#60;br /&#62;
padding:40px 35px;&#60;br /&#62;
position:relative;&#60;br /&#62;
width:910px;&#60;/p&#62;
&#60;p&#62;And guess what?&#60;br /&#62;
It workt!&#60;/p&#62;
&#60;p&#62;kr&#60;br /&#62;
Georg
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Georg on "What I have done with it..."</title>
			<link>http://www.kriesi.at/support/topic/what-i-have-done-with-it#post-3235</link>
			<pubDate>Sat, 21 Aug 2010 16:59:55 +0000</pubDate>
			<dc:creator>Georg</dc:creator>
			<guid isPermaLink="false">3235@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi extru-d&#60;br /&#62;
Sorry but I don't get it.&#60;br /&#62;
Why do you have to have 'custom post template'?&#60;br /&#62;
You can choose in the portfolio options of the cleancut-theme to go to a single post (other than show in the lightvox).&#60;br /&#62;
Isn;t that what you want to reach?&#60;br /&#62;
I don't see the advantage of using custom pos template.&#60;br /&#62;
Can you explain?&#60;/p&#62;
&#60;p&#62;Other question I got is:&#60;br /&#62;
I try to get a portfolio overview like you got with the following functions:&#60;br /&#62;
1. I want to get rid of the shorten text under every image/video&#60;br /&#62;
(I tryed to put a &#34;more-tag befor the text but this doesn't work.)&#60;br /&#62;
2. If I click on the image Lightbox shows me the video or the larger image&#60;br /&#62;
3. If I click on the 'Read more&#34; button I go to singel psot to get more Details.&#60;/p&#62;
&#60;p&#62;Could you give me some advise?&#60;br /&#62;
Would be great!&#60;br /&#62;
kr&#60;br /&#62;
Georg
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Georg on "avia slider slider controls not working"</title>
			<link>http://www.kriesi.at/support/topic/avia-slider-slider-controls-not-working#post-3224</link>
			<pubDate>Sat, 21 Aug 2010 09:20:22 +0000</pubDate>
			<dc:creator>Georg</dc:creator>
			<guid isPermaLink="false">3224@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;As I wrote the other day:&#60;br /&#62;
I add the line to the style.css. Nothing changed.&#60;br /&#62;
After that I unpak the original Clearcut-theme to get the original style.css.&#60;br /&#62;
I guess this one should be working. Don't you think?&#60;br /&#62;
But this one didn't work ether!!&#60;/p&#62;
&#60;p&#62;Anyway:&#60;br /&#62;
As you requested:&#60;br /&#62;
I now put back the changed style.css with the added line you gave me.&#60;/p&#62;
&#60;p&#62;It's still not working.&#60;/p&#62;
&#60;p&#62;kr&#60;br /&#62;
Georg
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "avia slider slider controls not working"</title>
			<link>http://www.kriesi.at/support/topic/avia-slider-slider-controls-not-working#post-3185</link>
			<pubDate>Fri, 20 Aug 2010 14:06:59 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">3185@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; I can't see the CSS I posted in the code for your page, can you check that you've added it to the end of style.css and re-upload? &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Georg on "avia slider slider controls not working"</title>
			<link>http://www.kriesi.at/support/topic/avia-slider-slider-controls-not-working#post-3067</link>
			<pubDate>Wed, 18 Aug 2010 20:04:29 +0000</pubDate>
			<dc:creator>Georg</dc:creator>
			<guid isPermaLink="false">3067@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm sorry James,&#60;br /&#62;
It still won't work.&#60;br /&#62;
I add the line to the style.css. Nothing changed.&#60;br /&#62;
I even unpak de clearcut-theme again to get the original stle.css.&#60;br /&#62;
But no. still not working....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "avia slider slider controls not working"</title>
			<link>http://www.kriesi.at/support/topic/avia-slider-slider-controls-not-working#post-3045</link>
			<pubDate>Wed, 18 Aug 2010 18:17:00 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">3045@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Figured out what's causing this - you removed the middle section (compare with demo for example) which has CSS giving padding top of 40px. This padding is no longer there and the slider controls use absolute positioning so to fix it you need to add the padding back to the top (specifically for the next section under the controls).&#60;/p&#62;
&#60;p&#62;Add this to the end of style.css:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;#wrapper_main .center { padding: 40px 35px 0 !important; }&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;If the bug continues, let me know but I'm pretty confident this will fix it :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Georg on "avia slider slider controls not working"</title>
			<link>http://www.kriesi.at/support/topic/avia-slider-slider-controls-not-working#post-2983</link>
			<pubDate>Tue, 17 Aug 2010 18:18:06 +0000</pubDate>
			<dc:creator>Georg</dc:creator>
			<guid isPermaLink="false">2983@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi James,&#60;br /&#62;
One more thing:&#60;br /&#62;
I just changed the stylesheet into Style2. that's a css witch I didn' change.&#60;br /&#62;
But even then the slider controles still doesn't work.&#60;/p&#62;
&#60;p&#62;Obviously the fault doesn't come from changes in de css.&#60;br /&#62;
I 'm not shure that I made changes in de style.css.&#60;/p&#62;
&#60;p&#62;I changed somes php-files to change the &#34;Read more&#34;-text.&#60;/p&#62;
&#60;p&#62;That's about it, I guess.&#60;br /&#62;
Mabye this information helps to find the reason.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Georg on "avia slider slider controls not working"</title>
			<link>http://www.kriesi.at/support/topic/avia-slider-slider-controls-not-working#post-2981</link>
			<pubDate>Tue, 17 Aug 2010 17:38:09 +0000</pubDate>
			<dc:creator>Georg</dc:creator>
			<guid isPermaLink="false">2981@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi James,&#60;br /&#62;
URL is &#60;a href=&#34;http://www.image-in.nl/2011&#34; rel=&#34;nofollow&#34;&#62;http://www.image-in.nl/2011&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;yes indeed. I changed the themes. I 'm guessing that I made some missakes....Everything is working like I want it to.&#60;br /&#62;
If you can just point me to the location where it is configured... I don't have a clou what's going on.&#60;/p&#62;
&#60;p&#62;I think JS is working because in the same browser (firefox) the demo from CleanCut (via themeforest)  is working perfect.&#60;br /&#62;
Would be great if you can help me out in this one!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "avia slider slider controls not working"</title>
			<link>http://www.kriesi.at/support/topic/avia-slider-slider-controls-not-working#post-2974</link>
			<pubDate>Tue, 17 Aug 2010 15:25:02 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">2974@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Can you post the site URL?&#60;/p&#62;
&#60;p&#62;Did you change any theme files?&#60;/p&#62;
&#60;p&#62;Also, try disabling all your plugins (just to exclude the possibility that JS from one is interfering). &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Georg on "avia slider slider controls not working"</title>
			<link>http://www.kriesi.at/support/topic/avia-slider-slider-controls-not-working#post-2884</link>
			<pubDate>Mon, 16 Aug 2010 19:27:51 +0000</pubDate>
			<dc:creator>Georg</dc:creator>
			<guid isPermaLink="false">2884@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Some days ago I installed the CleanCut-theme. I made some changes in the Stylesheets and played with the configurations.&#60;br /&#62;
Long story short: I'm impressed. Great work.&#60;br /&#62;
But:&#60;br /&#62;
I got this problem that out of the sudden the slider controls (the small little bullets in the right lower corner of the mainpage-Slider)&#60;br /&#62;
doesn't work. No work means: It is not possible to control the slides manually by clicking on the bullets.&#60;br /&#62;
The Slider works fine. It's just the manual control that doesn't work.&#60;br /&#62;
Kriesi, James or Dude or anyone else from the support Staff: Can somebody help me?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>deadintoit2 on "What I have done with it..."</title>
			<link>http://www.kriesi.at/support/topic/what-i-have-done-with-it#post-1671</link>
			<pubDate>Sun, 01 Aug 2010 19:21:10 +0000</pubDate>
			<dc:creator>deadintoit2</dc:creator>
			<guid isPermaLink="false">1671@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You've just saved me a TON of time on a client site I have coming up for an Insurance Broker that wants his agent bios set up similar to your portfolio.&#60;/p&#62;
&#60;p&#62;It seems to me this would be great for featuring tutorial videos too.  I have some in the works for another of my biz sites here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.EntrepreneursOnCall.com&#34; rel=&#34;nofollow&#34;&#62;http://www.EntrepreneursOnCall.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;hmmmmm .... kind of wish I could clone myself 2 or 3 times :o)&#60;/p&#62;
&#60;p&#62;Thanks for the info.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>extru-d on "What I have done with it..."</title>
			<link>http://www.kriesi.at/support/topic/what-i-have-done-with-it#post-1621</link>
			<pubDate>Sun, 01 Aug 2010 14:00:55 +0000</pubDate>
			<dc:creator>extru-d</dc:creator>
			<guid isPermaLink="false">1621@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thx all for your comments :D&#60;/p&#62;
&#60;p&#62;@er zorro&#60;br /&#62;
Take all the ideas you want, no problemo.&#60;/p&#62;
&#60;p&#62;@Mike&#60;br /&#62;
For the Portfolio it was actually pretty easy. I used 'custome post template' plugin to creat my own page with a dedicated sidebar and then I used all the functionality Kriesi was offering with the template (Slider, Toggle, Tabs...). There is a topic which explain how to do it: &#60;a href=&#34;http://www.kriesi.at/support/topic/portfolio-fullwidth-but-blog-with-sidebar&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/portfolio-fullwidth-but-blog-with-sidebar&#60;/a&#62;&#60;br /&#62;
Really you don't have to know a bunch of things to do the things I've done... You just have to understand how Kriesi made his template and then play with all the features and functionality he gave us.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>deadintoit2 on "What I have done with it..."</title>
			<link>http://www.kriesi.at/support/topic/what-i-have-done-with-it#post-1602</link>
			<pubDate>Sat, 31 Jul 2010 23:46:29 +0000</pubDate>
			<dc:creator>deadintoit2</dc:creator>
			<guid isPermaLink="false">1602@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey there extru-d,&#60;/p&#62;
&#60;p&#62;EXCELLENT Job!&#60;/p&#62;
&#60;p&#62;I like what you did with the slider and change rates.&#60;/p&#62;
&#60;p&#62;The Portfolio is KILLER. Great the way you have the page change with the details instead of just a light box.  I bet you put some time into that part.&#60;/p&#62;
&#60;p&#62;Great way to make use of the &#34;Testimonials&#34; feature at the bottom of the main page.&#60;/p&#62;
&#60;p&#62;Nice change of the logo area/size tool&#60;/p&#62;
&#60;p&#62;You make me wish I knew a BUNCH more about php and css.&#60;/p&#62;
&#60;p&#62;Kudos to you. Expert job of customization of an already awesome theme.&#60;/p&#62;
&#60;p&#62;Mike
&#60;/p&#62;</description>
		</item>
		<item>
			<title>moonstruck on "What I have done with it..."</title>
			<link>http://www.kriesi.at/support/topic/what-i-have-done-with-it#post-1601</link>
			<pubDate>Sat, 31 Jul 2010 23:44:35 +0000</pubDate>
			<dc:creator>moonstruck</dc:creator>
			<guid isPermaLink="false">1601@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Excellent work! Nice customization.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dietista on "What I have done with it..."</title>
			<link>http://www.kriesi.at/support/topic/what-i-have-done-with-it#post-1599</link>
			<pubDate>Sat, 31 Jul 2010 21:36:20 +0000</pubDate>
			<dc:creator>Dietista</dc:creator>
			<guid isPermaLink="false">1599@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You did a really nice work. I will take some ideas for my project.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>extru-d on "What I have done with it..."</title>
			<link>http://www.kriesi.at/support/topic/what-i-have-done-with-it#post-1549</link>
			<pubDate>Fri, 30 Jul 2010 21:38:56 +0000</pubDate>
			<dc:creator>extru-d</dc:creator>
			<guid isPermaLink="false">1549@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi all!&#60;br /&#62;
Just finish my site using this template.&#60;br /&#62;
Really nice template with cool features, easy to tweak and easy to understand.&#60;/p&#62;
&#60;p&#62;Here is what I've done with it:&#60;br /&#62;
&#60;a href=&#34;http://www.younesdesign.com&#34; rel=&#34;nofollow&#34;&#62;http://www.younesdesign.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I added many plugins: qTranslate, custome post template, Contact Form 7, BM Custom Login, Related Posts Thumbnails, Wordpress Download Monitor, WP Simple Paypal Shopping cart....&#60;/p&#62;
&#60;p&#62;I had some trouble with qTranslate cause Kriese didn't do all the job :P ('Read more' on the front page, 'Additional Headline' in post and page... etc)&#60;/p&#62;
&#60;p&#62;Feel free to give me your thought about my work and let me know if you find any bugs...&#60;/p&#62;
&#60;p&#62;Thx all and Thx James Morrison for is support!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
