<?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: vimeo - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/vimeo</link>
		<description>Support Forum - Tag: vimeo - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 15:48:51 +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/vimeo" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Videos instead of Photos in Portfolio"</title>
			<link>http://www.kriesi.at/support/topic/videos-instead-of-photos-in-portfolio#post-112111</link>
			<pubDate>Sat, 18 May 2013 07:09:20 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">112111@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1) Set up a portfolio some entries and add at least one featured image to each entry. If you want to display a youtube/vimeo video after the user clicks on an image use the &#34;Link manually&#34; option and insert the url into the right field.&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://www.clipular.com/c?6122230=Ly3PnhVLFAy_csuc_h-uiKR9PNg&#38;amp;f=.png&#34; /&#62;&#60;/p&#62;
&#60;p&#62;2) Make sure that all portfolio entries are assigned to one or more portfolio categories.&#60;/p&#62;
&#60;p&#62;3) Set up a portfolio page (Angular &#38;gt; Theme Options &#38;gt; Portfolio or use the template builder) and select the 3 columns layout.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>superdavit on "Videos instead of Photos in Portfolio"</title>
			<link>http://www.kriesi.at/support/topic/videos-instead-of-photos-in-portfolio#post-112077</link>
			<pubDate>Fri, 17 May 2013 23:51:09 +0000</pubDate>
			<dc:creator>superdavit</dc:creator>
			<guid isPermaLink="false">112077@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Need some help (obviously).&#60;/p&#62;
&#60;p&#62;All I want to do is have three columns, with two rows of images.  And when someone clicks one of the images in the portfolio, it will play a video from Vimeo in the box that appears.  Is that possible?&#60;/p&#62;
&#60;p&#62;This is what I'm referring to:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.kriesi.at/themedemo/?theme=angular&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themedemo/?theme=angular&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;THANK YOU!!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mniemann on "responsive &#124; vimeo embed &#124; letterbox issue"</title>
			<link>http://www.kriesi.at/support/topic/responsive-vimeo-embed-letterbox-issue#post-97109</link>
			<pubDate>Sun, 17 Feb 2013 11:44:34 +0000</pubDate>
			<dc:creator>mniemann</dc:creator>
			<guid isPermaLink="false">97109@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Found a solution on the web:&#60;/p&#62;
&#60;p&#62;1. Embed the video using:&#60;/p&#62;
&#60;p&#62;&#38;lt;div class=&#34;video&#34;&#38;gt;&#60;br /&#62;
         &#38;lt;iframe src=&#34;http://player.vimeo.com/video/59653868&#34; width=&#34;720&#34; height=&#34;405&#34; frameborder=&#34;0&#34; webkitAllowFullScreen mozallowfullscreen allowFullScreen&#38;gt;&#38;lt;/iframe&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;2. Add adjustment to the grid.css:&#60;br /&#62;
