<?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: Turn Off Slideshow On Posts</title>
		<link>http://www.kriesi.at/support/topic/turn-off-slideshow-on-posts</link>
		<description>Support Forum - Topic: Turn Off Slideshow On Posts</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 16:28:26 +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/turn-off-slideshow-on-posts" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Turn Off Slideshow On Posts"</title>
			<link>http://www.kriesi.at/support/topic/turn-off-slideshow-on-posts#post-54442</link>
			<pubDate>Thu, 03 May 2012 05:51:57 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">54442@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Do you want to remove the slideshow completely or just on the blog/archive pages? &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kita817 on "Turn Off Slideshow On Posts"</title>
			<link>http://www.kriesi.at/support/topic/turn-off-slideshow-on-posts#post-54067</link>
			<pubDate>Tue, 01 May 2012 02:26:30 +0000</pubDate>
			<dc:creator>kita817</dc:creator>
			<guid isPermaLink="false">54067@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Just curious for the solution to this on the Shoutbox theme? Searched the loop-index.php and found some code for the slide, but am not savvy enough to mess with it without guidance
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Turn Off Slideshow On Posts"</title>
			<link>http://www.kriesi.at/support/topic/turn-off-slideshow-on-posts#post-33870</link>
			<pubDate>Sun, 04 Dec 2011 16:48:36 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">33870@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>WebDesignGuy on "Turn Off Slideshow On Posts"</title>
			<link>http://www.kriesi.at/support/topic/turn-off-slideshow-on-posts#post-33860</link>
			<pubDate>Sun, 04 Dec 2011 14:47:35 +0000</pubDate>
			<dc:creator>WebDesignGuy</dc:creator>
			<guid isPermaLink="false">33860@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;worked like a charm...thanks Dude
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Turn Off Slideshow On Posts"</title>
			<link>http://www.kriesi.at/support/topic/turn-off-slideshow-on-posts#post-33841</link>
			<pubDate>Sun, 04 Dec 2011 08:50:36 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">33841@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
in includes/loop-index.php replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo $slideHtml;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if (! is_single() ){
    echo $slideHtml;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>WebDesignGuy on "Turn Off Slideshow On Posts"</title>
			<link>http://www.kriesi.at/support/topic/turn-off-slideshow-on-posts#post-33808</link>
			<pubDate>Sat, 03 Dec 2011 21:56:21 +0000</pubDate>
			<dc:creator>WebDesignGuy</dc:creator>
			<guid isPermaLink="false">33808@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the reply however the only place I have that code you designated is in the header.php and I think I need it there for the slide show.&#60;/p&#62;
&#60;p&#62;I don't want to remove the &#34;image&#34; I have in place. I just don't want it to cycle (uneccessary javascript)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>myworkpool on "Turn Off Slideshow On Posts"</title>
			<link>http://www.kriesi.at/support/topic/turn-off-slideshow-on-posts#post-33784</link>
			<pubDate>Sat, 03 Dec 2011 07:46:35 +0000</pubDate>
			<dc:creator>myworkpool</dc:creator>
			<guid isPermaLink="false">33784@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;For interface-thing, just remove the 'feature image' at the bottom of edit page/post.&#60;/p&#62;
&#60;p&#62;But you have to do in every post i think.&#60;/p&#62;
&#60;p&#62;Somehow, to remove from the code, simply navigate to page.php and single.php and find :&#60;/p&#62;
&#60;p&#62;//display slideshow big if one is available&#60;br /&#62;
if(!empty($avia_config['slide_output'])) echo &#34;&#38;lt;div class='container slideshow_big'&#38;gt;&#34;.$avia_config['slide_output'].&#34;&#38;lt;/div&#38;gt;&#34;;	&#60;/p&#62;
&#60;p&#62;You may comment that line and said viola;&#60;/p&#62;
&#60;p&#62;Hope this help, please respond.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>WebDesignGuy on "Turn Off Slideshow On Posts"</title>
			<link>http://www.kriesi.at/support/topic/turn-off-slideshow-on-posts#post-33771</link>
			<pubDate>Fri, 02 Dec 2011 21:12:55 +0000</pubDate>
			<dc:creator>WebDesignGuy</dc:creator>
			<guid isPermaLink="false">33771@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have no need to have a slideshow on any of my posts, so is there a way to disable this &#34;functionality&#34; althogether...&#60;br /&#62;
Under SlideShow Options on the Post page there is no option not to use?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
