<?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: how to install AviaSlider?</title>
		<link>http://www.kriesi.at/support/topic/how-to-install-aviaslider</link>
		<description>Support Forum - Topic: how to install AviaSlider?</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 02:39:46 +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/how-to-install-aviaslider" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "how to install AviaSlider?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-install-aviaslider#post-35931</link>
			<pubDate>Fri, 23 Dec 2011 08:21:26 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">35931@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I corrected your code above (I added the slider id and the closing ul tag). Please try it again. Make sure that the image paths are correct otherwise the slider won't appear.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>arrakis914 on "how to install AviaSlider?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-install-aviaslider#post-35884</link>
			<pubDate>Fri, 23 Dec 2011 04:08:40 +0000</pubDate>
			<dc:creator>arrakis914</dc:creator>
			<guid isPermaLink="false">35884@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am glad he got the problem solved as well, however, some straight forward installation instructions, along with some trouble shooting would be very helpful.&#60;/p&#62;
&#60;p&#62;Here is my code... I get a blank page.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!DOCTYPE html&#38;gt;
&#38;lt;html xmlns=&#38;quot;http://www.w3.org/1999/xhtml&#38;quot;&#38;gt;
&#38;lt;head&#38;gt;
&#38;lt;meta http-equiv=&#38;quot;Content-Type&#38;quot; content=&#38;quot;text/html; charset=UTF-8&#38;quot; /&#38;gt;
&#38;lt;!-- ########## CSS Files ########## --&#38;gt;
	&#38;lt;!-- Screen CSS --&#38;gt;
	&#38;lt;link rel=&#38;quot;stylesheet&#38;quot; href=&#38;quot;http://media14llc.com/grille/style.css&#38;quot; type=&#38;quot;text/css&#38;quot; media=&#38;quot;screen&#38;quot; /&#38;gt;
  &#38;lt;!-- ########## end css ########## --&#38;gt;	

	&#38;lt;!-- JAVASCRIPT GOES HERE --&#38;gt;
	&#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;http://media14llc.com/grille/js/jquery.js&#38;#39;&#38;gt;&#38;lt;/script&#38;gt;
	&#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;http://media14llc.com/grille/js/jquery.aviaSlider.min.js&#38;#39;&#38;gt;&#38;lt;/script&#38;gt;

       &#38;lt;script type=&#38;#39;text/javascript&#38;#39;&#38;gt;
         jQuery(document).ready(function(){

          // here you can see the slide options
             jQuery(&#38;#39;#aviaslider&#38;#39;).aviaSlider();

         });

       &#38;lt;/script&#38;gt;

&#38;lt;/head&#38;gt;
&#38;lt;body&#38;gt;

&#38;lt;ul id=&#38;quot;aviaslider&#38;quot; class=&#38;quot;aviaslider&#38;quot;&#38;gt;
&#38;lt;li&#38;gt;&#38;lt;img src=&#38;quot;images/slides/1.jpg&#38;quot; alt=&#38;quot;&#38;quot; /&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;li&#38;gt;&#38;lt;img src=&#38;quot;images/slides/2.jpg&#38;quot; alt=&#38;quot;&#38;quot; /&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;li&#38;gt;&#38;lt;img src=&#38;quot;images/slides/3.jpg&#38;quot; alt=&#38;quot;&#38;quot; /&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;li&#38;gt;&#38;lt;img src=&#38;quot;images/slides/4.jpg&#38;quot; alt=&#38;quot;&#38;quot; /&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;/ul&#38;gt;

&#38;lt;/body&#38;gt;
&#38;lt;/html&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Dude on "how to install AviaSlider?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-install-aviaslider#post-8483</link>
			<pubDate>Sun, 07 Nov 2010 10:31:45 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">8483@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that you solved the problem.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andershaslum on "how to install AviaSlider?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-install-aviaslider#post-8468</link>
			<pubDate>Sun, 07 Nov 2010 08:11:06 +0000</pubDate>
			<dc:creator>andershaslum</dc:creator>
			<guid isPermaLink="false">8468@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I figured it out, thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andershaslum on "how to install AviaSlider?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-install-aviaslider#post-8438</link>
			<pubDate>Sat, 06 Nov 2010 12:24:34 +0000</pubDate>
			<dc:creator>andershaslum</dc:creator>
			<guid isPermaLink="false">8438@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi. I downloaded CleanCut yesturday and now I am trying to get aviaslider to work after I bought it and downloaded the .zip file. I have done some searching but i havn't found how to install/upload it.&#60;/p&#62;
&#60;p&#62;So how do I install it?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
