<?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: Slider control buttons</title>
		<link>http://www.kriesi.at/support/topic/slider-control-buttons</link>
		<description>Support Forum - Topic: Slider control buttons</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 22:58:57 +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/slider-control-buttons" rel="self" type="application/rss+xml" />

		<item>
			<title>iso on "Slider control buttons"</title>
			<link>http://www.kriesi.at/support/topic/slider-control-buttons#post-4383</link>
			<pubDate>Thu, 09 Sep 2010 15:34:17 +0000</pubDate>
			<dc:creator>iso</dc:creator>
			<guid isPermaLink="false">4383@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Very nice, I'll purchase it and I can probably figure out on my own.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Slider control buttons"</title>
			<link>http://www.kriesi.at/support/topic/slider-control-buttons#post-4378</link>
			<pubDate>Thu, 09 Sep 2010 15:20:02 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">4378@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;You can copy / paste the code from CleanCut, but this isn't something we can officially support.&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iso on "Slider control buttons"</title>
			<link>http://www.kriesi.at/support/topic/slider-control-buttons#post-4287</link>
			<pubDate>Wed, 08 Sep 2010 16:06:49 +0000</pubDate>
			<dc:creator>iso</dc:creator>
			<guid isPermaLink="false">4287@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi James,&#60;/p&#62;
