<?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: video player - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/video-player</link>
		<description>Support Forum - Tag: video player - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 23:03:34 +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/video-player" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Eunoia Video Player"</title>
			<link>http://www.kriesi.at/support/topic/eunoia-video-player#post-103141</link>
			<pubDate>Tue, 26 Mar 2013 12:12:43 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">103141@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Not that I can see no. The height automatically gets set (which will be the same as the width) to adjust the video size, so the controls get pushed down to that slideshow container height.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>manatama on "Eunoia Video Player"</title>
			<link>http://www.kriesi.at/support/topic/eunoia-video-player#post-103041</link>
			<pubDate>Mon, 25 Mar 2013 23:21:55 +0000</pubDate>
			<dc:creator>manatama</dc:creator>
			<guid isPermaLink="false">103041@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;The video resizes correctly, however the container still pushes down the navigation (dots) far away below the video.&#60;/p&#62;
&#60;p&#62;Any idea how to fix this?&#60;/p&#62;
&#60;p&#62;Thanks for your help,&#60;/p&#62;
&#60;p&#62;Dhani
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Eunoia Video Player"</title>
			<link>http://www.kriesi.at/support/topic/eunoia-video-player#post-102506</link>
			<pubDate>Thu, 21 Mar 2013 20:27:07 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">102506@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes, that code is for a single video height only. Otherwise it would be a completely different solution.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>manatama on "Eunoia Video Player"</title>
			<link>http://www.kriesi.at/support/topic/eunoia-video-player#post-102332</link>
			<pubDate>Wed, 20 Mar 2013 22:37:14 +0000</pubDate>
			<dc:creator>manatama</dc:creator>
			<guid isPermaLink="false">102332@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;I've tried this and it's quite a good fix.&#60;/p&#62;
&#60;p&#62;However the wrapper pushed down the navigation dots far away from the video, which I'd suspect it depends on the height of the next set of images.&#60;/p&#62;
&#60;p&#62;Any other fix I can implement?&#60;/p&#62;
&#60;p&#62;Or would it need to use some javascript to detect the video size every single navigation click?&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Dhani
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Eunoia Video Player"</title>
			<link>http://www.kriesi.at/support/topic/eunoia-video-player#post-101120</link>
			<pubDate>Wed, 13 Mar 2013 15:24:18 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">101120@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dhani,&#60;/p&#62;
&#60;p&#62;Did you try the css from that topic? 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;#top .slideshow .videoslide {
background: transparent;
}
#top iframe {
height: 56% !important;
}
#top.page .slideshow_media_wrap {
width: auto;
height: 1100px;
}
#top.page .slideshow.fade_slider {
height: 594px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It isn't a perfect implementation as the theme isn't really set up to auto size videos to prevent the bars but it does the job for the most part.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>manatama on "Eunoia Video Player"</title>
			<link>http://www.kriesi.at/support/topic/eunoia-video-player#post-100800</link>
			<pubDate>Tue, 12 Mar 2013 11:23:56 +0000</pubDate>
			<dc:creator>manatama</dc:creator>
			<guid isPermaLink="false">100800@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi guys,&#60;/p&#62;