@media only screen and (max-width: 767px) {&#60;br /&#62;
.....&#60;br /&#62;
.video embed, .video object, .video iframe {width: 300px; height: 166px;}&#60;br /&#62;
.....&#60;/p&#62;
&#60;p&#62;and&#60;/p&#62;
&#60;p&#62;@media only screen and (min-width: 480px) and (max-width: 767px) {&#60;br /&#62;
.....&#60;br /&#62;
.video embed, .video object, .video iframe {width: 420px; height: 231px;}&#60;br /&#62;
.....&#60;/p&#62;
&#60;p&#62;Works fine. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mniemann on "responsive &#124; vimeo embed &#124; letterbox issue"</title>
			<link>http://www.kriesi.at/support/topic/responsive-vimeo-embed-letterbox-issue#post-97035</link>
			<pubDate>Sat, 16 Feb 2013 11:08:36 +0000</pubDate>
			<dc:creator>mniemann</dc:creator>
			<guid isPermaLink="false">97035@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;I have a problem with the responsiveness of vimeo embeded videos.&#60;/p&#62;
&#60;p&#62;It's easy to embed the videos via iframe and for normal screens it works well.&#60;br /&#62;
But when I change the screen resolution e.g. while viewing on my iPhone the embeded vimeo videos get an ugly letterbox. (Black bars at the top and the bottom.)&#60;/p&#62;
&#60;p&#62;I tried several other methods to embed the vids. But nothings seems to work.&#60;/p&#62;
&#60;p&#62;For reference:&#60;br /&#62;
&#60;a href=&#34;http://maximilian-niemann.de/main/&#34; rel=&#34;nofollow&#34;&#62;http://maximilian-niemann.de/main/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Would appreciate if somebody is able to help me. :)&#60;/p&#62;
&#60;p&#62;Best regards from Germany&#60;br /&#62;
Max
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Need help with Top Banner Message and Video posts"</title>
			<link>http://www.kriesi.at/support/topic/need-help-with-top-banner-message-and-video-posts#post-95045</link>
			<pubDate>Mon, 04 Feb 2013 16:18:43 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">95045@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi lolleepopp,&#60;/p&#62;
&#60;p&#62;If you can create a temporary admin account for me I'll log in and take a look. It could just be a breakdown in explanation vs what you are used to working with and seeing one done for you should clear things.&#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>lolleepopp on "Need help with Top Banner Message and Video posts"</title>
			<link>http://www.kriesi.at/support/topic/need-help-with-top-banner-message-and-video-posts#post-94928</link>
			<pubDate>Mon, 04 Feb 2013 07:16:40 +0000</pubDate>
			<dc:creator>lolleepopp</dc:creator>
			<guid isPermaLink="false">94928@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael,&#60;/p&#62;
&#60;p&#62;I've tried according to your suggestion but it still doesn't work. When I click on the thumbnail image on the front page, it brings me to the post with the same image. The vimeo link is still not showing up. &#60;/p&#62;
&#60;p&#62;I'm updating my portfolio via the Portfolio menu &#38;gt; Add new that comes with the theme. &#60;/p&#62;
&#60;p&#62;Let me know how else I can fix this. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Need help with Top Banner Message and Video posts"</title>
			<link>http://www.kriesi.at/support/topic/need-help-with-top-banner-message-and-video-posts#post-94622</link>
			<pubDate>Sat, 02 Feb 2013 02:32:28 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">94622@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Edit the page or post with the video then look for Featured Media, on the right side of the video click &#34;Show&#34;. Look for Apply link to the image?, select Open lightbox when click. Let us know if it works.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lolleepopp on "Need help with Top Banner Message and Video posts"</title>
			<link>http://www.kriesi.at/support/topic/need-help-with-top-banner-message-and-video-posts#post-94484</link>
			<pubDate>Fri, 01 Feb 2013 10:28:06 +0000</pubDate>
			<dc:creator>lolleepopp</dc:creator>
			<guid isPermaLink="false">94484@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've managed to figure out my issue with the Top banner message but I really can't get my head around the video issue.&#60;/p&#62;
&#60;p&#62;I have deactivated all my plugins and now my videos are showing up on my homepage. I am using a Vimeo URL and have attached a preview image to it. But when I click on the preview image, it just brings me to my portfolio page with the preview image and not the vimeo video. I have also removed the https and replaced it with http. &#60;/p&#62;
&#60;p&#62;Need help figuring this out! Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lolleepopp on "Need help with Top Banner Message and Video posts"</title>
			<link>http://www.kriesi.at/support/topic/need-help-with-top-banner-message-and-video-posts#post-94455</link>
			<pubDate>Fri, 01 Feb 2013 06:44:54 +0000</pubDate>
			<dc:creator>lolleepopp</dc:creator>
			<guid isPermaLink="false">94455@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I just purchased the latest version of Eunoia and I'm having some problems figuring things out &#60;/p&#62;
&#60;p&#62;First, I can't seem to find the option to change the Top Banner Message, I'm guessing that is the message that is just below your logo. How should I go about changing that?&#60;/p&#62;
&#60;p&#62;Secondly, I'm trying to add a video to my portfolio but the video link won't show and the video won't play. Is there something I'm doing wrong?&#60;/p&#62;
&#60;p&#62;This is for a company's website and would really appreciate any help I can get!&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Vimeo issue with slideshow"</title>
			<link>http://www.kriesi.at/support/topic/vimeo-issue-with-slideshow#post-91755</link>
			<pubDate>Tue, 15 Jan 2013 20:48:40 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">91755@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad its working for you now :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lvablog on "Vimeo issue with slideshow"</title>
			<link>http://www.kriesi.at/support/topic/vimeo-issue-with-slideshow#post-91599</link>
			<pubDate>Tue, 15 Jan 2013 01:11:48 +0000</pubDate>
			<dc:creator>lvablog</dc:creator>
			<guid isPermaLink="false">91599@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I was able to fix it. Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Vimeo issue with slideshow"</title>
			<link>http://www.kriesi.at/support/topic/vimeo-issue-with-slideshow#post-91492</link>
			<pubDate>Mon, 14 Jan 2013 15:27:10 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">91492@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey lvablog,&#60;/p&#62;
&#60;p&#62;Which slide is having the issue? I just took a look at the site and they all seem to be contained in the small box styling.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lvablog on "Vimeo issue with slideshow"</title>
			<link>http://www.kriesi.at/support/topic/vimeo-issue-with-slideshow#post-91212</link>
			<pubDate>Fri, 11 Jan 2013 22:57:53 +0000</pubDate>
			<dc:creator>lvablog</dc:creator>
			<guid isPermaLink="false">91212@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok. My work around was to use iframe. Now, one question, the embedded video first shows up the expected size to follow filling the slideshow space. Is there a way to keep it small?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Vimeo issue with slideshow"</title>
			<link>http://www.kriesi.at/support/topic/vimeo-issue-with-slideshow#post-91198</link>
			<pubDate>Fri, 11 Jan 2013 20:50:25 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">91198@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The only other thing I can suggest is to try completely deleting that front page and then re-building the elements, content and re-adding in each video one by one. &#60;/p&#62;
&#60;p&#62;Maybe there is some setting on a specific video through vimeo that isn't allowing it to be embeded or the option for that page has gotten corrupted in the database.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lvablog on "Vimeo issue with slideshow"</title>
			<link>http://www.kriesi.at/support/topic/vimeo-issue-with-slideshow#post-91135</link>
			<pubDate>Fri, 11 Jan 2013 14:43:19 +0000</pubDate>
			<dc:creator>lvablog</dc:creator>
			<guid isPermaLink="false">91135@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Exactly. The only thing that is not working is that. Everything else is fine. I tried with different browser also.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Vimeo issue with slideshow"</title>
			<link>http://www.kriesi.at/support/topic/vimeo-issue-with-slideshow#post-91043</link>
			<pubDate>Thu, 10 Jan 2013 20:54:14 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">91043@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;And this is with no other plugins active and just Wordpress 3.5+Incarnation 1.0?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lvablog on "Vimeo issue with slideshow"</title>
			<link>http://www.kriesi.at/support/topic/vimeo-issue-with-slideshow#post-90980</link>
			<pubDate>Thu, 10 Jan 2013 15:02:51 +0000</pubDate>
			<dc:creator>lvablog</dc:creator>
			<guid isPermaLink="false">90980@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I reinstalled the theme, etc, no dice. It is doing the exact same thing. Where I am supposed to have a video in the slideshow it shows nothing. Better than before, but not yet there.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Vimeo issue with slideshow"</title>
			<link>http://www.kriesi.at/support/topic/vimeo-issue-with-slideshow#post-90952</link>
			<pubDate>Thu, 10 Jan 2013 12:16:42 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">90952@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Please have a look at this post: &#60;a href=&#34;http://www.kriesi.at/support/topic/problems-installing-not-typical-problems-and-kind-of-urgent#post-89497&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/problems-installing-not-typical-problems-and-kind-of-urgent#post-89497&#60;/a&#62;&#60;br /&#62;
- in your case the theme is called &#34;Incarnation&#34; and not &#34;Newscast&#34; but it's the same principle. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lvablog on "Vimeo issue with slideshow"</title>
			<link>http://www.kriesi.at/support/topic/vimeo-issue-with-slideshow#post-90848</link>
			<pubDate>Wed, 09 Jan 2013 19:32:19 +0000</pubDate>
			<dc:creator>lvablog</dc:creator>
			<guid isPermaLink="false">90848@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Looks like there is a problem:&#60;/p&#62;
&#60;p&#62;Unpacking the package…&#60;/p&#62;
&#60;p&#62;Installing the theme…&#60;/p&#62;
&#60;p&#62;The package could not be installed. The theme is missing the style.css stylesheet.&#60;/p&#62;
&#60;p&#62;Theme install failed.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Vimeo issue with slideshow"</title>
			<link>http://www.kriesi.at/support/topic/vimeo-issue-with-slideshow#post-90836</link>
			<pubDate>Wed, 09 Jan 2013 18:59:42 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">90836@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can you try keeping the plugins deactivated and then re-installing the theme. First re-download it from your downloads on theme forest and then try installing it once again overtop of the current installation. Perhaps there was an error on the first install and a file(s) got corrupted.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Vimeo fullscreen issues"</title>
			<link>http://www.kriesi.at/support/topic/vimeo-fullscreen-issues#post-90772</link>
			<pubDate>Wed, 09 Jan 2013 10:18:14 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">90772@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; You can try to add following code to css/custom.css:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.slideshow_container .featured iframe{
z-index: 10000;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;- try if the high z-index value fixes your issue. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lvablog on "Vimeo issue with slideshow"</title>
			<link>http://www.kriesi.at/support/topic/vimeo-issue-with-slideshow#post-90655</link>
			<pubDate>Tue, 08 Jan 2013 20:18:22 +0000</pubDate>
			<dc:creator>lvablog</dc:creator>
			<guid isPermaLink="false">90655@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Now it simply doesn't show anything in Google Chrome and Safari with or without plugins activated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Vimeo fullscreen issues"</title>
			<link>http://www.kriesi.at/support/topic/vimeo-fullscreen-issues#post-90441</link>
			<pubDate>Mon, 07 Jan 2013 21:59:20 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">90441@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am sorry I can't see this with an emulator and on ipad it also looks fine. Are confident enough to try changing the z-index yourself on the parent with Chrome Developer Tools? Please post a snapshot image.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Vimeo issue with slideshow"</title>
			<link>http://www.kriesi.at/support/topic/vimeo-issue-with-slideshow#post-90369</link>
			<pubDate>Mon, 07 Jan 2013 14:59:18 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">90369@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi lvablog,&#60;/p&#62;
&#60;p&#62;I'd suggest disabling all active plugins and then giving the page another try.&#60;/p&#62;
&#60;p&#62;I added the same video to my test install with the same settings and didn't have any issues, Definitely address the warning from the Google XML sitemap plugin.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>oakleyandpartners on "Vimeo fullscreen issues"</title>
			<link>http://www.kriesi.at/support/topic/vimeo-fullscreen-issues#post-90366</link>
			<pubDate>Mon, 07 Jan 2013 13:55:17 +0000</pubDate>
			<dc:creator>oakleyandpartners</dc:creator>
			<guid isPermaLink="false">90366@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Fullscreen works, but elements of the theme (specifically, the sidebar and header) still appear on-screen. It's almost as if those elements have a higher z-index or something. I only see this happening in Mac / Chrome v24, every other browser/platform combo works fine.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Vimeo issue with slideshow"</title>
			<link>http://www.kriesi.at/support/topic/vimeo-issue-with-slideshow#post-90355</link>
			<pubDate>Mon, 07 Jan 2013 12:14:45 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">90355@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; I tagged the thread for Devin. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Vimeo fullscreen issues"</title>
			<link>http://www.kriesi.at/support/topic/vimeo-fullscreen-issues#post-90330</link>
			<pubDate>Mon, 07 Jan 2013 09:57:34 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">90330@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;By same behavior do you mean that you are unable to go full screen? I don't have a Mac but on Windows Chrome everything seems to work fine with full screen.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Vimeo fullscreen issues"</title>
			<link>http://www.kriesi.at/support/topic/vimeo-fullscreen-issues#post-90295</link>
			<pubDate>Mon, 07 Jan 2013 02:14:34 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">90295@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Let me tag the rest of the support team to check the issue.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>oakleyandpartners on "Vimeo fullscreen issues"</title>
			<link>http://www.kriesi.at/support/topic/vimeo-fullscreen-issues#post-90290</link>
			<pubDate>Mon, 07 Jan 2013 01:29:32 +0000</pubDate>
			<dc:creator>oakleyandpartners</dc:creator>
			<guid isPermaLink="false">90290@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Per the post about the Angular theme at &#60;a href=&#34;http://www.kriesi.at/support/topic/vimeo-video-problems&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/vimeo-video-problems&#60;/a&#62;, I'm seeing the exact same behavior with Sentence. See &#60;a href=&#34;http://husani.com/reel&#34; rel=&#34;nofollow&#34;&#62;http://husani.com/reel&#60;/a&#62;, on Mac / Chrome v24. Any ideas?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>southlakebaptist on "Vimeo issue with slideshow"</title>
			<link>http://www.kriesi.at/support/topic/vimeo-issue-with-slideshow#post-90278</link>
			<pubDate>Sun, 06 Jan 2013 20:03:58 +0000</pubDate>
			<dc:creator>southlakebaptist</dc:creator>
			<guid isPermaLink="false">90278@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;We are having the same issue as well, please let us know the fix too.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