&#60;p&#62;I've modified the file to what you have but nothing is showing up for me.&#60;/p&#62;
&#60;p&#62;Do I have to edit the css file as well?&#60;/p&#62;
&#60;p&#62;CleanCut theme has the slider control which is exactly what I need. So if I buy the CleanCut theme and grab the code for that will it work or you have it set up differently?&#60;/p&#62;
&#60;p&#62;Thank you very much.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Slider control buttons"</title>
			<link>http://www.kriesi.at/support/topic/slider-control-buttons#post-4071</link>
			<pubDate>Sun, 05 Sep 2010 17:05:36 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">4071@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Try this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function showThumbnails()
	{
		global $k_option;
		$this-&#38;gt;slider = &#38;#39;&#38;#39;;

		if(!is_object($this-&#38;gt;slideshowLoop))
		{
			$this-&#38;gt;slideshowLoop = new WP_Query(&#38;quot;post_type=&#38;quot;.$this-&#38;gt;postType.&#38;quot;&#38;amp;posts_per_page=&#38;quot;.$this-&#38;gt;postPerPage);
		}		

		if($this-&#38;gt;slideshowLoop-&#38;gt;have_posts())
		{
			$this-&#38;gt;slider = &#38;quot;&#38;lt;ul class=&#38;#39;slideshowThumbs&#38;#39;&#38;gt;\n&#38;quot;;
			$loopCount = 1;

				while ($this-&#38;gt;slideshowLoop-&#38;gt;have_posts())
				{
					$this-&#38;gt;slideshowLoop-&#38;gt;the_post();

					$img = &#38;quot;http://www.mysite.com/myimg.jpg&#38;quot;;

					$imageLink = get_real_url(get_post_meta($this-&#38;gt;slideshowLoop-&#38;gt;post-&#38;gt;ID, &#38;quot;_img_url&#38;quot;, true));

					$this-&#38;gt;slider.= &#38;quot;&#38;lt;li class=&#38;#39;slideThumb ie6fix slideThumb&#38;quot;.$loopCount.&#38;quot;&#38;#39;&#38;gt;\n&#38;quot;;
					$this-&#38;gt;slider.= $imageLink != &#38;quot;&#38;quot; ? &#38;quot;&#38;lt;a href=&#38;#39;&#38;quot;.$imageLink.&#38;quot;&#38;#39; class=&#38;#39;slideThumWrap noLightbox&#38;#39;&#38;gt;\n&#38;quot; : &#38;quot;&#38;lt;span class=&#38;#39;slideThumWrap&#38;#39;&#38;gt;\n&#38;quot;;

					$this-&#38;gt;slider .= &#38;quot;&#38;lt;span class=&#38;#39;slideThumbTitle&#38;#39;&#38;gt;\n&#38;quot;;
					$this-&#38;gt;slider .= &#38;quot;&#38;lt;strong class=&#38;#39;slideThumbHeading rounded ie6fix&#38;#39;&#38;gt;&#38;quot;.get_the_title().&#38;quot;&#38;lt;/strong&#38;gt;\n&#38;quot;;
					$this-&#38;gt;slider .= &#38;quot;&#38;lt;/span&#38;gt;\n&#38;quot;;

					$this-&#38;gt;slider.= &#38;quot;&#38;lt;span class=&#38;#39;fancy&#38;#39;&#38;gt;&#38;lt;/span&#38;gt;&#38;quot;;
					$this-&#38;gt;slider.= $img;
					$this-&#38;gt;slider.= &#38;quot;&#38;lt;/span&#38;gt;&#38;quot;;
					$this-&#38;gt;slider.= &#38;quot;&#38;lt;/li&#38;gt;&#38;lt;!-- end .slideThumb --&#38;gt;\n&#38;quot;;

					$loopCount ++;
				}

			$this-&#38;gt;slider.= &#38;quot;&#38;lt;/ul&#38;gt;&#38;lt;!-- end .slideshowThumbs --&#38;gt; \n&#38;quot;;

		}

		echo $this-&#38;gt;slider;
	}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Update this line to the Image URL:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$img = &#38;quot;http://www.mysite.com/myimg.jpg&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iso on "Slider control buttons"</title>
			<link>http://www.kriesi.at/support/topic/slider-control-buttons#post-3969</link>
			<pubDate>Fri, 03 Sep 2010 17:23:36 +0000</pubDate>
			<dc:creator>iso</dc:creator>
			<guid isPermaLink="false">3969@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you!&#60;/p&#62;
&#60;p&#62;Much appreciated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Slider control buttons"</title>
			<link>http://www.kriesi.at/support/topic/slider-control-buttons#post-3966</link>
			<pubDate>Fri, 03 Sep 2010 16:50:45 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">3966@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry, I didn't notice that :-( .&#60;/p&#62;
&#60;p&#62;I'll look into it if I've time.&#60;/p&#62;
&#60;p&#62;The Dude
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iso on "Slider control buttons"</title>
			<link>http://www.kriesi.at/support/topic/slider-control-buttons#post-3961</link>
			<pubDate>Fri, 03 Sep 2010 16:05:30 +0000</pubDate>
			<dc:creator>iso</dc:creator>
			<guid isPermaLink="false">3961@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm sorry maybe I wasn't clear enough. You say modify the code above but I have no clue what to change. That code he posted is simply the copy and paste of original php function code.&#60;/p&#62;
&#60;p&#62;I need more specific and detailed guidance how it could be done (what code should I changed to etc).&#60;/p&#62;
&#60;p&#62;I actually looked at the CleanCut theme and it has exactly what I'm looking for and I need the same thing for Avisio theme.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Slider control buttons"</title>
			<link>http://www.kriesi.at/support/topic/slider-control-buttons#post-3920</link>
			<pubDate>Fri, 03 Sep 2010 06:26:33 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">3920@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;James wrote the solution one post above yours. You need to modify /framework/classes/kclass_display_slideshow.php with his code he posted above.&#60;/p&#62;
&#60;p&#62;The Dude
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iso on "Slider control buttons"</title>
			<link>http://www.kriesi.at/support/topic/slider-control-buttons#post-3917</link>
			<pubDate>Fri, 03 Sep 2010 04:14:28 +0000</pubDate>
			<dc:creator>iso</dc:creator>
			<guid isPermaLink="false">3917@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello there, first let me just say how wonderful this theme is. I'm a satisfied customer and thank you for your hard. :)&#60;/p&#62;
&#60;p&#62;Now I would like to ask almighty support staff James how exactly this can be achieved. Specifically I want it to show the button exactly like the one for Aviaslider demo (hover, selected etc).&#60;/p&#62;
&#60;p&#62;I'm no php genius so if you can guide me through I would be greatly appreciated.&#60;/p&#62;
&#60;p&#62;Thank you very much.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Slider control buttons"</title>
			<link>http://www.kriesi.at/support/topic/slider-control-buttons#post-2953</link>
			<pubDate>Tue, 17 Aug 2010 13:47:44 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">2953@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey, sorry for the delay it was the combination of a weekend plus no Internet access yesterday :-(&#60;/p&#62;
&#60;p&#62;There is no option in Avisio to make the slider navigation buttons rather than the small images but with a little modification this can be done. Open up /framework/classes/kclass_display_slideshow.php and modify this code to use a static image rather than the dynamic images for $img:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function showThumbnails()
	{
		global $k_option;
		$this-&#38;gt;slider = &#38;#39;&#38;#39;;

		if(!is_object($this-&#38;gt;slideshowLoop))
		{
			$this-&#38;gt;slideshowLoop = new WP_Query(&#38;quot;post_type=&#38;quot;.$this-&#38;gt;postType.&#38;quot;&#38;amp;posts_per_page=&#38;quot;.$this-&#38;gt;postPerPage);
		}		

		if($this-&#38;gt;slideshowLoop-&#38;gt;have_posts())
		{
			$this-&#38;gt;slider = &#38;quot;&#38;lt;ul class=&#38;#39;slideshowThumbs&#38;#39;&#38;gt;\n&#38;quot;;
			$loopCount = 1;

				while ($this-&#38;gt;slideshowLoop-&#38;gt;have_posts())
				{
					$this-&#38;gt;slideshowLoop-&#38;gt;the_post();

					$img = kriesi_post_thumb($this-&#38;gt;slideshowLoop-&#38;gt;post-&#38;gt;ID, array(&#38;#39;size&#38;#39;=&#38;gt; array($this-&#38;gt;size),
																&#38;#39;wh&#38;#39; =&#38;gt; $k_option[&#38;#39;custom&#38;#39;][&#38;#39;imgSize&#38;#39;][$this-&#38;gt;size],
																&#38;#39;display_link&#38;#39; =&#38;gt; array(&#38;#39;none&#38;#39;)
															));

					$imageLink = get_real_url(get_post_meta($this-&#38;gt;slideshowLoop-&#38;gt;post-&#38;gt;ID, &#38;quot;_img_url&#38;quot;, true));

					$this-&#38;gt;slider.= &#38;quot;&#38;lt;li class=&#38;#39;slideThumb ie6fix slideThumb&#38;quot;.$loopCount.&#38;quot;&#38;#39;&#38;gt;\n&#38;quot;;
					$this-&#38;gt;slider.= $imageLink != &#38;quot;&#38;quot; ? &#38;quot;&#38;lt;a href=&#38;#39;&#38;quot;.$imageLink.&#38;quot;&#38;#39; class=&#38;#39;slideThumWrap noLightbox&#38;#39;&#38;gt;\n&#38;quot; : &#38;quot;&#38;lt;span class=&#38;#39;slideThumWrap&#38;#39;&#38;gt;\n&#38;quot;;

					$this-&#38;gt;slider .= &#38;quot;&#38;lt;span class=&#38;#39;slideThumbTitle&#38;#39;&#38;gt;\n&#38;quot;;
					$this-&#38;gt;slider .= &#38;quot;&#38;lt;strong class=&#38;#39;slideThumbHeading rounded ie6fix&#38;#39;&#38;gt;&#38;quot;.get_the_title().&#38;quot;&#38;lt;/strong&#38;gt;\n&#38;quot;;
					$this-&#38;gt;slider .= &#38;quot;&#38;lt;/span&#38;gt;\n&#38;quot;;

					$this-&#38;gt;slider.= &#38;quot;&#38;lt;span class=&#38;#39;fancy&#38;#39;&#38;gt;&#38;lt;/span&#38;gt;&#38;quot;;
					$this-&#38;gt;slider.= $img;
					$this-&#38;gt;slider.= $imageLink != &#38;quot;&#38;quot; ? &#38;quot;&#38;lt;/a&#38;gt;&#38;quot; : &#38;quot;&#38;lt;/span&#38;gt;&#38;quot;;
					$this-&#38;gt;slider.= &#38;quot;&#38;lt;/li&#38;gt;&#38;lt;!-- end .slideThumb --&#38;gt;\n&#38;quot;;

					$loopCount ++;
				}

			$this-&#38;gt;slider.= &#38;quot;&#38;lt;/ul&#38;gt;&#38;lt;!-- end .slideshowThumbs --&#38;gt; \n&#38;quot;;

		}

		echo $this-&#38;gt;slider;
	}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>torndownunit on "Slider control buttons"</title>
			<link>http://www.kriesi.at/support/topic/slider-control-buttons#post-2849</link>
			<pubDate>Sun, 15 Aug 2010 21:35:17 +0000</pubDate>
			<dc:creator>torndownunit</dc:creator>
			<guid isPermaLink="false">2849@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks a lot.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Slider control buttons"</title>
			<link>http://www.kriesi.at/support/topic/slider-control-buttons#post-2831</link>
			<pubDate>Sun, 15 Aug 2010 18:27:41 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">2831@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Support questions are generally answered Monday to Friday between 9am and 5pm (GMT +1), sometimes outside these hours. Posts are answered in the order received. You should receive an answer within 1 working day of posting. James will most likely help you tomorrow.&#60;/p&#62;
&#60;p&#62;The Dude
&#60;/p&#62;</description>
		</item>
		<item>
			<title>torndownunit on "Slider control buttons"</title>
			<link>http://www.kriesi.at/support/topic/slider-control-buttons#post-2825</link>
			<pubDate>Sun, 15 Aug 2010 17:03:30 +0000</pubDate>
			<dc:creator>torndownunit</dc:creator>
			<guid isPermaLink="false">2825@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry to bump this, but I am hoping to show a client a mock-up tomorrow, and this is something I'd really like to have on it.  I am assuming I am just missing something really simple since those little selector/radio buttons are showing the demo.   If I knew what files to edit, I might be able to figure out myself but I am at a loss.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>torndownunit on "Slider control buttons"</title>
			<link>http://www.kriesi.at/support/topic/slider-control-buttons#post-2771</link>
			<pubDate>Sat, 14 Aug 2010 00:06:46 +0000</pubDate>
			<dc:creator>torndownunit</dc:creator>
			<guid isPermaLink="false">2771@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey there, new user/purchaser of the theme from ThemeForest.&#60;/p&#62;
&#60;p&#62;I was looking at the demo the slider here:  &#60;a href=&#34;http://aviathemes.com/aviaslider/&#34; rel=&#34;nofollow&#34;&#62;http://aviathemes.com/aviaslider/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I have 2 questions.   How to I make the little radio controls appear?  I don't see any option in the slider options in the theme.&#60;/p&#62;
&#60;p&#62;Second, in the demo I like the &#34;Full Width Fade Slider&#34; effect.  I don't see any way to activate through the slider options in the theme though.&#60;/p&#62;
&#60;p&#62;Could you help me with these 2 issues?   Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
