<?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 - Tag: aviapoly - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/aviapoly</link>
		<description>Support Forum - Tag: aviapoly - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 01:23:40 +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/tags/aviapoly" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Slider acting buggy: fading not an option"</title>
			<link>http://www.kriesi.at/support/topic/slider-acting-buggy-fading-not-an-option#post-102241</link>
			<pubDate>Wed, 20 Mar 2013 12:42:30 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">102241@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Darrin,&#60;/p&#62;
&#60;p&#62;Two things to try: First try downloading the most recent theme files and updating the parent choices theme. You can do so from your Downloads on Themeforest and then install the same way you first installed.&#60;/p&#62;
&#60;p&#62;The second thing would be to switch to the parent choices theme and see if the option works there.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dishdesigner on "Slider acting buggy: fading not an option"</title>
			<link>http://www.kriesi.at/support/topic/slider-acting-buggy-fading-not-an-option#post-101978</link>
			<pubDate>Tue, 19 Mar 2013 03:49:20 +0000</pubDate>
			<dc:creator>dishdesigner</dc:creator>
			<guid isPermaLink="false">101978@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the suggestion, Ismael, but no luck. I disabled every last one, cleared the server and my local cache several times, and the slider is still &#34;sliding&#34; versus &#34;fading&#34;....&#60;br /&#62;
?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Slider acting buggy: fading not an option"</title>
			<link>http://www.kriesi.at/support/topic/slider-acting-buggy-fading-not-an-option#post-101794</link>
			<pubDate>Mon, 18 Mar 2013 12:16:29 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">101794@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Darrin,&#60;/p&#62;
&#60;p&#62;Try to disable all of your plugins, some plugins might cause the conflict on the slideshow options.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dishdesigner on "Slider acting buggy: fading not an option"</title>
			<link>http://www.kriesi.at/support/topic/slider-acting-buggy-fading-not-an-option#post-101774</link>
			<pubDate>Mon, 18 Mar 2013 09:22:24 +0000</pubDate>
			<dc:creator>dishdesigner</dc:creator>
			<guid isPermaLink="false">101774@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Kriesi:&#60;/p&#62;
&#60;p&#62;At &#60;a href=&#34;http://www.wolfmaisontest.com&#34; rel=&#34;nofollow&#34;&#62;http://www.wolfmaisontest.com&#60;/a&#62;, you can see a development site I'm doing for a client. The homepage slider is acting buggy....for some reason, no matter what I try, I cannot get the slider to use the default &#34;Fade&#34; option, regardless of what option I choose under &#34;Which Slideshow do you want to use?&#34;&#60;/p&#62;
&#60;p&#62;The slider will only use the &#34;Moving&#34; action. If I choose either &#34;Fade&#34; or &#34;Aviapoly&#34;, they do not change from the moving slider....it just stays in the &#34;Moving&#34; mode.&#60;/p&#62;
&#60;p&#62;But, the other settings do affect the slider correctly. So, for example, I can change the number of seconds on the Autorotator and change the Layout to use thumbnails or Adjust to page size.....The only setting that won't work is which slideshow type to use.&#60;/p&#62;
&#60;p&#62;?&#60;br /&#62;
Thanks - Darrin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Questions on Replete Theme Sliders"</title>
			<link>http://www.kriesi.at/support/topic/questions-on-replete-theme-sliders#post-101711</link>
			<pubDate>Mon, 18 Mar 2013 01:33:49 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">101711@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Lane,&#60;/p&#62;
&#60;p&#62;The thumbnails don't have an off setting available as a theme options but you can use a bit of css. Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.home .thumbnails_container_wrap.container_wrap {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;For the height of the slider, its a bit harder as its set automatically to adjust to the height based on the screen size. You can use something like this as well but it will force the effect all the way down to mobile and it doesn't look good at that point. So a secondary media query has to be added to remove the fixed height on most mobile sizes:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top.home .slideshow_container ul {
    height: 250px !important;
}
 /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 767px) {
      #top.home .slideshow_container ul {
    height: auto !important;
  }
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lsennett on "Questions on Replete Theme Sliders"</title>
			<link>http://www.kriesi.at/support/topic/questions-on-replete-theme-sliders#post-101498</link>
			<pubDate>Fri, 15 Mar 2013 15:42:12 +0000</pubDate>
			<dc:creator>lsennett</dc:creator>
			<guid isPermaLink="false">101498@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi - I'm using the AVIAPOLY slider on our home page &#38;amp; a few of the options are not working -&#60;br /&#62;
