<?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: Search box on mobile &#38; full width slider buttons</title>
		<link>http://www.kriesi.at/support/topic/search-box-on-mobile-full-width-slider-buttons</link>
		<description>Support Forum - Topic: Search box on mobile &amp; full width slider buttons</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 12:46:55 +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/search-box-on-mobile-full-width-slider-buttons" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Search box on mobile &#38; full width slider buttons"</title>
			<link>http://www.kriesi.at/support/topic/search-box-on-mobile-full-width-slider-buttons#post-72531</link>
			<pubDate>Thu, 23 Aug 2012 16:16:30 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">72531@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sure thing! We just need to adjust the Contact link a bit:&#60;/p&#62;
&#60;p&#62;Add the following after the @media only screen and (max-width: 767px) that you added above. So your final little block for max-width:767 will be&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;@media only screen and (max-width: 767px) {
.responsive .header_meta #searchform {display: block;}
.responsive .header_meta .small_header_info{float: left; min-width: 50px;}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kleboe on "Search box on mobile &#38; full width slider buttons"</title>
			<link>http://www.kriesi.at/support/topic/search-box-on-mobile-full-width-slider-buttons#post-72362</link>
			<pubDate>Wed, 22 Aug 2012 18:18:27 +0000</pubDate>
			<dc:creator>kleboe</dc:creator>
			<guid isPermaLink="false">72362@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;A ha, did just get one issue pointed out to me.  On the mobile version of the template when the browser is at its narrowest the user cannot click into the search box.  I wondered if you might know a fix for this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kleboe on "Search box on mobile &#38; full width slider buttons"</title>
			<link>http://www.kriesi.at/support/topic/search-box-on-mobile-full-width-slider-buttons#post-72292</link>
			<pubDate>Wed, 22 Aug 2012 12:36:01 +0000</pubDate>
			<dc:creator>kleboe</dc:creator>
			<guid isPermaLink="false">72292@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Devin,&#60;/p&#62;
&#60;p&#62;Absolutely perfect solutions.  I'm very impressed.  &#60;/p&#62;
&#60;p&#62;Kleboe
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Search box on mobile &#38; full width slider buttons"</title>
			<link>http://www.kriesi.at/support/topic/search-box-on-mobile-full-width-slider-buttons#post-70975</link>
			<pubDate>Tue, 14 Aug 2012 14:35:16 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">70975@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey kleboe,&#60;/p&#62;
