<?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: browser - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/browser</link>
		<description>Support Forum - Tag: browser - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 03:06:07 +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/browser" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Evenly spread/distribute menu"</title>
			<link>http://www.kriesi.at/support/topic/evenly-spreaddistribute-menu#post-111240</link>
			<pubDate>Wed, 15 May 2013 02:32:39 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">111240@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi emil,&#60;/p&#62;
&#60;p&#62;I believe the code itself will change based on the language. So you can then target that class selector and change the menu that is within the produced class.&#60;/p&#62;
&#60;p&#62;So if you add that in, the header ID will have a class along with it to target.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sturmdrang on "Evenly spread/distribute menu"</title>
			<link>http://www.kriesi.at/support/topic/evenly-spreaddistribute-menu#post-111087</link>
			<pubDate>Tue, 14 May 2013 11:28:42 +0000</pubDate>
			<dc:creator>sturmdrang</dc:creator>
			<guid isPermaLink="false">111087@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi!&#60;/p&#62;
&#60;p&#62;The line of code in my header looks like this:&#60;br /&#62;
&#38;lt;div class='container_wrap header_color &#38;lt;?php avia_is_dark_bg('header_color'); ?&#38;gt;'&#38;gt;&#60;br /&#62;
Do I only need to replace it with this:&#60;br /&#62;
&#38;lt;div class='container_wrap header_color &#38;lt;?php avia_is_dark_bg('header_color');.&#34; &#34;.ICL_LANGUAGE_CODE;?&#38;gt;'&#38;gt;&#60;br /&#62;
or do I make a duplicate for each languange? And how would the css look like if i need english and swedish as languages?&#60;br /&#62;
I'm a bit lost and seems like I missing something.&#60;/p&#62;
&#60;p&#62;Would u be kind to give me a hint?&#60;/p&#62;
&#60;p&#62;Thanks in advance!&#60;br /&#62;
/emil
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Evenly spread/distribute menu"</title>
			<link>http://www.kriesi.at/support/topic/evenly-spreaddistribute-menu#post-110415</link>
			<pubDate>Fri, 10 May 2013 17:18:36 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">110415@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; You could use media queries: &#60;a href=&#34;http://webdesignerwall.com/tutorials/css3-media-queries&#34; rel=&#34;nofollow&#34;&#62;http://webdesignerwall.com/tutorials/css3-media-queries&#60;/a&#62; to make it responsive (eg set the padding to 0 for small devices). &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pixelist on "Evenly spread/distribute menu"</title>
			<link>http://www.kriesi.at/support/topic/evenly-spreaddistribute-menu#post-110292</link>
			<pubDate>Fri, 10 May 2013 09:06:07 +0000</pubDate>
			<dc:creator>pixelist</dc:creator>
			<guid isPermaLink="false">110292@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi &#60;/p&#62;
&#60;p&#62;I'm trying to do the same thing as emil where the menu spreads fullwidth across the entire width of the site. &#60;/p&#62;
&#60;p&#62;I don't need the language fix - is there a better way than emils temp fix? &#60;/p&#62;
&#60;p&#62;emils site seems to be not responsive but mine needs to remain responsive. &#60;/p&#62;
&#60;p&#62;Many Thanks&#60;/p&#62;
&#60;p&#62;pixelist
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Evenly spread/distribute menu"</title>
			<link>http://www.kriesi.at/support/topic/evenly-spreaddistribute-menu#post-109709</link>
			<pubDate>Wed, 08 May 2013 10:46:10 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">109709@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can add a (language dependent) class to the header - eg replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div id=&#38;#39;header&#38;#39; class=&#38;#39; header_color &#38;lt;?php avia_is_dark_bg(&#38;#39;header_color&#38;#39;); echo &#38;quot; &#38;quot;.$headerMenu; ?&#38;gt;&#38;#39;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div id=&#38;#39;header&#38;#39; class=&#38;#39; header_color &#38;lt;?php avia_is_dark_bg(&#38;#39;header_color&#38;#39;); echo &#38;quot; &#38;quot;.$headerMenu.&#38;quot; &#38;quot;.ICL_LANGUAGE_CODE; ?&#38;gt;&#38;#39;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Afterwards you can use this class to add different paddings to your menus.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sturmdrang on "Evenly spread/distribute menu"</title>
			<link>http://www.kriesi.at/support/topic/evenly-spreaddistribute-menu#post-109673</link>
			<pubDate>Wed, 08 May 2013 08:52:42 +0000</pubDate>
			<dc:creator>sturmdrang</dc:creator>
			<guid isPermaLink="false">109673@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi again!&#60;/p&#62;