&#60;p&#62;I have a similar issue to the video question here with the video's black bars on top and bottom:&#60;br /&#62;
&#60;a href=&#34;http://www.kriesi.at/support/topic/modify-font-and-color-on-portfolio-item&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/modify-font-and-color-on-portfolio-item&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Here's one of the portfolio page that I'm trying to fix.&#60;br /&#62;
&#60;a href=&#34;http://www.ds72.com/latest-work/durex-in-sync&#34; rel=&#34;nofollow&#34;&#62;http://www.ds72.com/latest-work/durex-in-sync&#60;/a&#62;&#60;br /&#62;
The video is the second slide.&#60;/p&#62;
&#60;p&#62;That video is embedded with the &#38;lt;iframe&#38;gt; route, not just URL and I've resized it, here's the embed code:&#60;br /&#62;
&#38;lt;iframe width=&#34;690 height=&#34;388&#34; src=&#34;http://www.youtube.com/embed/qfpR-APrIfI?rel=0&#34; frameborder=&#34;0&#34; allowfullscreen&#38;gt;&#38;lt;/iframe&#38;gt;&#60;/p&#62;
&#60;p&#62;Also happened here - slide 2:&#60;br /&#62;
&#60;a href=&#34;http://www.ds72.com/latest-work/nokia-e6&#34; rel=&#34;nofollow&#34;&#62;http://www.ds72.com/latest-work/nokia-e6&#60;/a&#62; (this one is URL embed).&#60;/p&#62;
&#60;p&#62;I've tried most of the solutions including here:&#60;br /&#62;
&#60;a href=&#34;http://www.kriesi.at/support/topic/video-player-not-resizing-properly&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/video-player-not-resizing-properly&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;But I can't seem to fix it.&#60;br /&#62;
How can I remove the black bars for 16:9 videos and keeping it responsive?&#60;/p&#62;
&#60;p&#62;Thanks a lot for your help guys.&#60;/p&#62;
&#60;p&#62;Dhani
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gixxxer on "Custom font size and video player &#34;boxed&#34;"</title>
			<link>http://www.kriesi.at/support/topic/custom-font-size-and-video-player-boxed#post-94225</link>
			<pubDate>Wed, 30 Jan 2013 22:14:28 +0000</pubDate>
			<dc:creator>gixxxer</dc:creator>
			<guid isPermaLink="false">94225@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you very much Devin. Appreciated
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Custom font size and video player &#34;boxed&#34;"</title>
			<link>http://www.kriesi.at/support/topic/custom-font-size-and-video-player-boxed#post-94140</link>
			<pubDate>Wed, 30 Jan 2013 14:41:35 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">94140@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi gixxxer,&#60;/p&#62;
&#60;p&#62;Our queue goes oldest posted response to newest so each time you self respond it pushes your post back.&#60;/p&#62;
&#60;p&#62;As for the questions, 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;h1{font-size:20px; font-weight:normal; text-transform: none;}
h2{font-size:18px; font-weight:normal; text-transform: none;}
h3{font-size:12px; }
h4{font-size:12px; text-transform: uppercase;}
h5{font-size:11px; text-transform: uppercase;}
h6{font-size:10px; }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then you can modify as needed. &#60;/p&#62;
&#60;p&#62;The main menu font is controlled with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.main_menu .menu li a strong {
font-size: 14px;
font-weight: normal;
text-transform: uppercase;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you have any other questions, just make a new topic as it helps keep things clearer for searches and makes it easier to respond and keep track of issues/questions.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gixxxer on "Custom font size and video player &#34;boxed&#34;"</title>
			<link>http://www.kriesi.at/support/topic/custom-font-size-and-video-player-boxed#post-93927</link>
			<pubDate>Tue, 29 Jan 2013 14:39:18 +0000</pubDate>
			<dc:creator>gixxxer</dc:creator>
			<guid isPermaLink="false">93927@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I see other threads getting responded, Is there for not getting any further response for this one?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gixxxer on "Custom font size and video player &#34;boxed&#34;"</title>
			<link>http://www.kriesi.at/support/topic/custom-font-size-and-video-player-boxed#post-93715</link>
			<pubDate>Mon, 28 Jan 2013 14:10:37 +0000</pubDate>
			<dc:creator>gixxxer</dc:creator>
			<guid isPermaLink="false">93715@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I would still need help regarding the the font sizes for Menu as well as Headings. Page Title (post title) and body text is working fine, thank you. Obviously the reason for the red body text was the code itself which I completely missed in the early hours. Can you please be kind enough and give me the short codes for the Menu and Headings so I can get the website online for now. Much appreciated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gixxxer on "Custom font size and video player &#34;boxed&#34;"</title>
			<link>http://www.kriesi.at/support/topic/custom-font-size-and-video-player-boxed#post-93602</link>
			<pubDate>Sun, 27 Jan 2013 12:30:29 +0000</pubDate>
			<dc:creator>gixxxer</dc:creator>
			<guid isPermaLink="false">93602@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks for the reply&#60;/p&#62;