the site is &#60;a href=&#34;http://hrizons.com/hrz2012/&#34; rel=&#34;nofollow&#34;&#62;http://hrizons.com/hrz2012/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I don't want the small images to show at the bottom - how do I turn that off?&#60;/p&#62;
&#60;p&#62;Also - we would like the slider to be shorter in height - how can I make it about 2/3rds of it's current height.&#60;/p&#62;
&#60;p&#62;Thanks, Lane
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Make slides vertically rotate"</title>
			<link>http://www.kriesi.at/support/topic/make-slides-vertically-rotate#post-98875</link>
			<pubDate>Thu, 28 Feb 2013 13:57:34 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">98875@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Aleksandr,&#60;/p&#62;
&#60;p&#62;As far as I know it isn't a simple script change. The math is done for a horizontal rotation and it isn't just a quick fix of changing something from &#34;horizontal&#34; to &#34;vertical&#34;.&#60;/p&#62;
&#60;p&#62;I'll tag the other support crew in case they have any ideas.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nuforms on "Make slides vertically rotate"</title>
			<link>http://www.kriesi.at/support/topic/make-slides-vertically-rotate#post-98827</link>
			<pubDate>Thu, 28 Feb 2013 09:16:59 +0000</pubDate>
			<dc:creator>nuforms</dc:creator>
			<guid isPermaLink="false">98827@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;Thanks, for answer!&#60;br /&#62;
But unfortunately in Aviapoly options there is no such kind of animation like in Moving slider: where new slide is replacing old one and they are moving both at the same time.&#60;/p&#62;
&#60;p&#62;Can you suggest some simple script modification to Moving slider, so slides will move vertically from bottom? If this solution exists? )&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Aleksandr
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VikR on "Aviapoly Slider - Caption Text Not Appearing When Viewed on iPhone?"</title>
			<link>http://www.kriesi.at/support/topic/aviapoly-slider-caption-text-not-appearing-when-viewed-on-iphone#post-96096</link>
			<pubDate>Mon, 11 Feb 2013 04:27:11 +0000</pubDate>
			<dc:creator>VikR</dc:creator>
			<guid isPermaLink="false">96096@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Now I think that it is probably intentional that the second line doesn't show up when seen on a browser, because it'd probably be too small to read. So I think this is resolved. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VikR on "Aviapoly Slider - Caption Text Not Appearing When Viewed on iPhone?"</title>
			<link>http://www.kriesi.at/support/topic/aviapoly-slider-caption-text-not-appearing-when-viewed-on-iphone#post-95999</link>
			<pubDate>Sat, 09 Feb 2013 19:59:44 +0000</pubDate>
			<dc:creator>VikR</dc:creator>
			<guid isPermaLink="false">95999@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have an Aviapoly slider on the top of the welcome page of my site. Currently there are two slides. Each has a caption and caption text. Viewed on my iMac it works perfectly.  When I view it on my iPhone in Safari or Chrome, the caption title appears, but the caption text does not.  How can I correct this?&#60;/p&#62;
&#60;p&#62;Thanks in advance for the info.&#60;/p&#62;
&#60;p&#62;Best,&#60;/p&#62;
&#60;p&#62;-Vik&#60;br /&#62;
P.S. It is so cool that a finger-swipe across the slider on the iPhone screen moves to the next slide!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Make slides vertically rotate"</title>
			<link>http://www.kriesi.at/support/topic/make-slides-vertically-rotate#post-93741</link>
			<pubDate>Mon, 28 Jan 2013 16:37:25 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">93741@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Aleksandr,&#60;/p&#62;
&#60;p&#62;All of the options for the slideshows are available once you've chosen Aviapoly Slider from the option &#34;Which Slideshow do you want to use?&#34; and then on each image in the tab Aviapoly Options.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nuforms on "Make slides vertically rotate"</title>
			<link>http://www.kriesi.at/support/topic/make-slides-vertically-rotate#post-93595</link>
			<pubDate>Sun, 27 Jan 2013 09:28:37 +0000</pubDate>
			<dc:creator>nuforms</dc:creator>
			<guid isPermaLink="false">93595@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Support,&#60;/p&#62;
&#60;p&#62;Is there a way to make aviapoly slider to rotate slides vertically?&#60;br /&#62;
So the slides will fall down on next button, the same way like it is now from right to left. &#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Aleksandr
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "URGENT: Getting Error: slider.control.next.on is not a function (Coherence)"</title>
			<link>http://www.kriesi.at/support/topic/urgent-getting-error-slidercontrolnexton-is-not-a-function-coherence#post-55768</link>
			<pubDate>Fri, 11 May 2012 18:03:04 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">55768@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Susan,&#60;/p&#62;
&#60;p&#62;Glad this was able to help you out. If you have any other issues/questions this is the place to get help as I think Kriesi only rarely replies to questions on the Themeforest theme page since all the support is concentrated here.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>smlyons on "URGENT: Getting Error: slider.control.next.on is not a function (Coherence)"</title>
			<link>http://www.kriesi.at/support/topic/urgent-getting-error-slidercontrolnexton-is-not-a-function-coherence#post-55613</link>
			<pubDate>Thu, 10 May 2012 19:14:57 +0000</pubDate>
			<dc:creator>smlyons</dc:creator>
			<guid isPermaLink="false">55613@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey -&#60;br /&#62;
