<?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 - Tag: controls - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/controls</link>
		<description>Support Forum - Tag: controls - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 20:56:37 +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/tags/controls" rel="self" type="application/rss+xml" />

		<item>
			<title>martinhartzsch on "Always show the Slideshow navigation ..."</title>
			<link>http://www.kriesi.at/support/topic/always-show-the-slideshow-navigation#post-101649</link>
			<pubDate>Sat, 16 Mar 2013 22:42:07 +0000</pubDate>
			<dc:creator>martinhartzsch</dc:creator>
			<guid isPermaLink="false">101649@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you Peter!&#60;br /&#62;
You are awesome!&#60;/p&#62;
&#60;p&#62;:D
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Always show the Slideshow navigation ..."</title>
			<link>http://www.kriesi.at/support/topic/always-show-the-slideshow-navigation#post-101593</link>
			<pubDate>Sat, 16 Mar 2013 07:35:17 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">101593@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Add following code into the quick css field to fix the issue:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.arrow_controls, .arrow_controls a {
display: block !important;
opacity: 1 !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>martinhartzsch on "Always show the Slideshow navigation ..."</title>
			<link>http://www.kriesi.at/support/topic/always-show-the-slideshow-navigation#post-101353</link>
			<pubDate>Thu, 14 Mar 2013 19:32:52 +0000</pubDate>
			<dc:creator>martinhartzsch</dc:creator>
			<guid isPermaLink="false">101353@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey it is nearly working to 90%, but one last issue...&#60;br /&#62;
When the page is instantly loaded the arrows are not visible.&#60;br /&#62;
After the user has hovered over the image then they are appearing and are staying.&#60;br /&#62;
It would be very cool when the arrows are visible after the page is loaded so that&#60;br /&#62;
everybody knows that there is more than one Image to look at.&#60;br /&#62;
Would this be possible?&#60;/p&#62;
&#60;p&#62;Thank you&#60;br /&#62;
Martin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Always show the Slideshow navigation ..."</title>
			<link>http://www.kriesi.at/support/topic/always-show-the-slideshow-navigation#post-101080</link>
			<pubDate>Wed, 13 Mar 2013 12:15:48 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">101080@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi martinhartzsch,&#60;/p&#62;
&#60;p&#62;You can add this code to remove the background color of those arrows:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .arrow_controls a {
background-color: transparent;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I'll just remind you that the adding this code will make those arrows invisible as those arrows are white. Just replace the images(arrows).&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>martinhartzsch on "Always show the Slideshow navigation ..."</title>
			<link>http://www.kriesi.at/support/topic/always-show-the-slideshow-navigation#post-100834</link>
			<pubDate>Tue, 12 Mar 2013 13:33:48 +0000</pubDate>
			<dc:creator>martinhartzsch</dc:creator>
			<guid isPermaLink="false">100834@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ismael, thank you very much! That does it!!! :D&#60;/p&#62;
&#60;p&#62;the last thing i really like to have is that the arrows have no box appearing around them which is highlighting them.&#60;br /&#62;
Id like to have the arrows pure without a box and they are highlighting like the rest of the links on the Page ...&#60;/p&#62;
&#60;p&#62;Editing the arrows in a graphic application  would be no problem for me, its just the coding ...&#60;/p&#62;
&#60;p&#62;Anyone can help out?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Always show the Slideshow navigation ..."</title>
			<link>http://www.kriesi.at/support/topic/always-show-the-slideshow-navigation#post-100830</link>
			<pubDate>Tue, 12 Mar 2013 13:13:43 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">100830@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi martin,&#60;/p&#62;
&#60;p&#62;Try to add this code in your Quick CSS (located in Propulsion &#38;gt; Theme Options &#38;gt; Styling) or custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.arrow_controls.slide_controls &#38;gt; a {
opacity: 1 !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>martinhartzsch on "Always show the Slideshow navigation ..."</title>
			<link>http://www.kriesi.at/support/topic/always-show-the-slideshow-navigation#post-100639</link>
			<pubDate>Mon, 11 Mar 2013 16:02:20 +0000</pubDate>
			<dc:creator>martinhartzsch</dc:creator>
			<guid isPermaLink="false">100639@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is it possible to have the Controls always visible?&#60;/p&#62;
