<?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: Portfolio Videos Not Appearing</title>
		<link>http://www.kriesi.at/support/topic/portfolio-videos-not-appearing</link>
		<description>Support Forum - Topic: Portfolio Videos Not Appearing</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 12:50:13 +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/portfolio-videos-not-appearing" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Portfolio Videos Not Appearing"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-videos-not-appearing#post-102586</link>
			<pubDate>Fri, 22 Mar 2013 07:13:20 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">102586@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; I can't reproduce the issue on my test server. Please create me a wordpress admin account and send me the login data to: &#60;a href=&#34;mailto:kriesi2000-dude@yahoo.com&#34;&#62;kriesi2000-dude@yahoo.com&#60;/a&#62; - I'll look into it. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Portfolio Videos Not Appearing"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-videos-not-appearing#post-102343</link>
			<pubDate>Thu, 21 Mar 2013 01:03:01 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">102343@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi tjmaxwell,&#60;/p&#62;
&#60;p&#62;I've tagged Dude on the topic to see if he can help further with the change.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tjmaxwell on "Portfolio Videos Not Appearing"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-videos-not-appearing#post-102093</link>
			<pubDate>Tue, 19 Mar 2013 16:29:26 +0000</pubDate>
			<dc:creator>tjmaxwell</dc:creator>
			<guid isPermaLink="false">102093@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I tried this code but the videos are still not showing as a result.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://squaresound.wpengine.com/video/singing-of-the-gentle-wind-xenogears-piano-sample/&#34; rel=&#34;nofollow&#34;&#62;http://squaresound.wpengine.com/video/singing-of-the-gentle-wind-xenogears-piano-sample/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio Videos Not Appearing"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-videos-not-appearing#post-101584</link>
			<pubDate>Sat, 16 Mar 2013 07:08:44 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">101584@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try to use following code instead:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if($this-&#38;gt;slideshow_poster == &#38;#39;poster&#38;#39;)
		{
			if(avia_is_overview())
			{
				if(is_array($this-&#38;gt;slides)) { $this-&#38;gt;slides = array_slice($this-&#38;gt;slides, 0, 1); $this-&#38;gt;type = $this-&#38;gt;defaultSlider; }
			}
			else
			{
				if( count($this-&#38;gt;slides) &#38;gt; 1 &#124;&#124; !empty($slides[0][&#38;#39;slideshow_video&#38;#39;]) )
				{
					if(is_array($this-&#38;gt;slides) &#38;amp;&#38;amp; isset($this-&#38;gt;slides[1])) $this-&#38;gt;slides = array_slice($this-&#38;gt;slides, 1, count($this-&#38;gt;slides));
				}
				else
				{
					$this-&#38;gt;slides = array();
				}
			}
		}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>tjmaxwell on "Portfolio Videos Not Appearing"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-videos-not-appearing#post-101434</link>
			<pubDate>Fri, 15 Mar 2013 04:42:20 +0000</pubDate>
			<dc:creator>tjmaxwell</dc:creator>
			<guid isPermaLink="false">101434@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I followed the instructions in this post to fix up my feature images:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.kriesi.at/support/topic/featured-image-issues-1&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/featured-image-issues-1&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The workaround presented in that topic works for what I want it to accomplish, but after pulling my hair out wondering why my portfolio videos weren't showing, I discovered that this workaround is the culprit.  If I replace the code Dude suggests, it kills my portfolio videos.  Is there something I can add to or subtract from his code to get my videos to work?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