Just wanted to thank Frelancealo - I have been stumped for days - my Q was getting buried on the Themeforest thread.&#60;br /&#62;
my homepage slideshow is now cycling through images properly.&#60;br /&#62;
thanks again!&#60;br /&#62;
susan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "URGENT: Getting Error: slider.control.next.on is not a function (Coherence)"</title>
			<link>http://www.kriesi.at/support/topic/urgent-getting-error-slidercontrolnexton-is-not-a-function-coherence#post-54750</link>
			<pubDate>Sat, 05 May 2012 00:53:20 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">54750@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Good thing you got it working.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Freelancealot on "URGENT: Getting Error: slider.control.next.on is not a function (Coherence)"</title>
			<link>http://www.kriesi.at/support/topic/urgent-getting-error-slidercontrolnexton-is-not-a-function-coherence#post-54749</link>
			<pubDate>Sat, 05 May 2012 00:40:02 +0000</pubDate>
			<dc:creator>Freelancealot</dc:creator>
			<guid isPermaLink="false">54749@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;After several hours of head scratching, I took a look at the source code on Kriesi's own demo of the Coherence theme and noticed his jquery.js was at version 1.7, but mine was showing 1.6.1. &#60;/p&#62;
&#60;p&#62;I loaded a copy of jquery.js version 1.7 in WP-includes/js/jquery and VOILA! The slider is now working.&#60;/p&#62;
&#60;p&#62;Time to update my WP installation, I guess! :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Tracy
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Freelancealot on "URGENT: Getting Error: slider.control.next.on is not a function (Coherence)"</title>
			<link>http://www.kriesi.at/support/topic/urgent-getting-error-slidercontrolnexton-is-not-a-function-coherence#post-54615</link>
			<pubDate>Fri, 04 May 2012 07:28:49 +0000</pubDate>
			<dc:creator>Freelancealot</dc:creator>
			<guid isPermaLink="false">54615@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Kriesi,&#60;/p&#62;
&#60;p&#62;I need help with this urgently if you can spare the time.&#60;/p&#62;
&#60;p&#62;I purchased Coherence to used on a client's site and everything is going well but the slider function. On the Welcome (home) page the slider won't do anything. It shows the first slide with the small thumbs underneath it, but it does not slide even though it is switched to automatic. And when you click the small thumbs nothing happens either.&#60;/p&#62;
&#60;p&#62; I've loaded my own images and deleted all the ones that came with the theme's zipped file, and it still isn't working.&#60;/p&#62;
&#60;p&#62;When I look at the error console in Firefox, it's showing these two errors:&#60;/p&#62;
&#60;p&#62;slider.control.next.on is not a function - source file &#60;a href=&#34;http://www...../wp-content/themes/coherence/js/aviapoly2.js?ver=1.0.0&#34; rel=&#34;nofollow&#34;&#62;http://www...../wp-content/themes/coherence/js/aviapoly2.js?ver=1.0.0&#60;/a&#62; (Line 1696)&#60;/p&#62;
&#60;p&#62;which is this line &#60;code&#62;slider.control.next.on(&#38;#39;click.&#38;#39;+namespace, function(e, trigger){ methods.transition(slider,  1); methods.setMoveTo(slider, e, trigger); return false;});&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and &#60;/p&#62;
&#60;p&#62;slider.on is not a function - source file &#60;a href=&#34;http://www...../wp-content/themes/coherence/js/aviapoly2.js?ver=1.0.0&#34; rel=&#34;nofollow&#34;&#62;http://www...../wp-content/themes/coherence/js/aviapoly2.js?ver=1.0.0&#60;/a&#62; (Line 149)&#60;/p&#62;
&#60;p&#62;which is this line &#60;code&#62;slider.on(&#38;quot;click&#38;quot;, &#38;quot;a&#38;quot;, function(){ methods.pause_slider(slider); });&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Slideshow Options for the Welcome page are set at:&#60;/p&#62;
&#60;p&#62;Full width slider with thumbnails&#60;br /&#62;
Autorotation Active - Yes&#60;br /&#62;
Slideshow Autorotation duration - 5&#60;/p&#62;
&#60;p&#62;And I've tried the fade, the moving, and the aviapoly slider&#60;/p&#62;
&#60;p&#62;The only active plugin is Under Construction by Jeremy Massel. &#60;/p&#62;
&#60;p&#62;I'm using WP 3.2.1&#60;/p&#62;
&#60;p&#62;If anyone can help, it would be appreciated.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;Tracy
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