&#60;p&#62;I am not using posts at all as I'm making it a website format. Got the youtube player working now perfectly but would still need the code for MENU (heading1?), PAGE NAME AND PARAGRAPH. When I tried your body text font size all the body content turned to to red so I had to remove the quick code. &#60;/p&#62;
&#60;p&#62;Also, I can get the woocommerce to insert the add to cart button no matter how much I've tried. Just getting a huge empty box even with just the plain code: [add_to_cart id=&#34;99&#34;] (99 being the product number). Need help on this one please.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Custom font size and video player &#34;boxed&#34;"</title>
			<link>http://www.kriesi.at/support/topic/custom-font-size-and-video-player-boxed#post-92509</link>
			<pubDate>Sun, 20 Jan 2013 21:35:49 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">92509@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;When editing a post, you need to add the embed code, something like this &#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;iframe width=&#38;quot;560&#38;quot; height=&#38;quot;315&#38;quot; src=&#38;quot;http://www.youtube.com/embed/_jufWqvGM5w&#38;quot; frameborder=&#38;quot;0&#38;quot; allowfullscreen&#38;gt;&#38;lt;/iframe&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Then click update. To change the post title, you can edit this &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .post-title {
font-size: 20px;
line-height: 1.3em;
font-weight: normal;
padding: 0 0 4px 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;And for the body text, use this &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.entry-content p {
font-size: 12px;
color: red;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gixxxer on "Custom font size and video player &#34;boxed&#34;"</title>
			<link>http://www.kriesi.at/support/topic/custom-font-size-and-video-player-boxed#post-92497</link>
			<pubDate>Sun, 20 Jan 2013 20:29:56 +0000</pubDate>
			<dc:creator>gixxxer</dc:creator>
			<guid isPermaLink="false">92497@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;no help on this one?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gixxxer on "Custom font size and video player &#34;boxed&#34;"</title>
			<link>http://www.kriesi.at/support/topic/custom-font-size-and-video-player-boxed#post-92435</link>
			<pubDate>Sat, 19 Jan 2013 19:57:18 +0000</pubDate>
			<dc:creator>gixxxer</dc:creator>
			<guid isPermaLink="false">92435@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;I am trying to add youtube video on the content area but can't seem to figure out how to get the link in to a video player/box. If I choose add media and from url it is only a text link which will open the video player in a new window but i need the videos to a similiar style as the screeners are in the theme page.&#60;/p&#62;
&#60;p&#62;Also, changing font size can be done from style css but since the theme seems to have a quick css box I was wondering if I could get the the shortcode for the paragraph, menu and heading font sizes.&#60;/p&#62;
&#60;p&#62;Thanl you in advance
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Self host video Player"</title>
			<link>http://www.kriesi.at/support/topic/self-host-video-player#post-92314</link>
			<pubDate>Fri, 18 Jan 2013 19:45:45 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">92314@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi gwildbur,&#60;/p&#62;
&#60;p&#62;You would just load in the video file URLs into the featured gallery 'add video or iframe' button popup area just as if you were loading one in from Youtube or Vimeo (or any of the other supported sites).&#60;/p&#62;
&#60;p&#62;Unless you absolutely need to use self hosted video's, I would definitely suggest looking into a third party for video hosting. The streaming and speed are so much better that its really hard to compete on a low end commercial server.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gwildbur on "Self host video Player"</title>
			<link>http://www.kriesi.at/support/topic/self-host-video-player#post-92182</link>
			<pubDate>Fri, 18 Jan 2013 01:10:57 +0000</pubDate>
			<dc:creator>gwildbur</dc:creator>
			<guid isPermaLink="false">92182@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;When we purchased Incarnation Theme, the documentation referred to a self host video player incorporated into the theme.&#60;br /&#62;
I have not been able to find it nor any other reference to it.  They are many out there as a plug-ins but I would like to work with the one that the theme comes with it.&#60;/p&#62;
&#60;p&#62;Web site: &#60;a href=&#34;http://mysticalmindtrainingcenter.org&#34; rel=&#34;nofollow&#34;&#62;http://mysticalmindtrainingcenter.org&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you could point to where to find the video player and how to make it work in the theme I would appreciate it.&#60;br /&#62;
Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "self hosted video"</title>
			<link>http://www.kriesi.at/support/topic/self-hosted-video#post-71353</link>
			<pubDate>Thu, 16 Aug 2012 09:34:06 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">71353@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Keep asking until your site is how you want it to be and we will do our best to answer. This weekend I will take a look at the issue about the requirement of double clicking the movie prior to its start on my own free time and let you know if there is a way to get around it for self hosted videos.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "self hosted video"</title>
			<link>http://www.kriesi.at/support/topic/self-hosted-video#post-71233</link>
			<pubDate>Wed, 15 Aug 2012 19:46:58 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">71233@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Open up includes/format-standard.php and search for following line:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;the_content(__(&#38;#39;Read more  &#38;amp;rarr;&#38;#39;,&#38;#39;avia_framework&#38;#39;));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace read more with your custom text. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Waldspinne on "self hosted video"</title>
			<link>http://www.kriesi.at/support/topic/self-hosted-video#post-71226</link>
			<pubDate>Wed, 15 Aug 2012 18:36:02 +0000</pubDate>
			<dc:creator>Waldspinne</dc:creator>
			<guid isPermaLink="false">71226@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Cool,&#60;br /&#62;
now my last question:&#60;/p&#62;
&#60;p&#62;where can i change the wording &#34;read more&#34; ?&#60;/p&#62;
&#60;p&#62;and then i will be really happy and maybe you too :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "self hosted video"</title>
			<link>http://www.kriesi.at/support/topic/self-hosted-video#post-71182</link>
			<pubDate>Wed, 15 Aug 2012 15:32:09 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">71182@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Ahh, I understand now. Mistake all mine. I was looking at your other link you posted before, but the wrong one, so was confused. &#60;/p&#62;
&#60;p&#62;To get the 'more link', that is a short code. So when you write a post and want to include 'more', you go into HTML view and you paste: &#38;lt;!--more--&#38;gt;, see below. That will create the same link as in demo&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;first paragraph
&#38;lt;!--more--&#38;gt;
second paragraph
third paragraph&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The other items are outside the scope of the support team since they are customizations and require a very large investment of time to accomplish.. &#60;/p&#62;
&#60;p&#62;Good Luck,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Waldspinne on "self hosted video"</title>
			<link>http://www.kriesi.at/support/topic/self-hosted-video#post-70853</link>
			<pubDate>Mon, 13 Aug 2012 20:15:51 +0000</pubDate>
			<dc:creator>Waldspinne</dc:creator>
			<guid isPermaLink="false">70853@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;OK,&#60;br /&#62;
I don't know if i understand the instructions for this query thing but i will have a look :)&#60;br /&#62;
I would like to have it like in the demo of the angular theme (the read more button)&#60;br /&#62;
my flash is up to date. do you tested with differnt browser sizes?&#60;br /&#62;
I like the new theme too. is it possible to have the same hover effect in the angular theme?&#60;/p&#62;
&#60;p&#62;Thank you all.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "self hosted video"</title>
			<link>http://www.kriesi.at/support/topic/self-hosted-video#post-70058</link>
			<pubDate>Wed, 08 Aug 2012 20:55:01 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">70058@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I dont know what you did, but the page loads now without triggering the movies to start loading. The other three issues you had:&#60;/p&#62;
&#60;p&#62;1) The player was created with a 'safety shutter' to prevent sites like youtube from automatically loading a video along with the page. This way the visitor to your website would not automatically be forced to watch a video. The css class is called slideshow_overlay , and it's quite difficult to remove.&#60;/p&#62;
&#60;p&#62;2) I tested with 5 browsers including the latest firebox and every one of them shows the full screen button. Try updating your Flash.&#60;/p&#62;
&#60;p&#62;3) I think that is how the website is built, because I don't see a page which shows a 'read more' link when there is a lot of text. This is something you can easily make yourself though. Here are instructions, and will take 10mins (&#60;a href=&#34;http://plugins.learningjquery.com/expander/demo/index.html&#34; rel=&#34;nofollow&#34;&#62;http://plugins.learningjquery.com/expander/demo/index.html&#60;/a&#62;)&#60;/p&#62;
&#60;p&#62;Good luck!&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "self hosted video"</title>
			<link>http://www.kriesi.at/support/topic/self-hosted-video#post-69852</link>
			<pubDate>Tue, 07 Aug 2012 19:00:22 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">69852@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;Sorry for the delay. My laptop dies when it tries to load 6 of your movies simultaneously. I am back at the desktop and thought of a few things to test. &#60;/p&#62;
&#60;p&#62;..sortable criteria.(your hypothesis in an earlier message)..Its most likely an issue with local storage and the manner in which the local files are accessed, or the path is being referenced in the code. this is a real solid sorting app, it would be surprising that a bug is behind it all, &#60;/p&#62;
&#60;p&#62; This is the first thing I want to look at, because there is a point in the sequence of the portfolio items when they start to automatically load instead of waiting as the 1/2 do. I am waiting on results of speed test i just ran, a bit of a queue, because yesterday the waterfall view of the speed test immediately showed the place where problems began, be nice to sort and run the test on the sorted portfolio to compare. you can look test it yourself -&#38;gt;http://www.webpagetest.org/compare .&#60;/p&#62;
&#60;p&#62;But don't worry, we will all get to the bottom of this and solve it before midnight your time i am willing to bet. &#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
NIck
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Waldspinne on "self hosted video"</title>
			<link>http://www.kriesi.at/support/topic/self-hosted-video#post-69848</link>
			<pubDate>Tue, 07 Aug 2012 18:27:46 +0000</pubDate>
			<dc:creator>Waldspinne</dc:creator>
			<guid isPermaLink="false">69848@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1. when you click on a thumb the bigger preview image with the play symbol opened. that's fine.&#60;br /&#62;
then you click on it and it shows the player and then you have to click start. i would like to click on the thumb with the play symbol and the film starts. with vimeo videos it is working fine. you can see it when you click on &#34;floating&#34;.&#60;br /&#62;
i hope you understand me :)&#60;/p&#62;
&#60;p&#62;2. most of the time i use firefox 14.01. the player for self hosted videos don't show the button &#34;fullscreen&#34;. but when i make the browser window very small it show's the button. do you know why?&#60;/p&#62;
&#60;p&#62;3. when i have a very long description for my work it shows the hole text and not the 'read more' link. you can see when you click on &#34;Wer gab Euch das Recht zu morden?&#34; can you explain this for me?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "self hosted video"</title>
			<link>http://www.kriesi.at/support/topic/self-hosted-video#post-69842</link>
			<pubDate>Tue, 07 Aug 2012 18:19:52 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">69842@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Which issues specifically are you still having trouble with? It'll help to re-define where we are at with the fixes :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Waldspinne on "self hosted video"</title>
			<link>http://www.kriesi.at/support/topic/self-hosted-video#post-69837</link>
			<pubDate>Tue, 07 Aug 2012 18:09:36 +0000</pubDate>
			<dc:creator>Waldspinne</dc:creator>
			<guid isPermaLink="false">69837@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;OK, i am sorry it was my mistake, it works ;)&#60;br /&#62;