&#60;p&#62;i mean the arrow-elements when you hover over the Image.&#60;br /&#62;
They appear in the lower right corner of the Image-slideshow.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.martinhartzsch.de/arbeiten/druck/prohil/&#34; rel=&#34;nofollow&#34;&#62;http://www.martinhartzsch.de/arbeiten/druck/prohil/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;And are they editable? Id like to have them inverted as the are now (no box around the arrow instead the arrow only)&#60;/p&#62;
&#60;p&#62;thanks in advance&#60;br /&#62;
martin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "broadscope slideshow controls"</title>
			<link>http://www.kriesi.at/support/topic/broadscope-slideshow-controls#post-74764</link>
			<pubDate>Fri, 07 Sep 2012 10:47:28 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">74764@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Chuck,&#60;/p&#62;
&#60;p&#62;Glad that you have resolved it. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>browncl on "broadscope slideshow controls"</title>
			<link>http://www.kriesi.at/support/topic/broadscope-slideshow-controls#post-74707</link>
			<pubDate>Thu, 06 Sep 2012 20:47:42 +0000</pubDate>
			<dc:creator>browncl</dc:creator>
			<guid isPermaLink="false">74707@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;d'oh! right after i posted this, I discovered the unique settings for the page.&#60;/p&#62;
&#60;p&#62;thanks anyway!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>browncl on "broadscope slideshow controls"</title>
			<link>http://www.kriesi.at/support/topic/broadscope-slideshow-controls#post-74706</link>
			<pubDate>Thu, 06 Sep 2012 20:43:48 +0000</pubDate>
			<dc:creator>browncl</dc:creator>
			<guid isPermaLink="false">74706@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;wondering how or if I can hide all of the slideshow controls... please see example.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://fab.cms.libsyn.com/&#34; rel=&#34;nofollow&#34;&#62;http://fab.cms.libsyn.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;thanks,&#60;br /&#62;
Chuck
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Can&#039;t find settings for hiding sidebar and content"</title>
			<link>http://www.kriesi.at/support/topic/cant-find-settings-for-hiding-sidebar-and-content#post-67220</link>
			<pubDate>Mon, 23 Jul 2012 18:39:36 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">67220@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi sgilbride,&#60;/p&#62;
&#60;p&#62;As far as I know no, that is the only way to get the setting to be available via the theme options. You could hide the controls by adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.arrowslidecontrolls_fullscreen {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;As for the font color, you can add the following css and edit it to your needs:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;body {
color: #888;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Some quick color values can be found here: &#60;a href=&#34;http://www.w3schools.com/html/html_colors.asp&#34; rel=&#34;nofollow&#34;&#62;http://www.w3schools.com/html/html_colors.asp&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sgilbride on "Can&#039;t find settings for hiding sidebar and content"</title>
			<link>http://www.kriesi.at/support/topic/cant-find-settings-for-hiding-sidebar-and-content#post-66445</link>
			<pubDate>Wed, 18 Jul 2012 21:08:12 +0000</pubDate>
			<dc:creator>sgilbride</dc:creator>
			<guid isPermaLink="false">66445@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;One more thing I forgot to ask... I want to make the font in the content area a different color, either black or white, so that it can be read now that I've made the background transparent. I may make the menu area transparent too but that depends on the answer to the question above. :-) Is there a way to isolate the body copy/text in the the content area only and change the color of it?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sgilbride on "Can&#039;t find settings for hiding sidebar and content"</title>
			<link>http://www.kriesi.at/support/topic/cant-find-settings-for-hiding-sidebar-and-content#post-66443</link>
			<pubDate>Wed, 18 Jul 2012 20:59:27 +0000</pubDate>
			<dc:creator>sgilbride</dc:creator>
			<guid isPermaLink="false">66443@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I figured out the answer to my first question for at least one of my sites. I wanted only one static image but when I added a 2nd image the hide sidebar and content options came up. So I guess we need to have at least 2 images. If there is a work around I've not figured out yet, please let me know. &#60;/p&#62;
