<?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: Responsive Errors</title>
		<link>http://www.kriesi.at/support/topic/responsive-errors</link>
		<description>Support Forum - Topic: Responsive Errors</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 15:27:21 +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/responsive-errors" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "Responsive Errors"</title>
			<link>http://www.kriesi.at/support/topic/responsive-errors#post-71716</link>
			<pubDate>Sun, 19 Aug 2012 02:25:41 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">71716@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;I fixed a few things on the page /certificate-3-in-hospitality/. Please paste the code in the Quick CSS in the backend. You should read an article on responsive design since you are treating it the same way as regular design.&#60;/p&#62;
&#60;p&#62; In essence there are 3-4 websites in here, each one triggered when the screen size becomes greater than a certain number of pixels.&#60;br /&#62;
First you take the smallest screen size Android/IPhone portrait, and you go to all the pages and make them look the way you want on that size, and then you take the next size up, mobile landscape, then tablet, then desktop computer last. &#60;/p&#62;
&#60;p&#62;Please try to use as much of the theme as you can since each time you introduce new images you have to figure out what to do with them in all 4 responsive layouts.  I suggest you install Firebug browser widget for Chrome (easier) or Firefox and try playing with CSS. &#60;/p&#62;
&#60;p&#62;It’s easy with Firebug, and will go a long way in making you better understand how to tweak things.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/*
This first group below changes the title bar on top of /certificate-3-in-hospitality/ page
This size is for tablets (see first line)

*/

@media only screen and (min-width: 768px) and (max-width: 989px) {
.stretch_full.title_container {
background-image: url(../wp-content/uploads/2012/07/titleBGcirc.jpg);
background-position: 100% 40%;
background-repeat: no-repeat;
display: block;
-moz-background-size: contain;
-webkit-background-size: contain;
background-size: contain;
}
}

/*
The first group lowers the font size and centers the title at iphone landscape size. on /certificate-3-in-hospitality/ page
The second group is the same title bar at lower screen size. i blew it up a bit yet want to make text readable.

*/
@media only screen and (max-width: 767px) {
.title_container h1 {
margin: 0;
font-size: 21px;
text-align: center;
position: relative;
z-index: 2;
}
.stretch_full.title_container {
background-image: url(../wp-content/uploads/2012/07/titleBGcirc.jpg);
background-position: 10% 40%;
background-repeat: no-repeat;
}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Good Luck,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Responsive Errors"</title>
			<link>http://www.kriesi.at/support/topic/responsive-errors#post-71713</link>
			<pubDate>Sun, 19 Aug 2012 00:54:41 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">71713@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am sorry about the delays. My fault entirely. I apologize. The code that Ismael gave you needs to be pasted in the admin area of the theme, in Coherence Theme Options &#38;gt; Styling and on the bottom there's the Quick CSS textbox. Please hit the save button and that's it.&#60;/p&#62;
&#60;p&#62;I wouldn't put much weight into the WC3, or their buggy theme checking gimmick. Until HTML5 is finalized in the next few years, every browser has their own standards, so nobody knows exactly what it is that WC3 checks.  Ebay, Amazon and Yahoo - each fails validation with over  300-500 errors according to WC3.&#60;/p&#62;
&#60;p&#62;However looking at the PR of websites using Kriesi themes, it becomes self evident that Google approves and rewards the sites using those themes - which adds up to better traffic and more sales. &#60;/p&#62;
&#60;p&#62;I am sorry, I don't have a wide screen Mac (though sure would love to get one) to test the site.&#60;/p&#62;
&#60;p&#62;Great care must be taken when customizing a sophisticated responsive design since unlike regular themes, responsive themes are perfectly balanced to simultaneously work on home computers as well as mobile devices of various screen sizes, resolutions, capabilities and operating systems made by competing companies unwilling to conform to any standards. &#60;/p&#62;
&#60;p&#62;Yet the payoff for that extra time spent dealing with a responsive design are huge, since 40% of online traffic today comes from mobile devices. No worries, the support team will do our best to ensure that you aren't abandoned, or I wouldn't be writing this at 7am on a nice Sunday morning. :)&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>liquidpixles on "Responsive Errors"</title>
			<link>http://www.kriesi.at/support/topic/responsive-errors#post-71517</link>
			<pubDate>Fri, 17 Aug 2012 06:14:16 +0000</pubDate>
			<dc:creator>liquidpixles</dc:creator>
			<guid isPermaLink="false">71517@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes mate, I know the theme is responsive, I really love it, just it needs to be made clear that any editing of images or adding images needs to be done through an admin system, as most people dont have the skill to code responsive. Well I dont anyway.&#60;/p&#62;
&#60;p&#62;Thank you I will give it a try How has this happened? Have I added too much content into the slides??
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Responsive Errors"</title>
			<link>http://www.kriesi.at/support/topic/responsive-errors#post-71491</link>
			<pubDate>Fri, 17 Aug 2012 03:50:30 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">71491@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I'm sorry for the inconvenience. It is rest assured that the theme is responsive. Thousand of users can attest to that. Kriesi is not going to be the top author of themeforest if he can't back up his claims. Please do understand that there a lot of inquiries up and we are trying to answer each of them. We are very sorry if we didn't answer your inquiry as fast as you expected.&#60;/p&#62;
&#60;p&#62;Maybe you can try this on your custom.css to fix the slideshow.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) { 

	 	.responsive #top .caption_supersize .slideshow_caption .featured_caption {
                 font-size: .5em;
                 }

                 .responsive #top .caption_supersize .slideshow_caption h1 {