i don't clear the cache before testing...&#60;/p&#62;
&#60;p&#62;thanks a lot.&#60;/p&#62;
&#60;p&#62;what's up with nick? can he help me with my other questions?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "self hosted video"</title>
			<link>http://www.kriesi.at/support/topic/self-hosted-video#post-69635</link>
			<pubDate>Mon, 06 Aug 2012 16:27:32 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">69635@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I don't see the new css in either your custom.css file here: &#60;a href=&#34;http://www.filmfriseur.de/work/wp-content/themes/angular/css/custom.css&#34; rel=&#34;nofollow&#34;&#62;http://www.filmfriseur.de/work/wp-content/themes/angular/css/custom.css&#60;/a&#62; or loaded into the page via Quick CSS.&#60;/p&#62;
&#60;p&#62;Can you double check that you've uploaded the file or added the css to your Quick CSS?&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Waldspinne on "self hosted video"</title>
			<link>http://www.kriesi.at/support/topic/self-hosted-video#post-69614</link>
			<pubDate>Mon, 06 Aug 2012 14:35:18 +0000</pubDate>
			<dc:creator>Waldspinne</dc:creator>
			<guid isPermaLink="false">69614@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hello devin,&#60;/p&#62;
&#60;p&#62;the new rules are not working, the layout issue is still the same.&#60;br /&#62;
but i am happy that the page is loading fast. do you also test it with firefox?&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "self hosted video"</title>
			<link>http://www.kriesi.at/support/topic/self-hosted-video#post-69593</link>
			<pubDate>Mon, 06 Aug 2012 13:05:39 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">69593@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Waldspinne,&#60;/p&#62;
