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

		<item>
			<title>Dude on "how to install aviaslider in wordpress?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-install-aviaslider-in-wordpress#post-35032</link>
			<pubDate>Thu, 15 Dec 2011 14:54:11 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">35032@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>srkiefer on "how to install aviaslider in wordpress?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-install-aviaslider-in-wordpress#post-35030</link>
			<pubDate>Thu, 15 Dec 2011 14:16:32 +0000</pubDate>
			<dc:creator>srkiefer</dc:creator>
			<guid isPermaLink="false">35030@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Awesome, thank you!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "how to install aviaslider in wordpress?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-install-aviaslider-in-wordpress#post-34738</link>
			<pubDate>Tue, 13 Dec 2011 08:32:30 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">34738@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You enqueue various scripts after the aviaslider script. They call jquery automatically so you don't need to include jquery. You can delete this line:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!-- JAVASCRIPT GOES HERE --&#38;gt;
	&#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;http://www.carolinadreaming.com/wp-content/themes/beauty/aviaslider/html/js/jquery.js&#38;#39;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I'd insert all js script (prettyphoto, aviaslider script) after the &#34;enqueue scripts&#34; code block before following line:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!-- [favicon] begin --&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Afterwards it should work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>srkiefer on "how to install aviaslider in wordpress?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-install-aviaslider-in-wordpress#post-34737</link>
			<pubDate>Tue, 13 Dec 2011 06:30:34 +0000</pubDate>
			<dc:creator>srkiefer</dc:creator>
			<guid isPermaLink="false">34737@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;HAPPY KRIESI DAY, btw!! :D Pretty amazing!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>srkiefer on "how to install aviaslider in wordpress?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-install-aviaslider-in-wordpress#post-34578</link>
			<pubDate>Sun, 11 Dec 2011 22:18:24 +0000</pubDate>
			<dc:creator>srkiefer</dc:creator>
			<guid isPermaLink="false">34578@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the reply!! I put in the code, but I'm getting a big white square that isn't doing anything. I even put the long version of the addresses to be sure it's finding the files. Here's what my header file looks like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!DOCTYPE html PUBLIC &#38;quot;-//W3C//DTD XHTML 1.0 Strict//EN&#38;quot; &#38;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&#38;quot;&#38;gt;
&#38;lt;html xmlns=&#38;quot;http://www.w3.org/1999/xhtml&#38;quot; &#38;lt;?php language_attributes(); ?&#38;gt;&#38;gt;