&#60;p&#62;Samantha
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sgilbride on "Can&#039;t find settings for hiding sidebar and content"</title>
			<link>http://www.kriesi.at/support/topic/cant-find-settings-for-hiding-sidebar-and-content#post-66361</link>
			<pubDate>Wed, 18 Jul 2012 13:11:44 +0000</pubDate>
			<dc:creator>sgilbride</dc:creator>
			<guid isPermaLink="false">66361@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Greetings!&#60;br /&#62;
I'm using this theme for two different sites and just realized that I can't find any controls for hiding the sidebar and content as shown in the preview on themeforest.com. On both of my sites the controls are showing up on the bottom even though I've them set to show.&#60;br /&#62;
The sites are pureilluminaitons.com and waynebchandler.com.&#60;br /&#62;
How do I make that option appear on both of my sites?&#60;/p&#62;
&#60;p&#62;Thank you!&#60;br /&#62;
Samantha
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nps on "AviaSlider: can we move the controls up over the images?"</title>
			<link>http://www.kriesi.at/support/topic/aviaslider-can-we-move-the-controls-up-over-the-images#post-35682</link>
			<pubDate>Wed, 21 Dec 2011 18:33:37 +0000</pubDate>
			<dc:creator>nps</dc:creator>
			<guid isPermaLink="false">35682@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I played a bit with the styles for .slidecontrolls but it didn't do what I needed.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Avia Slider Next/Prev buttons"</title>
			<link>http://www.kriesi.at/support/topic/avia-slider-nextprev-buttons#post-16092</link>
			<pubDate>Fri, 01 Apr 2011 05:23:33 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">16092@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks theb3s7 for providing the code :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>theb3s7 on "Avia Slider Next/Prev buttons"</title>
			<link>http://www.kriesi.at/support/topic/avia-slider-nextprev-buttons#post-16010</link>
			<pubDate>Wed, 30 Mar 2011 22:07:06 +0000</pubDate>
			<dc:creator>theb3s7</dc:creator>
			<guid isPermaLink="false">16010@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;If you're using the default controls I have a solution for you:&#60;/p&#62;
