<?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: Continue Slideshow after Clicking the left / right arrows</title>
		<link>http://www.kriesi.at/support/topic/continue-slideshow-after-clicking-the-left-right-arrows</link>
		<description>Support Forum - Topic: Continue Slideshow after Clicking the left / right arrows</description>
		<language>en-US</language>
		<pubDate>Sun, 26 May 2013 09:41:52 +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/continue-slideshow-after-clicking-the-left-right-arrows" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Continue Slideshow after Clicking the left / right arrows"</title>
			<link>http://www.kriesi.at/support/topic/continue-slideshow-after-clicking-the-left-right-arrows#post-93593</link>
			<pubDate>Sun, 27 Jan 2013 08:18:40 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">93593@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1) Open up and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;slider.controls.numeric.find(&#38;#39;a&#38;#39;).bind(&#38;#39;click&#38;#39;, function()
					{
						methods.pause_slider(); slider.trigger(&#38;#39;switch.&#38;#39;+pluginNameSpace, this); return false;
					});

					slider.controls.arrow.find(&#38;#39;a&#38;#39;).not(&#38;#39;.ctrl_pause_play&#38;#39;).bind(&#38;#39;click&#38;#39;,function()
					{
						methods.pause_slider(); slider.trigger(&#38;#39;switch.&#38;#39;+pluginNameSpace, this); return false;
					})&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;slider.controls.numeric.find(&#38;#39;a&#38;#39;).bind(&#38;#39;click&#38;#39;, function()
					{
						methods.pause_slider(); slider.trigger(&#38;#39;switch.&#38;#39;+pluginNameSpace, this);
						setTimeout( &#38;quot;methods.unpause_slider()&#38;quot; ,6000 );
						return false;
					});

					slider.controls.arrow.find(&#38;#39;a&#38;#39;).not(&#38;#39;.ctrl_pause_play&#38;#39;).bind(&#38;#39;click&#38;#39;,function()
					{
						methods.pause_slider(); slider.trigger(&#38;#39;switch.&#38;#39;+pluginNameSpace, this);
						setTimeout(  &#38;quot;methods.unpause_slider()&#38;quot; ,6000 );
						return false;
					})&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can replace 6000 with any other value. 6000 stands for 6000ms (6 seconds countdown before the slideshow auto rotation will start again).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Continue Slideshow after Clicking the left / right arrows"</title>
			<link>http://www.kriesi.at/support/topic/continue-slideshow-after-clicking-the-left-right-arrows#post-92984</link>
			<pubDate>Wed, 23 Jan 2013 10:59:12 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">92984@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Cre8ivDesign,&#60;/p&#62;
&#60;p&#62;1. I checked this on the demo site and on my end, and it seems that when you click the left/right arrows it doesn't continue even if &#60;strong&#62;Autorotation active:&#60;/strong&#62; is set to &#60;strong&#62;Yes&#60;/strong&#62;. I'm not sure how to fix it so I'll tag the rest of the team to check the issue.&#60;/p&#62;
&#60;p&#62;2. Try to add this code in your Quick CSS (located inside Angular &#38;gt; Theme Options &#38;gt; Styling) or custom.css (located inside wp-content/themes/angular/css):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.numeric_controls.slide_controls {
display: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Cre8ivDesign on "Continue Slideshow after Clicking the left / right arrows"</title>
			<link>http://www.kriesi.at/support/topic/continue-slideshow-after-clicking-the-left-right-arrows#post-92867</link>
			<pubDate>Tue, 22 Jan 2013 17:51:13 +0000</pubDate>
			<dc:creator>Cre8ivDesign</dc:creator>
			<guid isPermaLink="false">92867@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I have two questions:&#60;/p&#62;
&#60;p&#62;1. Right not when a user clicks the left / right arrows in the front page slideshow, the auto rotation stops. I'm wondering if you can tell me what code should be edited or added  in order for this to continue the rotation after a few seconds on no activity from the user.&#60;/p&#62;
&#60;p&#62;2. Is there a way to hide the circles used to show the number of slides, and only have the left &#38;amp; right arrows? And is it possible to separate them, so that the left is on the left side on the slide and the right, on the right side!&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Site: &#60;a href=&#34;http://joanmorrissey.com/newsite/&#34; rel=&#34;nofollow&#34;&#62;http://joanmorrissey.com/newsite/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
