<?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 in Wordpress Theme</title>
		<link>http://www.kriesi.at/support/topic/avia-slider-in-wordpress-theme</link>
		<description>Support Forum - Topic: Avia Slider in Wordpress Theme</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 14:32:29 +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-in-wordpress-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>lundstudio on "Avia Slider in Wordpress Theme"</title>
			<link>http://www.kriesi.at/support/topic/avia-slider-in-wordpress-theme#post-39536</link>
			<pubDate>Wed, 01 Feb 2012 03:50:01 +0000</pubDate>
			<dc:creator>lundstudio</dc:creator>
			<guid isPermaLink="false">39536@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I just purchased AviaSlider as well. Same issue, working great outside of wordpress. I am trying to get it to work using absolute paths first but getting white space the size of the image. Code includes in page fine, but images not showing up.&#60;/p&#62;
&#60;p&#62;Include Code&#60;/p&#62;
&#60;p&#62;&#38;lt;?php include('slider.php'); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;Slider Page Code&#60;/p&#62;
&#60;p&#62;	&#38;lt;!-- ########## CSS Files ########## --&#38;gt;&#60;br /&#62;
	&#38;lt;!-- Screen CSS --&#38;gt;&#60;br /&#62;
	&#38;lt;link rel=&#34;stylesheet&#34; href=&#34;http://www.convergentz.com/wp-content/themes/twentyeleven/css/style.css&#34; type=&#34;text/css&#34; media=&#34;screen&#34; /&#38;gt;&#60;br /&#62;
	&#38;lt;!-- lightbox CSS --&#38;gt;&#60;br /&#62;
	&#38;lt;link rel=&#34;stylesheet&#34; href=&#34;http://www.convergentz.com/wp-content/themes/twentyeleven/js/prettyPhoto/css/prettyPhoto.css&#34; type=&#34;text/css&#34; media=&#34;screen&#34; /&#38;gt;&#60;br /&#62;
	&#38;lt;!-- ########## end css ########## --&#38;gt;	&#60;/p&#62;
&#60;p&#62;	&#38;lt;!-- JAVASCRIPT GOES HERE --&#38;gt;&#60;br /&#62;
	&#38;lt;script type='text/javascript' src='http://www.convergentz.com/wp-content/themes/twentyeleven/js/jquery.js'&#38;gt;&#38;lt;/script&#38;gt;&#60;br /&#62;
	&#38;lt;script src=&#34;http://www.convergentz.com/wp-content/themes/twentyeleven/js/prettyPhoto/js/jquery.prettyPhoto.js&#34; type=&#34;text/javascript&#34;&#38;gt;&#38;lt;/script&#38;gt;	&#60;/p&#62;
&#60;p&#62;	&#38;lt;!--this file includes the aviaslider: --&#38;gt;&#60;br /&#62;
	&#38;lt;script type='text/javascript' src='http://www.convergentz.com/wp-content/themes/twentyeleven/js/jquery.aviaSlider.js'&#38;gt;&#38;lt;/script&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;!--this file includes the activation call for the avia slider. You should edit here: --&#38;gt;&#60;br /&#62;
	&#38;lt;script type='text/javascript' src='http://www.convergentz.com/wp-content/themes/twentyeleven/js/custom.js'&#38;gt;&#38;lt;/script&#38;gt;&#60;/p&#62;
&#60;p&#62;				&#38;lt;ul class='aviaslider' id=&#34;frontpage-slider&#34;&#38;gt;&#60;/p&#62;
&#60;li&#62;&#60;a href=&#34;http://www.convergentz.com/products/&#34; title=&#34;&#34;&#62;&#60;img src=&#34;http://s140489.gridserver.com/wp-content/uploads/2012/01/mainpromo-011.png&#34; alt=&#34;&#34; /&#62;&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href=&#34;http://www.convergentz.com/ecos-solutions/&#34; title=&#34;&#34;&#62;&#60;img src=&#34;http://s140489.gridserver.com/wp-content/uploads/2012/01/mainpromo-03.png&#34; alt=&#34;&#34; /&#62;&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href=&#34;http://www.convergentz.com/ecos-solutions/&#34; title=&#34;&#34;&#62;&#60;img src=&#34;http://s140489.gridserver.com/wp-content/uploads/2012/01/mainpromo-021.png&#34; alt=&#34;&#34; /&#62;&#60;/a&#62;&#60;/li&#62;
&#60;p&#62;Thanks for your help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Avia Slider in Wordpress Theme"</title>
			<link>http://www.kriesi.at/support/topic/avia-slider-in-wordpress-theme#post-9431</link>
			<pubDate>Fri, 26 Nov 2010 08:32:26 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">9431@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You need to adjust the source path of jquery.aviaSlider.min.js and style.css you can do this by&#60;/p&#62;
&#60;p&#62;1) Absolute paths or&#60;/p&#62;
&#60;p&#62;by using a wordpress function like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;get_bloginfo( &#38;#39;url&#38;#39; );

or:

get_bloginfo(&#38;#39;template_url&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;For more infos have a look at this page: &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/get_bloginfo&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/get_bloginfo&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chris7519 on "Avia Slider in Wordpress Theme"</title>
			<link>http://www.kriesi.at/support/topic/avia-slider-in-wordpress-theme#post-9370</link>
			<pubDate>Wed, 24 Nov 2010 12:52:15 +0000</pubDate>
			<dc:creator>chris7519</dc:creator>
			<guid isPermaLink="false">9370@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there, I created a Wordpress Theme and I'm attempting to implement Avia Slider into it. I can get it to work fine if I test it outside of wordpress, but due to where the template files and images are located I think it's looking in the wrong folder. I can't find a reference to the images or layout folder in the script. Is there anyway to manually point Avia to the resources? Thanks, and great job btw!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