&#60;p&#62;add these methods into slideWrapper.methods object:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;prevSlide: function()
                {
                    if (skipSwitch)
                        return false;

                    var x = currentSlideNumber - 1;
                    if(x == -1)
                        x = slideCount-1;
                    controlls.find(&#38;#39;a:eq(&#38;#39;+ x +&#38;#39;)&#38;#39;).click();
                    return false;
                },
	nextSlide: function()
                {
                    if (skipSwitch)
                        return false;

                    var x = currentSlideNumber + 1;
                    if(x == slideCount)
                        x = 0;
                    controlls.find(&#38;#39;a:eq(&#38;#39;+ (x) +&#38;#39;)&#38;#39;).click();
                    return false;
                },&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and also replace the appendControls function with this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if (options.slideControlls == &#38;#39;items&#38;#39;)
					{
						var elementToAppend = options.appendControlls &#124;&#124; slideWrapper[0];
						controlls = $(&#38;#39;&#38;lt;div&#38;gt;&#38;lt;/div&#38;gt;&#38;#39;).addClass(&#38;#39;slidecontrolls&#38;#39;).insertAfter(elementToAppend);

                        var controllerBack = $(&#38;#39;&#38;lt;span style=&#38;quot;float: left;cursor:pointer;background: none;width: 28px&#38;quot;&#38;gt; prev &#38;lt;/span&#38;gt;&#38;#39;).appendTo(controlls);
                        controllerBack.bind(&#38;#39;click&#38;#39;, slideWrapper.methods.prevSlide);
						slides.each(function(i)
						{
							var controller = $(&#38;#39;&#38;lt;a href=&#38;quot;#&#38;quot; class=&#38;quot;ie6fix &#38;#39;+current_class+&#38;#39;&#38;quot;&#38;gt;&#38;lt;/a&#38;gt;&#38;#39;).appendTo(controlls);
							controller.bind(&#38;#39;click&#38;#39;, {currentSlideNumber: i}, slideWrapper.methods.switchSlide);
							current_class = &#38;quot;&#38;quot;;
						});
                        var controllerFwd = $(&#38;#39;&#38;lt;span style=&#38;quot;float: left;cursor:pointer;background: none;width: 28px&#38;quot;&#38;gt; next &#38;lt;/span&#38;gt;&#38;#39;).appendTo(controlls);
						controllerFwd.bind(&#38;#39;click&#38;#39;, slideWrapper.methods.nextSlide);

						controlls.width(controlls.width()).css(&#38;#39;float&#38;#39;,&#38;#39;none&#38;#39;);
					}
					return this;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>odha on "Bad AviaSlider control buttons"</title>
			<link>http://www.kriesi.at/support/topic/bad-aviaslider-control-buttons#post-13306</link>
			<pubDate>Tue, 22 Feb 2011 22:45:57 +0000</pubDate>
			<dc:creator>odha</dc:creator>
			<guid isPermaLink="false">13306@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Personally I think it's a flaw. I think it looks fine on the demo because of the grey background behind those buttons. But on other sites I've seen that use this plugin they seem to have the same problem. It's not a huge deal, like I said I just pay way too close attention to detail, but I think it's something that can easily be fixed in the source files.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Bad AviaSlider control buttons"</title>
			<link>http://www.kriesi.at/support/topic/bad-aviaslider-control-buttons#post-13214</link>
			<pubDate>Mon, 21 Feb 2011 07:37:49 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">13214@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I can slightly see this effect here: &#60;a href=&#34;http://aviathemes.com/aviaslider/&#34; rel=&#34;nofollow&#34;&#62;http://aviathemes.com/aviaslider/&#60;/a&#62; - I'm not sure if it's because of design reasons (some sort light/3d effect) or if it's a flaw...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>odha on "Bad AviaSlider control buttons"</title>
			<link>http://www.kriesi.at/support/topic/bad-aviaslider-control-buttons#post-13207</link>
			<pubDate>Mon, 21 Feb 2011 05:06:01 +0000</pubDate>
			<dc:creator>odha</dc:creator>
			<guid isPermaLink="false">13207@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I did get the buttons fixed by playing around with them in Photoshop, but you can see the new ones at &#60;a href=&#34;http://www.wildbackpacker.com&#34; rel=&#34;nofollow&#34;&#62;http://www.wildbackpacker.com&#60;/a&#62;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>odha on "Bad AviaSlider control buttons"</title>
			<link>http://www.kriesi.at/support/topic/bad-aviaslider-control-buttons#post-13205</link>
			<pubDate>Mon, 21 Feb 2011 04:00:38 +0000</pubDate>
			<dc:creator>odha</dc:creator>
			<guid isPermaLink="false">13205@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I just downloaded the AviaSlider and it seems to me like the control buttons are cropped incorrectly - the left and bottom sides seem to be flat instead of creating a circular effect. I'm a perfectionist, but this seems like a pretty big annoyance to me. Does anyone else see this? Maybe I just got a bad update of the file? Other than this issue, I love the buttons and the rest of the plugin! Thanks so much!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "AviaSlider Controls On Top Of Images"</title>
			<link>http://www.kriesi.at/support/topic/aviaslider-controls-on-top-of-images#post-10504</link>
			<pubDate>Wed, 22 Dec 2010 10:02:41 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">10504@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>reformedman on "AviaSlider Controls On Top Of Images"</title>
			<link>http://www.kriesi.at/support/topic/aviaslider-controls-on-top-of-images#post-10483</link>
			<pubDate>Tue, 21 Dec 2010 13:17:32 +0000</pubDate>
			<dc:creator>reformedman</dc:creator>
			<guid isPermaLink="false">10483@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Just for the record, that worked thank you!&#60;/p&#62;
&#60;p&#62;I will be posting a question on a different thread concerning time delay, please help me with that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "AviaSlider Controls On Top Of Images"</title>
			<link>http://www.kriesi.at/support/topic/aviaslider-controls-on-top-of-images#post-10477</link>
			<pubDate>Tue, 21 Dec 2010 12:37:11 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">10477@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
try to add a z-index to your css code like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.slidecontrolls{
margin:-20px 0 20px auto;
position: relative;
float:left;
z-index:1000;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>reformedman on "AviaSlider Controls On Top Of Images"</title>
			<link>http://www.kriesi.at/support/topic/aviaslider-controls-on-top-of-images#post-10462</link>
			<pubDate>Mon, 20 Dec 2010 23:42:45 +0000</pubDate>
			<dc:creator>reformedman</dc:creator>
			<guid isPermaLink="false">10462@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello, my first support post question.&#60;/p&#62;
&#60;p&#62;I have resized the images to 900x250.&#60;br /&#62;
I then changed the location of the controls to&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;br /&#38;gt;
.slidecontrolls{&#38;lt;br /&#38;gt;
margin:-20px 0 20px auto;&#38;lt;br /&#38;gt;
position: relative;&#38;lt;br /&#38;gt;
float:left;&#38;lt;br /&#38;gt;
}&#38;lt;br /&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The images are now covering the controls.&#60;/p&#62;
&#60;p&#62;My question is, What should I do so that the controls are over the images and clickable as well as viewable?&#60;/p&#62;
&#60;p&#62;Thank you&#60;br /&#62;
_______________________________________________________________&#60;br /&#62;
edit&#60;br /&#62;
By the way, everything is where I want them to be, but I need for the controls to be OVER the images.&#60;br /&#62;
The location of the buttons are exactly where I want them.&#60;br /&#62;
look at ibrnb.com/iglesia/indexa.html for the text page that I am working on.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Avia Slider Next/Prev buttons"</title>
			<link>http://www.kriesi.at/support/topic/avia-slider-nextprev-buttons#post-7716</link>
			<pubDate>Tue, 26 Oct 2010 07:48:58 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">7716@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm sorry - I can't to look into this problem as it would take too long.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dane on "Avia Slider Next/Prev buttons"</title>
			<link>http://www.kriesi.at/support/topic/avia-slider-nextprev-buttons#post-7628</link>
			<pubDate>Mon, 25 Oct 2010 14:38:15 +0000</pubDate>
			<dc:creator>dane</dc:creator>
			<guid isPermaLink="false">7628@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi!!!!&#60;br /&#62;
 Im trying to use this code for the same propose but  didn´t worck.&#60;/p&#62;
&#60;p&#62;Can you help me PLS
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Avia Slider Next/Prev buttons"</title>
			<link>http://www.kriesi.at/support/topic/avia-slider-nextprev-buttons#post-6278</link>
			<pubDate>Fri, 08 Oct 2010 08:21:38 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">6278@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm not good at javascript coding but you need to bind a function like the following to the next button:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;currentSlideNumber ++;
						if(currentSlideNumber == slideCount) currentSlideNumber = 0;
						slideWrapper.methods.switchSlide();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and something like &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;currentSlideNumber --;
						if(currentSlideNumber == 0) currentSlideNumber = slideCount;
						slideWrapper.methods.switchSlide();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to the previous button.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fortmutj on "Avia Slider Next/Prev buttons"</title>
			<link>http://www.kriesi.at/support/topic/avia-slider-nextprev-buttons#post-6248</link>
			<pubDate>Thu, 07 Oct 2010 20:50:33 +0000</pubDate>
			<dc:creator>fortmutj</dc:creator>
			<guid isPermaLink="false">6248@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I need to have next/previous buttons on the Avia slider, in place of the default click controls. Is there a function within the slider object I can call to advance to the next or previous slide?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