&#60;p&#62;For the search form, we just need to overwrite the display: none rule. 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;@media only screen and (max-width: 767px) {
.responsive .header_meta #searchform {display: block;}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;For the slideshow arrow I believe you'll need to search for the following in js&#38;gt;aviapoly2.js:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;//if($(event.target).is(&#38;#39;.slideshow_caption, .slideshow_inner_caption&#38;#39;)) return;
				controls[&#38;#39;prev&#38;#39;].stop().css({display:&#38;#39;block&#38;#39;, opacity:0}).animate({opacity:0.9, left:&#38;#39;-25px&#38;#39;}, duration, easing);
				controls[&#38;#39;next&#38;#39;] = container.find(&#38;#39;.slide_controls a.ctrl_next&#38;#39;).stop().css({display:&#38;#39;block&#38;#39;, opacity:0}).animate({opacity:0.9, right:&#38;#39;-25px&#38;#39;}, duration, easing);
				}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I think changing the -25px for each of them to 5px will work for that layout. I'll tag the issue for Kriesi since it looks like it needs to be tweaked.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kleboe on "Search box on mobile &#38; full width slider buttons"</title>
			<link>http://www.kriesi.at/support/topic/search-box-on-mobile-full-width-slider-buttons#post-70928</link>
			<pubDate>Tue, 14 Aug 2012 07:49:11 +0000</pubDate>
			<dc:creator>kleboe</dc:creator>
			<guid isPermaLink="false">70928@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi support,&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;I'm still having issues with the search box not appearing on mobile browsers:&#60;/strong&#62;&#60;br /&#62;
I've added the search box to the top right of the template, to the right of the small header info. It looks great but disappears when I decrease the browser past 60% of it's original size. I wondered what I would have to modify in terms of CSS to retain the search box so that those on small screens and mobile could still use it?&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;And the slider still has the arrows cut off:&#60;/strong&#62;&#60;br /&#62;
Also, on the slider I'm using it full width but when I hover over it to navigate through images the little transparent circles that appear on the far left and right of the image with the arrows are cut off. Only half of them show. I wondered if there was a way to move them in the way, closer together to show the whole circle? Just need a steer on which CSS or Javascript files I need to alter to make them move.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Search box on mobile &#38; full width slider buttons"</title>
			<link>http://www.kriesi.at/support/topic/search-box-on-mobile-full-width-slider-buttons#post-70884</link>
			<pubDate>Tue, 14 Aug 2012 00:43:04 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">70884@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;That's great! Thanks for letting us know.&#60;/p&#62;
&#60;p&#62;Good Luck,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kleboe on "Search box on mobile &#38; full width slider buttons"</title>
			<link>http://www.kriesi.at/support/topic/search-box-on-mobile-full-width-slider-buttons#post-70489</link>
			<pubDate>Fri, 10 Aug 2012 15:01:42 +0000</pubDate>
			<dc:creator>kleboe</dc:creator>
			<guid isPermaLink="false">70489@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Cufon issue fixed.  I added my own css font file and this seems to have fixed the issue.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kleboe on "Search box on mobile &#38; full width slider buttons"</title>
			<link>http://www.kriesi.at/support/topic/search-box-on-mobile-full-width-slider-buttons#post-70477</link>
			<pubDate>Fri, 10 Aug 2012 13:12:50 +0000</pubDate>
			<dc:creator>kleboe</dc:creator>
			<guid isPermaLink="false">70477@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Also,&#60;/p&#62;
&#60;p&#62;A friend of mine checked the site but the cufon fonts weren't working (I added my own font 'Uma' to the site)? He see's all the main headings in Times New Roman.  Do you get this too?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kleboe on "Search box on mobile &#38; full width slider buttons"</title>
			<link>http://www.kriesi.at/support/topic/search-box-on-mobile-full-width-slider-buttons#post-70473</link>
			<pubDate>Fri, 10 Aug 2012 12:42:47 +0000</pubDate>
			<dc:creator>kleboe</dc:creator>
			<guid isPermaLink="false">70473@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've made the site live so you can take a look: &#60;a href=&#34;http://kleboe.co.uk&#34; rel=&#34;nofollow&#34;&#62;http://kleboe.co.uk&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You'll see the issues with the full size slider having the arrow navigations cut-off when you hover over the image.  I'd be happy to remove the arrows all together.&#60;/p&#62;
&#60;p&#62;Thanks Devlin.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Search box on mobile &#38; full width slider buttons"</title>
			<link>http://www.kriesi.at/support/topic/search-box-on-mobile-full-width-slider-buttons#post-70300</link>
			<pubDate>Thu, 09 Aug 2012 15:04:03 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">70300@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey kleboe,&#60;/p&#62;
&#60;p&#62;Can we take a look at your page live? We'll need to inspect what you have now to give a fix. The search box one sounds like media queries are changing the layout/hiding the search and I'd like to just take a look at exactly what is happening with the other issue.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kleboe on "Search box on mobile &#38; full width slider buttons"</title>
			<link>http://www.kriesi.at/support/topic/search-box-on-mobile-full-width-slider-buttons#post-70246</link>
			<pubDate>Thu, 09 Aug 2012 10:28:53 +0000</pubDate>
			<dc:creator>kleboe</dc:creator>
			<guid isPermaLink="false">70246@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This theme is incredible!  I'm so impressed.  The flexibility is unbelievable.&#60;/p&#62;
&#60;p&#62;This is my first post on here so please bear with me if I don't provide everything you need.&#60;/p&#62;
&#60;p&#62;I've added the search box to the top right of the template, to the right of the small header info.  It looks great but disappears when I decrease the browser past 60% of it's original size.  I wondered what I would have to modify in terms of CSS to retain the search box so that those on small screens and mobile could still use it?&#60;/p&#62;
&#60;p&#62;Also, on the slider I'm using it full width but when I hover over it to navigate through images the little transparent circles that appear on the far left and right of the image with the arrows are cut off.  Only half of them show.  I wondered if there was a way to move them in the way, closer together to show the whole circle?  Just need a steer on which CSS or Javascript files I need to alter to make them move.&#60;/p&#62;
&#60;p&#62;Thanks support.  Any help is much appreciated!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
