<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: SlideDeck</title>
		<link>http://www.kriesi.at/support/topic/slidedeck</link>
		<description>Support Forum - Topic: SlideDeck</description>
		<language>en-US</language>
		<pubDate>Sun, 26 May 2013 07:31: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/topic/slidedeck" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "SlideDeck"</title>
			<link>http://www.kriesi.at/support/topic/slidedeck#post-31167</link>
			<pubDate>Fri, 04 Nov 2011 06:42:14 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">31167@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Have you tried to use conditional tags: &#60;a href=&#34;http://codex.wordpress.org/Conditional_Tags&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Conditional_Tags&#60;/a&#62; ? I.e.:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
if ( is_home() &#124;&#124; is_front_page() ){
slidedeck( 1437, array( &#38;#39;width&#38;#39; =&#38;gt; &#38;#39;100%&#38;#39;, &#38;#39;height&#38;#39; =&#38;gt; &#38;#39;300px&#38;#39; ) );
}
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;would call the slider on the homepage only.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>SSol on "SlideDeck"</title>
			<link>http://www.kriesi.at/support/topic/slidedeck#post-31135</link>
			<pubDate>Thu, 03 Nov 2011 20:00:24 +0000</pubDate>
			<dc:creator>SSol</dc:creator>
			<guid isPermaLink="false">31135@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Easier question, could I add the line of code above so it goes under the slide show. As in under the circle slide show controls. I can make that happen but again it then shows on the header under every page. Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>SSol on "SlideDeck"</title>
			<link>http://www.kriesi.at/support/topic/slidedeck#post-31129</link>
			<pubDate>Thu, 03 Nov 2011 18:53:31 +0000</pubDate>
			<dc:creator>SSol</dc:creator>
			<guid isPermaLink="false">31129@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey, I tried that. &#60;/p&#62;
&#60;p&#62;It hid the slides, but not the slider controls (arrows and circles). I also put the PHP &#60;a href=&#34;http://inoplugs.com/slidedeck&#34;&#62;SlideDeck 2&#60;/a&#62; line above that in the page code but that makes it show on the header on every page. &#60;/p&#62;
&#60;p&#62;Where should this go? &#38;lt;?php slidedeck( 1437, array( 'width' =&#38;gt; '100%', 'height' =&#38;gt; '300px' ) ); ?&#38;gt; &#60;/p&#62;
&#60;p&#62;Obviously, I'm not expecting you to put a tonne of work into this and re-write the site. &#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "SlideDeck"</title>
			<link>http://www.kriesi.at/support/topic/slidedeck#post-31112</link>
			<pubDate>Thu, 03 Nov 2011 18:12:59 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">31112@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I think the easiest solution is to hide the standard slideshow on the homepage with css - everything else would require some (major) php code modifications. Try following css code in css/custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.home .slideshow{
display: none;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>SSol on "SlideDeck"</title>
			<link>http://www.kriesi.at/support/topic/slidedeck#post-31111</link>
			<pubDate>Thu, 03 Nov 2011 17:50:34 +0000</pubDate>
			<dc:creator>SSol</dc:creator>
			<guid isPermaLink="false">31111@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey guys, I was reading Dude's thread on recommended plug ins before making my decision. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://inoplugs.com/slidedeck&#34;&#62;SlideDeck 2&#60;/a&#62; looks great, but Upscale is smart enough to know that without Kriesi's slideshow the page isn't a home page and add's side margins, and breadcrumb trail etc. &#60;a href=&#34;http://inoplugs.com/slidedeck&#34;&#62;SlideDeck 2&#60;/a&#62; gives you one line of php code that can add a slideshow however when I try editing the page template I can put the code above the kriesi home page slideshow and then it ends up on all pages. I'd like to replace Kriesi's slideshow with &#60;a href=&#34;http://inoplugs.com/slidedeck&#34;&#62;SlideDeck 2&#60;/a&#62; but keep the extended blue background, no breadcrumb trail etc, removing his slide show add's these features. Some help would be great. &#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Simon
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
