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

		<item>
			<title>Devin on "Slides won&#039;t link to manual link, Heading gets cut off vertically"</title>
			<link>http://www.kriesi.at/support/topic/slides-wont-link-to-manual-link-heading-gets-cut-off-vertically#post-100152</link>
			<pubDate>Fri, 08 Mar 2013 02:48:41 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">100152@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad we could help :)&#60;/p&#62;
&#60;p&#62;Let us know if you have any other questions or issues.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Marion2318 on "Slides won&#039;t link to manual link, Heading gets cut off vertically"</title>
			<link>http://www.kriesi.at/support/topic/slides-wont-link-to-manual-link-heading-gets-cut-off-vertically#post-100072</link>
			<pubDate>Thu, 07 Mar 2013 16:54:57 +0000</pubDate>
			<dc:creator>Marion2318</dc:creator>
			<guid isPermaLink="false">100072@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Slides won&#039;t link to manual link, Heading gets cut off vertically"</title>
			<link>http://www.kriesi.at/support/topic/slides-wont-link-to-manual-link-heading-gets-cut-off-vertically#post-99955</link>
			<pubDate>Thu, 07 Mar 2013 01:59:26 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">99955@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I don't see any &#34;Coming Soon&#34; headline on the site at all. Can you link to it?&#60;/p&#62;
&#60;p&#62;Edit: I see it now, I though it was a big headline. The line height for the heading just needs to be increased:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .dynamic-title h3 {
line-height: 15px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Marion2318 on "Slides won&#039;t link to manual link, Heading gets cut off vertically"</title>
			<link>http://www.kriesi.at/support/topic/slides-wont-link-to-manual-link-heading-gets-cut-off-vertically#post-99948</link>
			<pubDate>Thu, 07 Mar 2013 01:41:40 +0000</pubDate>
			<dc:creator>Marion2318</dc:creator>
			<guid isPermaLink="false">99948@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you Devin. Did you figure out why the Coming Soon headline on the home page is being cut off underneath? I've tried everything to get the bottom of the &#34;g&#34; to show, but it's clipped off. Thanks for your help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Slides won&#039;t link to manual link, Heading gets cut off vertically"</title>
			<link>http://www.kriesi.at/support/topic/slides-wont-link-to-manual-link-heading-gets-cut-off-vertically#post-99808</link>
			<pubDate>Wed, 06 Mar 2013 14:15:18 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">99808@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Marion2318,&#60;/p&#62;
