<?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: 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</link>
		<description>Support Forum - Topic: Slides won&#039;t link to manual link, Heading gets cut off vertically</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 08:25:08 +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/slides-wont-link-to-manual-link-heading-gets-cut-off-vertically" 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>

	</channel>
</rss>
