<?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: avia slider not complete</title>
		<link>http://www.kriesi.at/support/topic/avia-slider-not-complete-1</link>
		<description>Support Forum - Topic: avia slider not complete</description>
		<language>en-US</language>
		<pubDate>Tue, 18 Jun 2013 05:39:05 +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/avia-slider-not-complete-1" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "avia slider not complete"</title>
			<link>http://www.kriesi.at/support/topic/avia-slider-not-complete-1#post-68439</link>
			<pubDate>Tue, 31 Jul 2012 06:09:23 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">68439@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Search for following code in jquery.aviaSlider.js:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$(&#38;#39;&#38;lt;div class=&#38;quot;kBlock&#38;quot;&#38;gt;&#38;lt;/div&#38;gt;&#38;#39;).appendTo(slideWrapper).css({
								zIndex:20,
								position:&#38;#39;absolute&#38;#39;,
								display:&#38;#39;none&#38;#39;,
								left:posX,
								top:posY,
								height:options.blockSize.height,
								width:options.blockSize.width,
								backgroundPosition:bgOffset
							});&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;However be careful because you can break the animation easily.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "avia slider not complete"</title>
			<link>http://www.kriesi.at/support/topic/avia-slider-not-complete-1#post-68402</link>
			<pubDate>Mon, 30 Jul 2012 21:53:00 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">68402@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Kornea,&#60;/p&#62;
&#60;p&#62;I'm not really sure what you're asking about. I'm going to tag the rest of the team to see if they can help.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kornea on "avia slider not complete"</title>
			<link>http://www.kriesi.at/support/topic/avia-slider-not-complete-1#post-68338</link>
			<pubDate>Mon, 30 Jul 2012 11:45:42 +0000</pubDate>
			<dc:creator>Kornea</dc:creator>
			<guid isPermaLink="false">68338@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;please help me
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kornea on "avia slider not complete"</title>
			<link>http://www.kriesi.at/support/topic/avia-slider-not-complete-1#post-68336</link>
			<pubDate>Mon, 30 Jul 2012 11:30:06 +0000</pubDate>
			<dc:creator>Kornea</dc:creator>
			<guid isPermaLink="false">68336@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;how to edit class kBlock ( you can found class kBlock at jquery.aviaSlider.js )&#60;/p&#62;
&#60;p&#62;i want to edit top left width height of kBlock
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "avia slider not complete"</title>
			<link>http://www.kriesi.at/support/topic/avia-slider-not-complete-1#post-68170</link>
			<pubDate>Sun, 29 Jul 2012 07:49:57 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">68170@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Tbh it's hard to say what causes the issue without investigating the slider code first hand. However you can try to use following html code instead:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;ul id=&#38;quot;aviaslider&#38;quot;&#38;gt;

&#38;lt;li&#38;gt;&#38;lt;img src=&#38;quot;http://my url/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;http://my url/images/slides/2.jpg&#38;quot; alt=&#38;quot;&#38;quot; /&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;/ul&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Because the a href element is not required.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kornea on "avia slider not complete"</title>
			<link>http://www.kriesi.at/support/topic/avia-slider-not-complete-1#post-67934</link>
			<pubDate>Fri, 27 Jul 2012 11:41:33 +0000</pubDate>
			<dc:creator>Kornea</dc:creator>
			<guid isPermaLink="false">67934@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;my css is &#60;/p&#62;
&#60;p&#62;.aviaslider{&#60;br /&#62;
height:320px; 	/*this changes the height of the image slider*/&#60;br /&#62;
width:640px;&#60;br /&#62;
overflow: hidden;&#60;br /&#62;
position: relative;&#60;br /&#62;
background: #fff url(../images/layout/preload.gif) center center no-repeat;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.aviaslider li, .aviaslider .featured{&#60;br /&#62;
display: block;&#60;br /&#62;
width:100%;&#60;br /&#62;
height:100%;&#60;br /&#62;
position: absolute;&#60;br /&#62;
top:0;&#60;br /&#62;
left:0;&#60;br /&#62;
z-index: 1;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.js_active .aviaslider li, .js_active .aviaslider .featured{&#60;br /&#62;
display:none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.aviaslider img, .aviaslider a img, .aviaslider a{&#60;br /&#62;
border:none;&#60;br /&#62;
text-decoration: none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.slidecontrolls{&#60;br /&#62;
margin:20px auto 0 auto;&#60;br /&#62;
position: relative;&#60;br /&#62;
float:left;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.slidecontrolls a{&#60;br /&#62;
height:20px;&#60;br /&#62;
width:18px;&#60;br /&#62;
display:block;&#60;br /&#62;
cursor: pointer;&#60;br /&#62;
background: transparent url(../images/layout/controlls.gif) center bottom no-repeat;&#60;br /&#62;
float:left;&#60;br /&#62;
outline: none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.slidecontrolls a:hover, .slidecontrolls .active_item{&#60;br /&#62;
background: transparent url(../images/layout/controlls.gif) center top no-repeat;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.feature_excerpt{&#60;br /&#62;
width:610px;&#60;br /&#62;
position: absolute;&#60;br /&#62;
display: block;&#60;br /&#62;
bottom: 0;&#60;br /&#62;
left:0;&#60;br /&#62;
z-index: 2;&#60;br /&#62;
padding:14px 15px;&#60;br /&#62;
font-size: 11.5px;&#60;br /&#62;
line-height:1.5em;&#60;br /&#62;
cursor: pointer;&#60;br /&#62;
background: #000;&#60;br /&#62;
color: #fff;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.feature_excerpt strong{&#60;br /&#62;
display: block;&#60;br /&#62;
font-size: 15px;&#60;br /&#62;
padding-bottom: 3px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;my code is&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;http://my url/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://my url/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;ul id=&#38;quot;aviaslider&#38;quot;&#38;gt;

&#38;lt;li&#38;gt;&#38;lt;a title=&#38;quot;&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;http://my url/images/slides/1.jpg&#38;quot; alt=&#38;quot;&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;li&#38;gt;&#38;lt;a title=&#38;quot;&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;http://my url/images/slides/2.jpg&#38;quot; alt=&#38;quot;&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and i'm not modify every js file &#60;/p&#62;
&#60;p&#62;and this is print screen my site ( my site is intranet )&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://image.ohozaa.com/i/636/PGWLuw.jpg&#34; rel=&#34;nofollow&#34;&#62;http://image.ohozaa.com/i/636/PGWLuw.jpg&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