&#60;p&#62;We solved it temporary by adding padding to:&#60;/p&#62;
&#60;p&#62;.main_menu ul:first-child &#38;gt; li &#38;gt; a {&#60;br /&#62;
    padding: 0px 2.02em;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;since we could'nt get the &#34;lenashore-fix&#34; to work.&#60;/p&#62;
&#60;p&#62;The &#34;padding-fix&#34; works until now when we need to put &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; on the website and add another language with a different menu.&#60;/p&#62;
&#60;p&#62;So I guess we need to work around it some how?&#60;br /&#62;
Would be grateful if you ca give me any hints on how to do it.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.alesco.se/&#34; rel=&#34;nofollow&#34;&#62;http://www.alesco.se/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks in advance!&#60;br /&#62;
/emil
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Blackthorns on "Ajax call on a specific element ?"</title>
			<link>http://www.kriesi.at/support/topic/ajax-call-on-a-specific-element#post-102397</link>
			<pubDate>Thu, 21 Mar 2013 11:22:53 +0000</pubDate>
			<dc:creator>Blackthorns</dc:creator>
			<guid isPermaLink="false">102397@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, thx !&#60;br /&#62;
I changed my css like that :&#60;/p&#62;
&#60;p&#62;.safari #ProductWrapper ul.products-rub li#menu-item-3568:hover,&#60;br /&#62;
.safari #ProductWrapper ul.products-rub li#menu-item-3514:hover {-webkit-animation: cremeTranslateX 5s infinite ease-out !important;}&#60;/p&#62;
&#60;p&#62;and it finally worked ! I think there was a bug with the cubic-bezier property...&#60;/p&#62;
&#60;p&#62;Regards
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Ajax call on a specific element ?"</title>
			<link>http://www.kriesi.at/support/topic/ajax-call-on-a-specific-element#post-102229</link>
			<pubDate>Wed, 20 Mar 2013 12:13:41 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">102229@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;For the Safari only CSS3 issue, my guess would be the webkit-transition is incorrect for safari specifically. I'm not completely sure but you could try adding in the delay in case safari has a bug with it just set at the default initial or separating them out. Or try setting the starting opacity to 1. I'm not aware specifically of a bug dealing with that either way but with cross browser issues who knows.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Blackthorns on "Ajax call on a specific element ?"</title>
			<link>http://www.kriesi.at/support/topic/ajax-call-on-a-specific-element#post-101896</link>
			<pubDate>Mon, 18 Mar 2013 17:41:47 +0000</pubDate>
			<dc:creator>Blackthorns</dc:creator>
			<guid isPermaLink="false">101896@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi so here's my website : &#60;a href=&#34;http://massenez.com/&#34; rel=&#34;nofollow&#34;&#62;http://massenez.com/&#60;/a&#62; and when I was talking about full background videos it was for the cocktails pages such as : &#60;a href=&#34;http://massenez.com/en/her-cocktails/miss-massenez-cocktail/&#34; rel=&#34;nofollow&#34;&#62;http://massenez.com/en/her-cocktails/miss-massenez-cocktail/&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;I found how to autoplay the videos by appending them with javascript and not in post pages. This way, the videos always work.&#60;br /&#62;
Just on Safari, we can just see the poster pic, not the autoplay video loop... Why ?&#60;/p&#62;
&#60;p&#62;Also, when I hover &#34;Our products&#34;&#38;gt;&#34;Gammes Eaux-de-Vie Massenez&#34; or &#34;Gamme Crème et Liqueurs Massenez&#34; on Safari, the CSS3 animation doesn't work... Would you know why ?&#60;/p&#62;
&#60;p&#62;Thx
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Ajax call on a specific element ?"</title>
			<link>http://www.kriesi.at/support/topic/ajax-call-on-a-specific-element#post-98865</link>
			<pubDate>Thu, 28 Feb 2013 13:32:45 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">98865@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Just post a link once it is live and we'll take a look then :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Blackthorns on "Ajax call on a specific element ?"</title>
			<link>http://www.kriesi.at/support/topic/ajax-call-on-a-specific-element#post-98831</link>
			<pubDate>Thu, 28 Feb 2013 09:44:52 +0000</pubDate>
			<dc:creator>Blackthorns</dc:creator>
			<guid isPermaLink="false">98831@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, the site will be online tomorrow so we could debug that together at this time !&#60;br /&#62;
