<?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: Aviaslider</title>
		<link>http://www.kriesi.at/support/topic/aviaslider-4</link>
		<description>Support Forum - Topic: Aviaslider</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 18:43: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/aviaslider-4" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Aviaslider"</title>
			<link>http://www.kriesi.at/support/topic/aviaslider-4#post-67866</link>
			<pubDate>Fri, 27 Jul 2012 02:25:12 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">67866@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Glad Devin and Peter could help. :-)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pixie1971 on "Aviaslider"</title>
			<link>http://www.kriesi.at/support/topic/aviaslider-4#post-67770</link>
			<pubDate>Thu, 26 Jul 2012 15:42:57 +0000</pubDate>
			<dc:creator>pixie1971</dc:creator>
			<guid isPermaLink="false">67770@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ah, I see, found it!! Many thanks for all your help!! Great service. Rita :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Aviaslider"</title>
			<link>http://www.kriesi.at/support/topic/aviaslider-4#post-67614</link>
			<pubDate>Wed, 25 Jul 2012 17:50:50 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">67614@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Rita,&#60;/p&#62;
&#60;p&#62;I believe in the example files the shadow is actually the background of the main top div so you would need to add it as a background image to the css for your slideshow container and then align it a bit.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pixie1971 on "Aviaslider"</title>
			<link>http://www.kriesi.at/support/topic/aviaslider-4#post-67186</link>
			<pubDate>Mon, 23 Jul 2012 16:02:01 +0000</pubDate>
			<dc:creator>pixie1971</dc:creator>
			<guid isPermaLink="false">67186@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;HI,&#60;br /&#62;
thanks for reply, will check the custom.js file.&#60;/p&#62;
&#60;p&#62;re the shadowy background, I just used your example as supplied and inserted all the bits into a test file.&#60;/p&#62;
&#60;p&#62;please see here: &#60;a href=&#34;http://www.farmandfencing.co.uk/test1.html&#34; rel=&#34;nofollow&#34;&#62;http://www.farmandfencing.co.uk/test1.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;all other files are in the folders as supplied.  Many thanks for checking this out.&#60;/p&#62;
&#60;p&#62;Rita
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Aviaslider"</title>
			<link>http://www.kriesi.at/support/topic/aviaslider-4#post-66480</link>
			<pubDate>Thu, 19 Jul 2012 06:01:22 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">66480@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
1) The easiest way to get the sample code for most options is to have a look at html\js\custom.js - the file contains all slider configurations of the demo page. Eg following code will create a block transition:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// here you can see the slide options I used in the demo page. depending on the id of the slider a different setup gets activated
$(&#38;#39;#frontpage-slider&#38;#39;).aviaSlider({	blockSize: {height: 80, width:80},
transition: &#38;#39;slide&#38;#39;,
display: &#38;#39;all&#38;#39;,
transitionOrder: [&#38;#39;diagonaltop&#38;#39;, &#38;#39;diagonalbottom&#38;#39;,&#38;#39;topleft&#38;#39;, &#38;#39;bottomright&#38;#39;, &#38;#39;random&#38;#39;]
});&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can find all the sample code snippets in the documentation (javascript section) too.&#60;/p&#62;
&#60;p&#62;2) Can you post a link please - I need to investigate the image issue with firebug.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pixie1971 on "Aviaslider"</title>
			<link>http://www.kriesi.at/support/topic/aviaslider-4#post-65046</link>
			<pubDate>Wed, 11 Jul 2012 18:53:12 +0000</pubDate>
			<dc:creator>pixie1971</dc:creator>
			<guid isPermaLink="false">65046@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I searched but can't find it - must be blind - can't find where to set which slider option to use - blocks, fading curtain etc...&#60;/p&#62;
&#60;p&#62;using the standard&#60;br /&#62;
 ... set up.&#60;/p&#62;
&#60;p&#62;Also - the shadowy background image (/images/layout/bg.jpg) doesn't show up in the sample page although image is in the correct location?&#60;/p&#62;
&#60;p&#62;Many thanks, Rita
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
