<?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: Manual controls for slider not showing</title>
		<link>http://www.kriesi.at/support/topic/manual-controls-for-slider-not-showing</link>
		<description>Support Forum - Topic: Manual controls for slider not showing</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 11:27:38 +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/manual-controls-for-slider-not-showing" rel="self" type="application/rss+xml" />

		<item>
			<title>garydarling on "Manual controls for slider not showing"</title>
			<link>http://www.kriesi.at/support/topic/manual-controls-for-slider-not-showing#post-85938</link>
			<pubDate>Thu, 29 Nov 2012 21:22:25 +0000</pubDate>
			<dc:creator>garydarling</dc:creator>
			<guid isPermaLink="false">85938@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I spent a couple days playing with avia.js, I finally figured out the problem. I inserted or modified (depending which version of avia.js you have) this code at the end of the &#34;appenControlls&#34; function:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//slideshow controll buttons
					if(options.appendAutoSlideshowControlls &#38;amp;&#38;amp; options.appendControlls &#38;amp;&#38;amp; slideCount &#38;gt; 1)
					{
						slideControlls = $(&#38;#39;&#38;lt;div&#38;gt;&#38;lt;/div&#38;gt;&#38;#39;).appendTo(container)
														 .addClass(options.appendAutoSlideshowControlls)
														 .css({visibility:&#38;#39;visible&#38;#39;, opacity:1});
						var	status = &#38;#39;ctrl_pause&#38;#39;;

						if(options.autorotation) status += &#38;#39; ctrl_play&#38;#39;;

						slideControlls.html(&#38;#39;&#38;lt;a class=&#38;quot;ctrl_fwd&#38;quot; href=&#38;quot;&#38;quot;&#38;gt;&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;a class=&#38;quot;&#38;#39;+status+&#38;#39;&#38;quot; href=&#38;quot;&#38;quot;&#38;gt; &#124;&#38;lt; &#38;lt;/a&#38;gt;&#38;lt;a class=&#38;quot;ctrl_back&#38;quot; href=&#38;quot;&#38;quot;&#38;gt;&#38;lt;&#38;lt;/a&#38;gt;&#38;#39;);

						$(&#38;#39;.ctrl_back&#38;#39;, slideControlls).bind(&#38;#39;click&#38;#39;, {show: &#38;#39;prev&#38;#39;}, helper.setSlideNumber);
						$(&#38;#39;.ctrl_fwd&#38;#39;, slideControlls).bind(&#38;#39;click&#38;#39;, {show: &#38;#39;next&#38;#39;}, helper.setSlideNumber);
						$(&#38;#39;.ctrl_pause, .ctrl_play&#38;#39;, slideControlls).bind(&#38;#39;click&#38;#39;, helper.toggleAutoRotation);
					}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The part that was missing or not working was the setSlideNumber function, as they were mistakenly preceded with &#34;method&#34; instead of &#34;helper&#34;. I then populated the anchor elements with back and forward indicators, and changed the visibility to &#34;visible&#34; and opacity to &#34;1&#34;. I'll play around with those some more to see what the default code does.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Manual controls for slider not showing"</title>
			<link>http://www.kriesi.at/support/topic/manual-controls-for-slider-not-showing#post-82253</link>
			<pubDate>Mon, 05 Nov 2012 08:22:11 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">82253@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I found this post relating to your question&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.kriesi.at/support/topic/feedback-2d-slider-no-autorotate-target-images-forward-backward-are-too-small&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/feedback-2d-slider-no-autorotate-target-images-forward-backward-are-too-small&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I think that is part of the design and avia.js would need to be modified from lines 790-1600&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>garydarling on "Manual controls for slider not showing"</title>
			<link>http://www.kriesi.at/support/topic/manual-controls-for-slider-not-showing#post-82014</link>
			<pubDate>Fri, 02 Nov 2012 17:40:58 +0000</pubDate>
			<dc:creator>garydarling</dc:creator>
			<guid isPermaLink="false">82014@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Okay, I would settle for previous and next. But as you can see in the development site, the Prev/Next navigation is not visible, although the html is there. And when I click either one it still performs a full page refresh, it does not navigate forward or back.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Manual controls for slider not showing"</title>
			<link>http://www.kriesi.at/support/topic/manual-controls-for-slider-not-showing#post-81876</link>
			<pubDate>Fri, 02 Nov 2012 00:25:28 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">81876@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Brightbox slider doesn't have the play/pause capability. You can only have the previous and next button with the pagination.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>garydarling on "Manual controls for slider not showing"</title>
			<link>http://www.kriesi.at/support/topic/manual-controls-for-slider-not-showing#post-81866</link>
			<pubDate>Thu, 01 Nov 2012 22:52:26 +0000</pubDate>
			<dc:creator>garydarling</dc:creator>
			<guid isPermaLink="false">81866@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I assume the avia slider in Brightbox has the ability to show and use manual controls, like back, play/pause, forward, since they appear in the html. But I cannot seem to get them to work properly&#60;br /&#62;
1) By default, they are invisible no matter what color I choose for the background&#60;br /&#62;
2) The html anchor elements are empty, no characters or images, unless they are supposed to be added by jQuery. I assume this is why I see nothing on the screen.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;autoslidecontrolls&#38;quot; style=&#38;quot;visibility: visible; opacity: 1; &#38;quot;&#38;gt;
    &#38;lt;a class=&#38;quot;ctrl_fwd&#38;quot; href=&#38;quot;&#38;quot;&#38;gt;&#38;lt;/a&#38;gt;
    &#38;lt;a class=&#38;quot;ctrl_pause ctrl_play&#38;quot; href=&#38;quot;&#38;quot;&#38;gt;&#38;lt;/a&#38;gt;
    &#38;lt;a class=&#38;quot;ctrl_back&#38;quot; href=&#38;quot;&#38;quot;&#38;gt;&#38;lt;/a&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;3) I can locate and outline them using Chrome's Developer Tools, and if I click on either of the elements I get a full page refresh.&#60;/p&#62;
&#60;p&#62;What am I doing wrong? The site I'm developing is here - &#60;a href=&#34;http://garydarling.net/cosgrove/a-retrospective/for-book-lovers/&#34; rel=&#34;nofollow&#34;&#62;http://garydarling.net/cosgrove/a-retrospective/for-book-lovers/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