Thank you very much for your quick feedbacks ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Ajax call on a specific element ?"</title>
			<link>http://www.kriesi.at/support/topic/ajax-call-on-a-specific-element#post-98708</link>
			<pubDate>Wed, 27 Feb 2013 16:24:20 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">98708@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;This maintenance mode plugin ( &#60;a href=&#34;http://wordpress.org/extend/plugins/wp-maintenance-mode/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/wp-maintenance-mode/&#60;/a&#62; ) has exceptions for those with login/pw , please set it up in order for us to help.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Ajax call on a specific element ?"</title>
			<link>http://www.kriesi.at/support/topic/ajax-call-on-a-specific-element#post-98587</link>
			<pubDate>Tue, 26 Feb 2013 20:32:58 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">98587@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Blackthorns,&#60;/p&#62;
&#60;p&#62;Without viewing the page live I'm not sure any of us can give any kind of guess on what might be happening.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Blackthorns on "Ajax call on a specific element ?"</title>
			<link>http://www.kriesi.at/support/topic/ajax-call-on-a-specific-element#post-98513</link>
			<pubDate>Tue, 26 Feb 2013 10:58:07 +0000</pubDate>
			<dc:creator>Blackthorns</dc:creator>
			<guid isPermaLink="false">98513@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;A classic page with only a &#34;post/page content&#34; tab in its Template Builder.&#60;br /&#62;
I can't give you the URL because the site is in maintenance mode...&#60;br /&#62;
Here is a part of the code in HTML mode written on the page :&#60;/p&#62;
&#60;p&#62;&#38;lt;div id=&#34;video-loop-wrapper&#34;&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;video-loop&#34;&#38;gt;&#60;br /&#62;
&#38;lt;video id=&#34;bg_video&#34; width=&#34;800&#34; height=&#34;450&#34; class=&#34;video-js&#34; loop=&#34;loop&#34; preload=&#34;metadata&#34; autoplay=&#34;autoplay&#34; poster=&#34;My_poster_URL&#34;&#38;gt;&#60;br /&#62;
&#38;lt;source src=&#34;My_mp4_URL&#34; type=&#34;video/mp4&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;source src=&#34;My_webm_URL&#34; type=&#34;video/webm&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;source src=&#34;My_ogv_URL&#34; type=&#34;video/ogg&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;/video&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;Do you think the problem comes from a Myme type issue ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Ajax call on a specific element ?"</title>
			<link>http://www.kriesi.at/support/topic/ajax-call-on-a-specific-element#post-98406</link>
			<pubDate>Mon, 25 Feb 2013 19:43:16 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">98406@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Which page ?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Blackthorns on "Ajax call on a specific element ?"</title>
			<link>http://www.kriesi.at/support/topic/ajax-call-on-a-specific-element#post-98350</link>
			<pubDate>Mon, 25 Feb 2013 09:09:01 +0000</pubDate>
			<dc:creator>Blackthorns</dc:creator>
			<guid isPermaLink="false">98350@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;OK, thank you very much for your answer, will try this plugin and see !&#60;/p&#62;
&#60;p&#62;I had a last question :&#60;/p&#62;
&#60;p&#62;I use in one of my page the dragdealer.js to make a nice touch slideshow and, in one of my screen I've got a video (included with a HTML5 video tag) as a background that plays on load. This thing is, when I refresh the browser, there's just a black screen, the video is not loading like the first time I saw the page... It's a little weird. I use video-js lib as well. Any idea ?&#60;/p&#62;
&#60;p&#62;Have a great day.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Ajax call on a specific element ?"</title>
			<link>http://www.kriesi.at/support/topic/ajax-call-on-a-specific-element#post-98047</link>
			<pubDate>Fri, 22 Feb 2013 14:27:50 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">98047@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