&#60;p&#62;I'm getting a good solid page load now that you have added in the single images instead of the straight video's themselves. Everything on the first visit to the site with a cleared cache is loading in at just under 3 seconds.&#60;/p&#62;
&#60;p&#62;I only loaded up a single video but streaming didn't give me any difficulties.&#60;/p&#62;
&#60;p&#62;For the layout issues, we'll need to create some new media query rules. 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 (min-width: 480px) and (max-width: 767px) {
        #js_sort_items {margin-bottom: 60px;}
}
@media only screen and (max-width: 479px) {
        #js_sort_items {margin-bottom: 60px;}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Waldspinne on "self hosted video"</title>
			<link>http://www.kriesi.at/support/topic/self-hosted-video#post-69586</link>
			<pubDate>Mon, 06 Aug 2012 12:12:20 +0000</pubDate>
			<dc:creator>Waldspinne</dc:creator>
			<guid isPermaLink="false">69586@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hello nick,&#60;/p&#62;
&#60;p&#62;i like vimeo too. but my old homepage was loading very fast and the streaming performance on my server was very good.&#60;br /&#62;
maybe you will have a look &#60;a href=&#34;http://www.filmfriseur.de/blog&#34; rel=&#34;nofollow&#34;&#62;http://www.filmfriseur.de/blog&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;i already edited the .htaccess file because i read it in the documentation.&#60;br /&#62;
now i change the &#34;Slideshow behavior on overview pages&#34; settings in the theme options to &#34;..display only single image on overview pages and all slideshow images except  the first one on single entries&#34; and set the first item in the slideshow to a jpg file to have no video loading on the overview page. but it is not faster now. with internet explorer it is a little bit better than with firefox 14.01. it seems that the problem is the sortable creteria from the portfolio items. what is your opinion?&#60;/p&#62;
&#60;p&#62;all my other problems stills exist and i found one more:&#60;br /&#62;
when you make the browser windows very small, like on smartphones and show the single entries the menue with prev, next and close is over the creteria menue from the portfolio items. in my case &#34;All / 01_.... / 02_... / 03_... / 04_...&#34; so you can not click on it.&#60;/p&#62;
&#60;p&#62;sorry for my english,&#60;br /&#62;
i hope that you can help me&#60;/p&#62;
&#60;p&#62;thanks a lot
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
