<?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: Newcast and Aviaslider help !!</title>
		<link>http://www.kriesi.at/support/topic/newcast-and-aviaslider-help</link>
		<description>Support Forum - Topic: Newcast and Aviaslider help !!</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 01:19:15 +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/newcast-and-aviaslider-help" rel="self" type="application/rss+xml" />

		<item>
			<title>rrivero0 on "Newcast and Aviaslider help !!"</title>
			<link>http://www.kriesi.at/support/topic/newcast-and-aviaslider-help#post-37609</link>
			<pubDate>Fri, 13 Jan 2012 22:00:11 +0000</pubDate>
			<dc:creator>rrivero0</dc:creator>
			<guid isPermaLink="false">37609@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for answering, review and place the code in the css but did not change much, this is the code I have in the page no longer know what to do&#60;/p&#62;
&#60;p&#62;&#38;lt;div id=&#34;slider-title&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;my-slider&#34;&#38;gt;&#60;br /&#62;
&#38;lt;ul class=&#34;aviaslider&#34; id='home-page-slider'&#38;gt;&#60;/p&#62;
&#60;li&#62;
    &#60;a href=&#34;#&#34;&#62;&#60;br /&#62;
      &#60;img src=&#34;http://www.epicatours.byethost32.com/wp-content/uploads/2012/01/IMG_SERVICIOS_1.jpg&#34; alt=&#34;&#34; /&#62;&#60;br /&#62;
    &#60;/a&#62;
&#60;/li&#62;
&#60;li&#62;
    &#60;a href=&#34;#&#34;&#62;&#60;br /&#62;
      &#60;img src=&#34;http://www.epicatours.byethost32.com/wp-content/uploads/2012/01/IMG_SERVICIOS_2.jpg&#34; alt=&#34;&#34; /&#62;&#60;br /&#62;
    &#60;/a&#62;
&#60;/li&#62;
&#60;li&#62;
    &#60;a href=&#34;#&#34;&#62;&#60;br /&#62;
      &#60;img src=&#34;http://www.epicatours.byethost32.com/wp-content/uploads/2012/01/IMG_SERVICIOS_3.jpg&#34; alt=&#34;&#34; /&#62;&#60;br /&#62;
    &#60;/a&#62;
&#60;/li&#62;
&#60;li&#62;
    &#60;a href=&#34;#&#34;&#62;&#60;br /&#62;
      &#60;img src=&#34;http://www.epicatours.byethost32.com/wp-content/uploads/2012/01/IMG_SERVICIOS_4.jpg&#34; alt=&#34;&#34; /&#62;&#60;br /&#62;
    &#60;/a&#62;
&#60;/li&#62;
&#60;li&#62;
    &#60;a href=&#34;#&#34;&#62;&#60;br /&#62;
      &#60;img src=&#34;http://www.epicatours.byethost32.com/wp-content/uploads/2012/01/IMG_SERVICIOS_5.jpg&#34; alt=&#34;&#34; /&#62;&#60;br /&#62;
    &#60;/a&#62;
&#60;/li&#62;
&#60;p&#62;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;this is what is in the css&#60;/p&#62;
&#60;p&#62;/************************************************************************&#60;br /&#62;
-) Slider: only the following lines are necceassary for slider styling,&#60;br /&#62;
   rest of the css file styles the demo page&#60;br /&#62;
*************************************************************************/&#60;br /&#62;
.aviaslider{&#60;br /&#62;
height:325px; 	/*this changes the height of the image slider*/&#60;br /&#62;
width:462px;&#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;.entry .aviaslider li, .entry .aviaslider li a, .entry .aviaslider li a img {&#60;br /&#62;
padding: 0 !important;&#60;br /&#62;
margin: 0 !important;&#60;br /&#62;
border: none !important;&#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_excerptRGRL{&#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_excerptRGRL strong{&#60;br /&#62;
display: block;&#60;br /&#62;
font-size: 15px;&#60;br /&#62;
padding-bottom: 3px;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Newcast and Aviaslider help !!"</title>
			<link>http://www.kriesi.at/support/topic/newcast-and-aviaslider-help#post-37553</link>
			<pubDate>Fri, 13 Jan 2012 09:24:35 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">37553@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
try to add following code to style1.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.entry .aviaslider li, .entry .aviaslider li a, .entry .aviaslider li a img {
padding: 0 !important;
margin: 0 !important;
border: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;In addition check the text/slider input. It seems like WordPress adds breaks (br tags) between the link tags and images.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rrivero0 on "Newcast and Aviaslider help !!"</title>
			<link>http://www.kriesi.at/support/topic/newcast-and-aviaslider-help#post-37513</link>
			<pubDate>Fri, 13 Jan 2012 04:19:20 +0000</pubDate>
			<dc:creator>rrivero0</dc:creator>
			<guid isPermaLink="false">37513@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello A few days ago to buy the aviaslider and I have not been set correctly, the images seem to start bigger and then put the smaller end of a jump, I failed to know how confiurarlo or serving the hidden overflow option, would greatly appreciate your help,&#60;/p&#62;
&#60;p&#62; my site is&#60;br /&#62;
&#60;a href=&#34;http://www.epicatours.byethost32.com/?page_id=397&#34; rel=&#34;nofollow&#34;&#62;http://www.epicatours.byethost32.com/?page_id=397&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