no, this is not easily possible. The ajax function is just used for the portfolio (eg: &#60;a href=&#34;http://www.kriesi.at/themes/choices/template-files/portfolio-2-columns/&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/choices/template-files/portfolio-2-columns/&#60;/a&#62; and click on a portfolio item/entry to see the effect) but you can't use it to &#34;ajaxify&#34; the entire theme (or tbh you can but it won't save you time/work). You can try a plugin like: &#60;a href=&#34;http://wordpress.org/extend/plugins/tierra-audio-with-autoresume/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/tierra-audio-with-autoresume/&#60;/a&#62; which allows you to resume the music.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Blackthorns on "Ajax call on a specific element ?"</title>
			<link>http://www.kriesi.at/support/topic/ajax-call-on-a-specific-element#post-98012</link>
			<pubDate>Fri, 22 Feb 2013 10:23:33 +0000</pubDate>
			<dc:creator>Blackthorns</dc:creator>
			<guid isPermaLink="false">98012@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
firstly thank you for that great template !&#60;/p&#62;
&#60;p&#62;I wondered if there were a way to call a music (mp3, ogg...) via ajax on your theme ?&#60;br /&#62;
I saw there is some ajax codes in your template so maybe I could use that to play a track in continuous flow when switching on other pages of my website ?&#60;/p&#62;
&#60;p&#62;Thanks !
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Lightbox takes a long time to load in Safari"</title>
			<link>http://www.kriesi.at/support/topic/lightbox-takes-a-long-time-to-load-in-safari#post-90241</link>
			<pubDate>Sun, 06 Jan 2013 08:41:36 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">90241@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi bizfreak22,&#60;/p&#62;
&#60;p&#62;Can you post a link to your site? so we can check it. If you don't want to post the link to your site for some reasons, kindly send it to sighlence13[at]gmail[dot]com and please include a link to this thread when you send the mail.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bizfreak22 on "Lightbox takes a long time to load in Safari"</title>
			<link>http://www.kriesi.at/support/topic/lightbox-takes-a-long-time-to-load-in-safari#post-90233</link>
			<pubDate>Sun, 06 Jan 2013 02:18:54 +0000</pubDate>
			<dc:creator>bizfreak22</dc:creator>
			<guid isPermaLink="false">90233@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ismael, the demo site works fine. However, the lightboxes are now super slow in all browsers and it takes a long time to go through images. I installed WP Super Cache, but it's not helping either. Something has to be up. Please advise. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Lightbox takes a long time to load in Safari"</title>
			<link>http://www.kriesi.at/support/topic/lightbox-takes-a-long-time-to-load-in-safari#post-89734</link>
			<pubDate>Thu, 03 Jan 2013 05:33:45 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">89734@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi bizfreak22,&#60;/p&#62;
&#60;p&#62;I don't think that is a known issue as PrettyPhoto works fine with Safari browser. Can you take a look at the demo site in your safari browser: &#60;a href=&#34;http://www.kriesi.at/themes/propulsion/template-files/portfolio-4-columns/&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/propulsion/template-files/portfolio-4-columns/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Are you using a Mac or a PC?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bizfreak22 on "Lightbox takes a long time to load in Safari"</title>
			<link>http://www.kriesi.at/support/topic/lightbox-takes-a-long-time-to-load-in-safari#post-89728</link>
			<pubDate>Thu, 03 Jan 2013 04:51:18 +0000</pubDate>
			<dc:creator>bizfreak22</dc:creator>
			<guid isPermaLink="false">89728@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;The portfolio lightbox' load time is really long in Safari. It works fine in chrome, firefox and IE but not in Safari. Is this a known issue? Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "I´m New / Startup Tutorial Euonia Theme / Basic help needed"</title>
			<link>http://www.kriesi.at/support/topic/i%c2%b4m-new-startup-tutorial-euonia-theme-basic-help-needed#post-85891</link>
			<pubDate>Thu, 29 Nov 2012 17:08:26 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">85891@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You are using an old version of Safari. Please consider updating to Safari 6.02 on your device.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "I´m New / Startup Tutorial Euonia Theme / Basic help needed"</title>
			<link>http://www.kriesi.at/support/topic/i%c2%b4m-new-startup-tutorial-euonia-theme-basic-help-needed#post-85890</link>
			<pubDate>Thu, 29 Nov 2012 17:05:57 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">85890@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Stewart.&#60;/p&#62;
&#60;p&#62;I believe its dependent on the actual video file aspect ratio. Otherwise the video just adapts to its container.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sorenzen on "I´m New / Startup Tutorial Euonia Theme / Basic help needed"</title>
			<link>http://www.kriesi.at/support/topic/i%c2%b4m-new-startup-tutorial-euonia-theme-basic-help-needed#post-85739</link>
			<pubDate>Wed, 28 Nov 2012 17:39:55 +0000</pubDate>
			<dc:creator>sorenzen</dc:creator>
			<guid isPermaLink="false">85739@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Embedded Video Layout&#60;/p&#62;
&#60;p&#62;Is there a work around to avoid the black (caption) areas above and below an embedded video ?.&#60;/p&#62;
&#60;p&#62;(Basically i want to see the video framing (full width page) only and not having a portrait box layout, with the vid in the middle)&#60;/p&#62;
&#60;p&#62;Stewart
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sorenzen on "I´m New / Startup Tutorial Euonia Theme / Basic help needed"</title>
			<link>http://www.kriesi.at/support/topic/i%c2%b4m-new-startup-tutorial-euonia-theme-basic-help-needed#post-85736</link>
			<pubDate>Wed, 28 Nov 2012 17:31:21 +0000</pubDate>
			<dc:creator>sorenzen</dc:creator>
			<guid isPermaLink="false">85736@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Vimeo Fullscreen vs Safari Browser. &#60;/p&#62;
&#60;p&#62;Question: can it be that the Safari Browser does not work properly when entering fullscreen mode on a Vimeo embedded vid ?&#60;/p&#62;
&#60;p&#62;I get: Goes to fullscreen mode, then shortly jumps back to page layout, but keeps the fullscreen mode within the post image area.&#60;br /&#62;
(so one sees only a cropped part of the vid)&#60;/p&#62;
&#60;p&#62;--------------------------------------------------------------------&#60;br /&#62;
Safari Browser: Version 5.1.7 (6534.57.2)&#60;br /&#62;
System: Mac OS X 10.6.8 (Snow Leopard)&#60;br /&#62;
--------------------------------------------------------------------&#60;/p&#62;
&#60;p&#62;No problems with FireFox and Chrome.&#60;/p&#62;
&#60;p&#62;Stew ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sorenzen on "I´m New / Startup Tutorial Euonia Theme / Basic help needed"</title>
			<link>http://www.kriesi.at/support/topic/i%c2%b4m-new-startup-tutorial-euonia-theme-basic-help-needed#post-85725</link>
			<pubDate>Wed, 28 Nov 2012 16:08:45 +0000</pubDate>
			<dc:creator>sorenzen</dc:creator>
			<guid isPermaLink="false">85725@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Peter - yes it´s true, when i follow the links posted by you the lightbox is out. But when i access the site for both chrome, safari and firefox going to the front &#60;a href=&#34;http://sorenzen.com&#34; rel=&#34;nofollow&#34;&#62;http://sorenzen.com&#60;/a&#62; i get the lightbox. Weird ? - must be some cashing issues. Anyway thanks for looking into it.&#60;/p&#62;
&#60;p&#62;Cheers&#60;br /&#62;
Stewart ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "I´m New / Startup Tutorial Euonia Theme / Basic help needed"</title>
			<link>http://www.kriesi.at/support/topic/i%c2%b4m-new-startup-tutorial-euonia-theme-basic-help-needed#post-85672</link>
			<pubDate>Wed, 28 Nov 2012 06:44:51 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">85672@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I just checked your website and eg here &#60;a href=&#34;http://sorenzen.com/portfolio-item/medivac-mining-rescue-robot-arm&#34; rel=&#34;nofollow&#34;&#62;http://sorenzen.com/portfolio-item/medivac-mining-rescue-robot-arm&#60;/a&#62; or here: &#60;a href=&#34;http://sorenzen.com/portfolio-item/dr-dronningerne&#34; rel=&#34;nofollow&#34;&#62;http://sorenzen.com/portfolio-item/dr-dronningerne&#60;/a&#62; the lightbox is deactivated. Maybe you can point us to a page where the lighbox still works?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sorenzen on "I´m New / Startup Tutorial Euonia Theme / Basic help needed"</title>
			<link>http://www.kriesi.at/support/topic/i%c2%b4m-new-startup-tutorial-euonia-theme-basic-help-needed#post-85636</link>
			<pubDate>Tue, 27 Nov 2012 21:11:46 +0000</pubDate>
			<dc:creator>sorenzen</dc:creator>
			<guid isPermaLink="false">85636@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Devin - yes shure it´s: &#60;a href=&#34;http://sorenzen.com&#34; rel=&#34;nofollow&#34;&#62;http://sorenzen.com&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;I was wondering what it would cost to get a little direct support on the setup from you guys directly. Have a few set up issues that i would love to have in correct set-up before i start loading content onto the site. You can contact me at &#60;a href=&#34;mailto:info@sorenzen.com&#34;&#62;info@sorenzen.com&#60;/a&#62; or call me at +49 0177 3060 858 ( it´s in germany).&#60;/p&#62;
&#60;p&#62;Best Regards&#60;br /&#62;
Stewart ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "I´m New / Startup Tutorial Euonia Theme / Basic help needed"</title>
			<link>http://www.kriesi.at/support/topic/i%c2%b4m-new-startup-tutorial-euonia-theme-basic-help-needed#post-85398</link>
			<pubDate>Mon, 26 Nov 2012 17:09:28 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">85398@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi sorenzen,&#60;/p&#62;
&#60;p&#62;Can you link us to the page that is getting the lightbox issue still. Perhaps we can spot what is going on live by inspecting the code a bit.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