&#60;p&#62;When you have the caption with button, it sits on top of the image as an invisible layer so the image behind it is only clickable from the very edges where the caption doesn't expand to.&#60;/p&#62;
&#60;p&#62;I changed the link on the first image of your homepage to link manually and to use the same link that the image is supposed to go to.&#60;/p&#62;
&#60;p&#62;Regarding the 404 error, the link above isn't a 404 error page, that would be this page: &#60;a href=&#34;http://shop.gobeyondthegrid.com/nonexistant&#34; rel=&#34;nofollow&#34;&#62;http://shop.gobeyondthegrid.com/nonexistant&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'm not sure why the sidebar is getting wrapped incorrectly, but try updating the theme files as its still on 1.0 on your site and there have been some bug fixes with with 1.1, 1.2 and now on 1.3.1 (the update for WooCommerce 2.0). &#60;/p&#62;
&#60;p&#62;Most likely in the search.php file, the get_sidebar(); call is mistakenly inside the div for template-search which is causing it to be inside the nine unit grid instead of out of it.&#60;/p&#62;
&#60;p&#62;What is should like look like is:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;container&#38;#39;&#38;gt;

				&#38;lt;div class=&#38;#39;content template-search &#38;lt;?php avia_layout_class( &#38;#39;content&#38;#39; ); ?&#38;gt; units&#38;#39;&#38;gt;
				&#38;lt;?php
				/* Run the loop to output the posts.
				* If you want to overload this in a child theme then include a file
				* called loop-search.php and that will be used instead.
				*/
				$more = 0;
				get_template_part( &#38;#39;includes/loop&#38;#39;, &#38;#39;search&#38;#39; );
				?&#38;gt;

				&#38;lt;!--end content--&#38;gt;
				&#38;lt;/div&#38;gt;

				&#38;lt;?php 

				//get the sidebar
				$avia_config[&#38;#39;currently_viewing&#38;#39;] = &#38;#39;page&#38;#39;;

				get_sidebar();

				?&#38;gt;

			&#38;lt;/div&#38;gt;&#38;lt;!--end container--&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Marion2318 on "Slides won&#039;t link to manual link, Heading gets cut off vertically"</title>
			<link>http://www.kriesi.at/support/topic/slides-wont-link-to-manual-link-heading-gets-cut-off-vertically#post-99654</link>
			<pubDate>Tue, 05 Mar 2013 17:25:24 +0000</pubDate>
			<dc:creator>Marion2318</dc:creator>
			<guid isPermaLink="false">99654@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;One additional question. On the error404.php template, I'm trying to remove the &#34;New Products Coming Soon&#34; and &#34;Questions&#34; since they are oddly placed. I want to either remove them, or push them over in the sidebar, where it appears they belong. Can you assist in showing me how to do either of those? Remove or fix the display? For example, see this page: &#60;a href=&#34;http://shop.gobeyondthegrid.com/product-category/communication/&#34; rel=&#34;nofollow&#34;&#62;http://shop.gobeyondthegrid.com/product-category/communication/&#60;/a&#62;. I removed the Search already, but there's nothing in the code that shows me how the other items are being pulled in. Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Marion2318 on "Slides won&#039;t link to manual link, Heading gets cut off vertically"</title>
			<link>http://www.kriesi.at/support/topic/slides-wont-link-to-manual-link-heading-gets-cut-off-vertically#post-99622</link>
			<pubDate>Tue, 05 Mar 2013 15:45:29 +0000</pubDate>
			<dc:creator>Marion2318</dc:creator>
			<guid isPermaLink="false">99622@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I just resent. It shows I had the correct email. Can you let me know when you get it? We're trying to launch the site as soon as possible. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Slides won&#039;t link to manual link, Heading gets cut off vertically"</title>
			<link>http://www.kriesi.at/support/topic/slides-wont-link-to-manual-link-heading-gets-cut-off-vertically#post-99508</link>
			<pubDate>Tue, 05 Mar 2013 00:53:56 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">99508@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hmm, I have not. Nothing in my spam folder either. Can you try again? Just double check the spelling of my address and make sure its @gmail.com .&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Marion2318 on "Slides won&#039;t link to manual link, Heading gets cut off vertically"</title>
			<link>http://www.kriesi.at/support/topic/slides-wont-link-to-manual-link-heading-gets-cut-off-vertically#post-99375</link>
			<pubDate>Mon, 04 Mar 2013 15:43:12 +0000</pubDate>
			<dc:creator>Marion2318</dc:creator>
			<guid isPermaLink="false">99375@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I sent you an email with the login credentials you requested. Did you receive that? Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Slides won&#039;t link to manual link, Heading gets cut off vertically"</title>
			<link>http://www.kriesi.at/support/topic/slides-wont-link-to-manual-link-heading-gets-cut-off-vertically#post-98944</link>
			<pubDate>Thu, 28 Feb 2013 18:34:40 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">98944@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm still getting the same thing. If you can just create a temporary admin account for me I'll log in and take a look.&#60;/p&#62;
&#60;p&#62;You can send the information to my email at DevinVinson (at) gmail.com. Make sure to include a link to this topic so that my spam filter doesn't grab it :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Marion2318 on "Slides won&#039;t link to manual link, Heading gets cut off vertically"</title>
			<link>http://www.kriesi.at/support/topic/slides-wont-link-to-manual-link-heading-gets-cut-off-vertically#post-98929</link>
			<pubDate>Thu, 28 Feb 2013 17:28:17 +0000</pubDate>
			<dc:creator>Marion2318</dc:creator>
			<guid isPermaLink="false">98929@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;My apologies. I forgot. I've removed it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Slides won&#039;t link to manual link, Heading gets cut off vertically"</title>
			<link>http://www.kriesi.at/support/topic/slides-wont-link-to-manual-link-heading-gets-cut-off-vertically#post-98923</link>
			<pubDate>Thu, 28 Feb 2013 16:49:10 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">98923@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Marion2318,&#60;/p&#62;
&#60;p&#62;The site is in Maintenance mode so we aren't able to see the issues. Can you put it live so we can take a look?&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Marion2318 on "Slides won&#039;t link to manual link, Heading gets cut off vertically"</title>
			<link>http://www.kriesi.at/support/topic/slides-wont-link-to-manual-link-heading-gets-cut-off-vertically#post-98915</link>
			<pubDate>Thu, 28 Feb 2013 16:39:36 +0000</pubDate>
			<dc:creator>Marion2318</dc:creator>
			<guid isPermaLink="false">98915@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello, I'm having a couple of problems...&#60;/p&#62;
&#60;p&#62;1. My slides are set to manually link to  a product page. I have the slide set to link Manually, and I've entered the URL. but the slides do not link anywhere. What am I doing wrong? The link is correct. When I paste it into the browser, t goes straight to the proper page.&#60;/p&#62;
&#60;p&#62;2. On my Home page, shop.gobeyondthegrid.com, the Coming Soon heading is cut off at the bottom of the &#34;g.&#34; I've tried different sizes, tried deleting the element directly below it, etc., but nothing fixes it. Could this be fixed with some additional CSS padding somewhere? Can you please advice?&#60;/p&#62;
&#60;p&#62;Thanks so much!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Slideshow not work"</title>
			<link>http://www.kriesi.at/support/topic/slideshow-not-work#post-79529</link>
			<pubDate>Fri, 12 Oct 2012 10:39:14 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">79529@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I get several javascript/jquery errors like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;TypeError: invalid Array.prototype.sort argument&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;- I'm not sure what causes these errors though. Please try to deactivate all third party plugins and check if this solves the issue.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ferranlluctv on "Slideshow not work"</title>
			<link>http://www.kriesi.at/support/topic/slideshow-not-work#post-79404</link>
			<pubDate>Thu, 11 Oct 2012 10:06:00 +0000</pubDate>
			<dc:creator>ferranlluctv</dc:creator>
			<guid isPermaLink="false">79404@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I have a slideshow in my homepage but not working fine, have 5 slides and not passed after second slide... &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.thesmile.tv&#34; rel=&#34;nofollow&#34;&#62;http://www.thesmile.tv&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "content slider speed"</title>
			<link>http://www.kriesi.at/support/topic/content-slider-speed#post-48550</link>
			<pubDate>Tue, 27 Mar 2012 15:27:23 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">48550@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; See &#60;a href=&#34;http://www.kriesi.at/support/topic/transition-speed-in-slider#post-47099&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/transition-speed-in-slider#post-47099&#60;/a&#62; &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>timplaster on "content slider speed"</title>
			<link>http://www.kriesi.at/support/topic/content-slider-speed#post-48375</link>
			<pubDate>Mon, 26 Mar 2012 18:26:41 +0000</pubDate>
			<dc:creator>timplaster</dc:creator>
			<guid isPermaLink="false">48375@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I can't seem to get this to take affect. I'm using Angular, and the featured slideshow on the homepage is transitioning too quickly, and also the transition itself is too fast. How do I slow both of those effects down?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://exdw.com.s57396.gridserver.com/&#34; rel=&#34;nofollow&#34;&#62;http://exdw.com.s57396.gridserver.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "content slider speed"</title>
			<link>http://www.kriesi.at/support/topic/content-slider-speed#post-47195</link>
			<pubDate>Tue, 20 Mar 2012 17:55:38 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">47195@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Michael!&#60;/p&#62;
&#60;p&#62;This is currently not possible without some heavy modifications of the slideshow. I will keep it in mind for the next iteration of the slideshow code and see what I can come up with to add that option :)&#60;/p&#62;
&#60;p&#62;Cheers&#60;br /&#62;
Kriesi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "content slider speed"</title>
			<link>http://www.kriesi.at/support/topic/content-slider-speed#post-47027</link>
			<pubDate>Mon, 19 Mar 2012 21:36:55 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">47027@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Michael,&#60;/p&#62;
&#60;p&#62;I'm not sure about that one. I'll direct the issue/request to Kriesi and see if we can get a solution for you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Michael Hainsworth on "content slider speed"</title>
			<link>http://www.kriesi.at/support/topic/content-slider-speed#post-46507</link>
			<pubDate>Thu, 15 Mar 2012 21:25:41 +0000</pubDate>
			<dc:creator>Michael Hainsworth</dc:creator>
			<guid isPermaLink="false">46507@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Any tips on how to get the Content Slider to &#34;wrap&#34; around to the first slide after the last? Since you can thumb-swipe on a mobile device, it would be preferable to have the last slide continue in the same direction to the first slide instead of &#34;rewinding&#34; back to the beginning.&#60;/p&#62;
&#60;p&#62;Hope you can help,&#60;br /&#62;
Michael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "content slider speed"</title>
			<link>http://www.kriesi.at/support/topic/content-slider-speed#post-45146</link>
			<pubDate>Thu, 08 Mar 2012 14:38:20 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">45146@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;open the avia.js file in your themes js folder and search for the $.fn.avia_sc_sliderat around lone 1278&#60;/p&#62;
&#60;p&#62;in line 1290 the interval is set with 3000 miliseconds:&#60;/p&#62;
&#60;pre&#62;
autorotationInterval: 3000
&#60;/pre&#62;
&#60;p&#62;just edit that value ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JedE on "content slider speed"</title>
			<link>http://www.kriesi.at/support/topic/content-slider-speed#post-44696</link>
			<pubDate>Mon, 05 Mar 2012 13:51:53 +0000</pubDate>
			<dc:creator>JedE</dc:creator>
			<guid isPermaLink="false">44696@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have a content slider with 4 tabs.&#60;br /&#62;
The slider is cycling through the tabs faster than is desired.&#60;br /&#62;
How does one adjust the cycle speed?&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Change (at least invert) mainpage sliders ?"</title>
			<link>http://www.kriesi.at/support/topic/change-at-least-invert-mainpage-sliders#post-3636</link>
			<pubDate>Fri, 27 Aug 2010 17:37:56 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">3636@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;At the moment, the easiest way to reorder the slides is to change the dates so the first slide is the most recent date and the last slide is the oldest date.&#60;/p&#62;
&#60;p&#62;There may be a better way to do this released in a future version of the theme :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cacophonix on "Change (at least invert) mainpage sliders ?"</title>
			<link>http://www.kriesi.at/support/topic/change-at-least-invert-mainpage-sliders#post-3588</link>
			<pubDate>Fri, 27 Aug 2010 00:49:58 +0000</pubDate>
			<dc:creator>cacophonix</dc:creator>
			<guid isPermaLink="false">3588@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I would like to know how to change the order of the slides of the Aviso main page.&#60;br /&#62;
Ideal solution should be to be able to set an arbitrary order with the panel.&#60;/p&#62;
&#60;p&#62;For now, I would enjoy the possibility to reverse the order.&#60;/p&#62;
&#60;p&#62;TIA
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