font-size: .8em;
}

	}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;For the logo, please to try adjust the image size that you uploaded and see if it works.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>liquidpixles on "Responsive Errors"</title>
			<link>http://www.kriesi.at/support/topic/responsive-errors#post-71484</link>
			<pubDate>Fri, 17 Aug 2012 02:41:47 +0000</pubDate>
			<dc:creator>liquidpixles</dc:creator>
			<guid isPermaLink="false">71484@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can I please get some help guys, my client is dirty abou tthis
&#60;/p&#62;</description>
		</item>
		<item>
			<title>liquidpixles on "Responsive Errors"</title>
			<link>http://www.kriesi.at/support/topic/responsive-errors#post-71343</link>
			<pubDate>Thu, 16 Aug 2012 07:42:13 +0000</pubDate>
			<dc:creator>liquidpixles</dc:creator>
			<guid isPermaLink="false">71343@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;On Themeforset is says this theme is well coded and mobile friendly. But My site just scored a ZERO on the WC3 mobile check.&#60;/p&#62;
&#60;p&#62;WTF. Too many developers are making these claims about their theme but cant back it up. Not Happy&#60;br /&#62;
Here's a perfect example.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>liquidpixles on "Responsive Errors"</title>
			<link>http://www.kriesi.at/support/topic/responsive-errors#post-71292</link>
			<pubDate>Thu, 16 Aug 2012 02:28:56 +0000</pubDate>
			<dc:creator>liquidpixles</dc:creator>
			<guid isPermaLink="false">71292@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am checking it on a Widescreen mac and just resizing and seeing errors in the menu. The menu overlaps the logo. and slider cut off&#60;/p&#62;
&#60;p&#62;My client is seeing errors on iPhone, same deal and the slider is being cut off. I cant really play around with the CSS as Im not that good to be honest. But should it be tested first or could I have caused this with my images I put in?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Responsive Errors"</title>
			<link>http://www.kriesi.at/support/topic/responsive-errors#post-71272</link>
			<pubDate>Wed, 15 Aug 2012 23:04:28 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">71272@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Is this happening on iPhone, iPad etc?&#60;/p&#62;
&#60;p&#62;Try to play around with css &#38;gt; layout.css &#38;gt; look for #Media Queries. &#60;/p&#62;
&#60;p&#62;Can you be more specific on what kind of errors and where?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>liquidpixles on "Responsive Errors"</title>
			<link>http://www.kriesi.at/support/topic/responsive-errors#post-71155</link>
			<pubDate>Wed, 15 Aug 2012 10:38:10 +0000</pubDate>
			<dc:creator>liquidpixles</dc:creator>
			<guid isPermaLink="false">71155@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Anyone???
&#60;/p&#62;</description>
		</item>
		<item>
			<title>liquidpixles on "Responsive Errors"</title>
			<link>http://www.kriesi.at/support/topic/responsive-errors#post-71130</link>
			<pubDate>Wed, 15 Aug 2012 06:48:09 +0000</pubDate>
			<dc:creator>liquidpixles</dc:creator>
			<guid isPermaLink="false">71130@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi everyone, I am having alot of responsive issues. I am getting menu overlapping, images I have put in are not responding, and slideshow is cutting of.&#60;/p&#62;
&#60;p&#62;I love this theme and Im sure its only a little thing but Im not good enough to track down the issues&#60;/p&#62;
&#60;p&#62;Any help is much appreciated..&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://karbentraining.com.au&#34; rel=&#34;nofollow&#34;&#62;http://karbentraining.com.au&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