&#38;lt;head profile=&#38;quot;http://gmpg.org/xfn/11&#38;quot;&#38;gt;
    &#38;lt;meta http-equiv=&#38;quot;Content-Type&#38;quot; content=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;html_type&#38;#39;); ?&#38;gt;; charset=&#38;lt;?php bloginfo(&#38;#39;charset&#38;#39;); ?&#38;gt;&#38;quot; /&#38;gt;
    &#38;lt;title&#38;gt;&#38;lt;?php
	/*
	 * Print the &#38;lt;title&#38;gt; tag based on what is being viewed.
	 */
	global $page, $paged;

	wp_title( &#38;#39;&#124;&#38;#39;, true, &#38;#39;right&#38;#39; );

	// Add the blog name.
	bloginfo( &#38;#39;name&#38;#39; );

	// Add the blog description for the home/front page.
	$site_description = get_bloginfo( &#38;#39;description&#38;#39;, &#38;#39;display&#38;#39; );
	if ( $site_description &#38;amp;&#38;amp; ( is_home() &#124;&#124; is_front_page() ) )
		echo &#38;quot; &#124; $site_description&#38;quot;;

	// Add a page number if necessary:
	if ( $paged &#38;gt;= 2 &#124;&#124; $page &#38;gt;= 2 )
		echo &#38;#39; &#124; &#38;#39; . sprintf( __( &#38;#39;Page %s&#38;#39;, &#38;#39;yiw&#38;#39; ), max( $paged, $page ) );

	?&#38;gt;&#38;lt;/title&#38;gt;
    &#38;lt;!-- JAVASCRIPT GOES HERE --&#38;gt;
	&#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;http://www.carolinadreaming.com/wp-content/themes/beauty/aviaslider/html/js/jquery.js&#38;#39;&#38;gt;&#38;lt;/script&#38;gt;	

	&#38;lt;!--this file includes the aviaslider: --&#38;gt;
	&#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;http://www.carolinadreaming.com/wp-content/themes/beauty/aviaslider/html/js/jquery.aviaSlider.js&#38;#39;&#38;gt;&#38;lt;/script&#38;gt;

	&#38;lt;!-- Screen CSS --&#38;gt;
	&#38;lt;link rel=&#38;quot;stylesheet&#38;quot; href=&#38;quot;http://www.carolinadreaming.com/wp-content/themes/beauty/aviaslider/html/css/style.css&#38;quot; type=&#38;quot;text/css&#38;quot; media=&#38;quot;screen&#38;quot; /&#38;gt;

    &#38;lt;!-- lightbox CSS --&#38;gt;
	&#38;lt;link rel=&#38;quot;stylesheet&#38;quot; href=&#38;quot;http://www.carolinadreaming.com/wp-content/themes/beauty/aviaslider/html/js/prettyPhoto/css/prettyPhoto.css&#38;quot; type=&#38;quot;text/css&#38;quot; media=&#38;quot;screen&#38;quot; /&#38;gt;
	&#38;lt;script src=&#38;quot;http://www.carolinadreaming.com/wp-content/themes/beauty/aviaslider/html/js/prettyPhoto/js/jquery.prettyPhoto.js&#38;quot; type=&#38;quot;text/javascript&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;

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

	//activate the lightbox
	jQuery(&#38;#39;a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg]&#38;#39;).prettyPhoto({theme: &#38;quot;light_square&#38;quot;});

	// 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
	jQuery(&#38;#39;#slider&#38;#39;).aviaSlider();

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

    &#38;lt;link rel=&#38;quot;stylesheet&#38;quot; href=&#38;quot;&#38;lt;?php echo get_stylesheet_uri(); ?&#38;gt;&#38;quot; type=&#38;quot;text/css&#38;quot; media=&#38;quot;screen&#38;quot; /&#38;gt;
    &#38;lt;!--[if IE]&#38;gt;
        &#38;lt;link rel=&#38;quot;stylesheet&#38;quot; href=&#38;quot;&#38;lt;?php echo get_template_directory_uri(); ?&#38;gt;/css/ie.css&#38;quot; type=&#38;quot;text/css&#38;quot; media=&#38;quot;screen, projection&#38;quot; /&#38;gt;
    &#38;lt;![endif]--&#38;gt;
    &#38;lt;!--[if IE 7]&#38;gt;
        &#38;lt;link rel=&#38;quot;stylesheet&#38;quot; href=&#38;quot;&#38;lt;?php echo get_template_directory_uri(); ?&#38;gt;/css/ie7.css&#38;quot; type=&#38;quot;text/css&#38;quot; media=&#38;quot;screen&#38;quot; /&#38;gt;
    &#38;lt;![endif]--&#38;gt;
    &#38;lt;link rel=&#38;quot;pingback&#38;quot; href=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;pingback_url&#38;#39;); ?&#38;gt;&#38;quot; /&#38;gt;

    &#38;lt;?php
		global $yiw_color_theme, $yiw_actual_font, $yiw_shortname, $yiw_theme_options;          

        $if_logo = $yiw_theme_options[&#38;#39;show_logo&#38;#39;];

	    if ( !$if_logo or $yiw_actual_font != &#38;#39;default&#38;#39; )
	        wp_enqueue_script(&#38;#39;cufon&#38;#39;, get_template_directory_uri().&#38;quot;/js/cufon-yui.js&#38;quot;); 

        if ( !$if_logo )
	        wp_enqueue_script(&#38;#39;cufon-halo&#38;#39;, get_template_directory_uri().&#38;quot;/js/halo.cufon.js&#38;quot;);    

        if ( $yiw_actual_font != &#38;#39;default&#38;#39; ) {
	        wp_enqueue_script(&#38;#39;cufon-&#38;#39; . $yiw_actual_font, get_template_directory_uri().&#38;quot;/fonts/{$yiw_actual_font}.font.js&#38;quot;);
	        wp_enqueue_script(&#38;#39;cufon-&#38;#39; . $yiw_actual_font . &#38;#39;-replace&#38;#39;, get_template_directory_uri().&#38;quot;/js/cufon-replaces.js&#38;quot;);
		}                                                                           

		// scripts
    	wp_enqueue_script( &#38;#39;jquery-cycle&#38;#39;,       get_template_directory_uri().&#38;quot;/js/jquery.cycle.min.js&#38;quot;, array(&#38;#39;jquery&#38;#39;), &#38;quot;2.88&#38;quot;);
        wp_enqueue_script( &#38;#39;jquery-easing&#38;#39;,      get_template_directory_uri().&#38;quot;/js/jquery.easing.1.3.js&#38;quot;, array(&#38;#39;jquery&#38;#39;), &#38;quot;1.3&#38;quot;);
        wp_enqueue_script( &#38;#39;jquery-prettyPhoto&#38;#39;, get_template_directory_uri().&#38;quot;/js/jquery.prettyPhoto.js&#38;quot;, array(&#38;#39;jquery&#38;#39;), &#38;quot;3.0&#38;quot;);
        wp_enqueue_script( &#38;#39;jquery-tipsy&#38;#39;,       get_template_directory_uri().&#38;quot;/js/jquery.tipsy.js&#38;quot;, array(&#38;#39;jquery&#38;#39;));
        wp_enqueue_script( &#38;#39;jquery-tweetable&#38;#39;,   get_template_directory_uri().&#38;quot;/js/jquery.tweetable.js&#38;quot;, array(&#38;#39;jquery&#38;#39;));
    	wp_enqueue_script( &#38;#39;jqFancyTransitions&#38;#39;, get_template_directory_uri().&#38;quot;/js/jqFancyTransitions.min.js&#38;quot;, array(&#38;#39;jquery&#38;#39;) );
    	wp_enqueue_script( &#38;#39;jquery-carousel&#38;#39;,    get_template_directory_uri().&#38;quot;/js/jquery.jcarousel.min.js&#38;quot;, array(&#38;#39;jquery&#38;#39;) );      

        wp_enqueue_script( &#38;#39;jquery-custom&#38;#39;,      get_template_directory_uri().&#38;quot;/js/jquery.custom.js&#38;quot;, array(&#38;#39;jquery&#38;#39;, &#38;#39;jquery-ui-tabs&#38;#39;), &#38;#39;1.0&#38;#39;, true); 

		/* We add some JavaScript to pages with the comment form
		 * to support sites with threaded comments (when in use).
		 */
		if ( is_singular() &#38;amp;&#38;amp; get_option( &#38;#39;thread_comments&#38;#39; ) )
			wp_enqueue_script( &#38;#39;comment-reply&#38;#39; );    

		wp_enqueue_style( &#38;#39;jquery-jCarousel&#38;#39;, get_template_directory_uri() . &#38;#39;/css/jCarousel.css&#38;#39; );
    ?&#38;gt;         

    &#38;lt;!-- [favicon] begin --&#38;gt;
    &#38;lt;link rel=&#38;quot;shortcut icon&#38;quot; type=&#38;quot;image/x-icon&#38;quot; href=&#38;quot;&#38;lt;?php yiw_favicon(); ?&#38;gt;&#38;quot; /&#38;gt;
    &#38;lt;!-- [favicon] end --&#38;gt;   

    &#38;lt;?php wp_head() ?&#38;gt;
&#38;lt;/head&#38;gt;

&#38;lt;body &#38;lt;?php body_class( &#38;quot;no_js font_$yiw_actual_font&#38;quot; ) ?&#38;gt;&#38;gt;              

    &#38;lt;!-- START WRAPSHADOW --&#38;gt;
    &#38;lt;div id=&#38;quot;wrapShadow&#38;quot;&#38;gt;       

		&#38;lt;!-- START WRAPPER --&#38;gt;
		&#38;lt;div id=&#38;quot;wrapper&#38;quot;&#38;gt;          

		    &#38;lt;!-- START HEADER --&#38;gt;
		    &#38;lt;div id=&#38;quot;header&#38;quot;&#38;gt;            

		        &#38;lt;!-- START LOGO --&#38;gt;
		        &#38;lt;div id=&#38;quot;logo&#38;quot;&#38;gt;

		            &#38;lt;a href=&#38;quot;&#38;lt;?php echo home_url() ?&#38;gt;&#38;quot; title=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;name&#38;#39;) ?&#38;gt;&#38;quot;&#38;gt; 

		                &#38;lt;?php if( $if_logo ) : ?&#38;gt;
		                &#38;lt;img src=&#38;quot;&#38;lt;?php yiw_logo() ?&#38;gt;&#38;quot; alt=&#38;quot;Logo &#38;lt;?php bloginfo(&#38;#39;name&#38;#39;) ?&#38;gt;&#38;quot; /&#38;gt;
		                &#38;lt;?php else : ?&#38;gt;
		                &#38;lt;span class=&#38;quot;name&#38;quot;&#38;gt;&#38;lt;?php bloginfo(&#38;#39;name&#38;#39;) ?&#38;gt;&#38;lt;/span&#38;gt;
		                &#38;lt;span class=&#38;quot;description&#38;quot;&#38;gt;&#38;lt;?php bloginfo(&#38;#39;description&#38;#39;) ?&#38;gt;&#38;lt;/span&#38;gt;
		                &#38;lt;?php endif ?&#38;gt;

		            &#38;lt;/a&#38;gt;              

		        &#38;lt;/div&#38;gt;
		        &#38;lt;!-- END LOGO --&#38;gt;  

		        &#38;lt;!-- START NAV --&#38;gt;
		        &#38;lt;div id=&#38;quot;nav&#38;quot; class=&#38;quot;group&#38;quot;&#38;gt;
		            &#38;lt;?php
						$yiw_options = array(
		                    &#38;#39;theme_location&#38;#39; =&#38;gt; &#38;#39;nav&#38;#39;,
		                    &#38;#39;container&#38;#39; =&#38;gt; &#38;#39;none&#38;#39;,
		                    &#38;#39;menu_class&#38;#39; =&#38;gt; &#38;#39;level-1&#38;#39;,
		                    &#38;#39;depth&#38;#39; =&#38;gt; 3,
		                    //&#38;#39;fallback_fb&#38;#39; =&#38;gt; false,
		                    //&#38;#39;walker&#38;#39; =&#38;gt; new description_walker()
		                );

		                wp_nav_menu( $yiw_options );
		            ?&#38;gt;
		        &#38;lt;/div&#38;gt;
		        &#38;lt;!-- END NAV --&#38;gt;     

		    &#38;lt;/div&#38;gt;
		    &#38;lt;!-- END HEADER --&#38;gt;

		    &#38;lt;!-- START SLOGAN --&#38;gt;
		    &#38;lt;?php get_template_part( &#38;#39;title&#38;#39;, &#38;#39;slogan&#38;#39; ) ?&#38;gt;
		    &#38;lt;!-- END SLOGAN --&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and I put the image links in the page's html tab. What did I do wrong?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "how to install aviaslider in wordpress?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-install-aviaslider-in-wordpress#post-34538</link>
			<pubDate>Sun, 11 Dec 2011 08:20:13 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">34538@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
Aviaslider is no wordpress plugin but a standalone javascript (jquery plugin). You can't use it with WordPress unless you integrate the slider manually in your template. &#60;/p&#62;
&#60;p&#62;1) You need to include js/css files in your html document:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!-- JAVASCRIPT GOES HERE --&#38;gt;
	&#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;js/jquery.js&#38;#39;&#38;gt;&#38;lt;/script&#38;gt;	

	&#38;lt;!--this file includes the aviaslider: --&#38;gt;
	&#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;js/jquery.aviaSlider.js&#38;#39;&#38;gt;&#38;lt;/script&#38;gt;

	&#38;lt;!-- Screen CSS --&#38;gt;
	&#38;lt;link rel=&#38;quot;stylesheet&#38;quot; href=&#38;quot;css/style.css&#38;quot; type=&#38;quot;text/css&#38;quot; media=&#38;quot;screen&#38;quot; /&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I'd place the code in the head section (adjust the paths of course). If you'd like to use the lightbox too  you also need to include:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!-- lightbox CSS --&#38;gt;
	&#38;lt;link rel=&#38;quot;stylesheet&#38;quot; href=&#38;quot;js/prettyPhoto/css/prettyPhoto.css&#38;quot; type=&#38;quot;text/css&#38;quot; media=&#38;quot;screen&#38;quot; /&#38;gt;
	&#38;lt;script src=&#38;quot;js/prettyPhoto/js/jquery.prettyPhoto.js&#38;quot; type=&#38;quot;text/javascript&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then add following code to your html document:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;#39;text/javascript&#38;#39;&#38;gt;
jQuery(document).ready(function(){	

//activate the lightbox
jQuery(&#38;#39;a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg]&#38;#39;).prettyPhoto({theme: &#38;quot;light_square&#38;quot;});

// 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
jQuery(&#38;#39;#slider&#38;#39;).aviaSlider();

});
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can remove the lightbox code if you like. You can change/add slider parameters. Many sample snippets can be found in js/custom.js&#60;/p&#62;
&#60;p&#62;Then add your image to the content section like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;ul class=&#38;#39;aviaslider&#38;#39; id=&#38;quot;slider&#38;quot;&#38;gt;
					&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;images/slides/1.jpg&#38;quot; title=&#38;quot;&#38;quot; &#38;gt;&#38;lt;img src=&#38;quot;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 href=&#38;quot;images/slides/2.jpg&#38;quot; title=&#38;quot;&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;images/slides/2.jpg&#38;quot; alt=&#38;quot;A heading of your choice :: This is the image description defined in your alt tag&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
					&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;images/slides/5.jpg&#38;quot; title=&#38;quot;&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;images/slides/3.jpg&#38;quot; alt=&#38;quot;Another heading :: Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
					&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;images/slides/4.jpg&#38;quot; title=&#38;quot;&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;images/slides/4.jpg&#38;quot; alt=&#38;quot;No Heading, just a line of content&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
					&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;images/slides/5.jpg&#38;quot; title=&#38;quot;&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;images/slides/5.jpg&#38;quot; alt=&#38;quot;&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
				&#38;lt;/ul&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>srkiefer on "how to install aviaslider in wordpress?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-install-aviaslider-in-wordpress#post-34519</link>
			<pubDate>Sat, 10 Dec 2011 21:00:30 +0000</pubDate>
			<dc:creator>srkiefer</dc:creator>
			<guid isPermaLink="false">34519@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry for such a beginner question, but I can't figure it out! I've been looking around on your forums for about an hour and I see other people who have had this problem and responded later with a &#34;solved it,&#34; but no explanation as to how they did it...&#60;/p&#62;
&#60;p&#62;Please help&#60;br /&#62;
Thanks,&#60;br /&#62;
Shannon
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
