<?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: Help with slider opening video</title>
		<link>http://www.kriesi.at/support/topic/help-with-slider-opening-video</link>
		<description>Support Forum - Topic: Help with slider opening video</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 14:17:47 +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/help-with-slider-opening-video" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Help with slider opening video"</title>
			<link>http://www.kriesi.at/support/topic/help-with-slider-opening-video#post-45305</link>
			<pubDate>Fri, 09 Mar 2012 07:01:50 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">45305@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
1) This is not possible - I'm sorry. &#60;/p&#62;
&#60;p&#62;2) Replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$preview_image = kriesi_post_thumb($post-&#38;gt;ID, array(&#38;#39;size&#38;#39;=&#38;gt; array($kimg[&#38;#39;shortcut&#38;#39;],$kimg[&#38;#39;overwrite&#38;#39;]),
&#38;#39;display_link&#38;#39; =&#38;gt; array(&#38;#39;lightbox&#38;#39;), // linha alterada
&#38;#39;linkurl&#38;#39; =&#38;gt; array (&#38;#39;fullscreen&#38;#39;,&#38;#39;_preview_big&#38;#39;), //linha adicionada
&#38;#39;wh&#38;#39; =&#38;gt; $k_option[&#38;#39;custom&#38;#39;][&#38;#39;imgSize&#38;#39;][$kimg[&#38;#39;shortcut&#38;#39;]]
)
);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if ( get_post_meta($post-&#38;gt;ID, &#38;#39;_preview_big&#38;#39;, true) ){
 	$big_prev_image = kriesi_post_thumb($post-&#38;gt;ID, array(&#38;#39;size&#38;#39;=&#38;gt; array(&#38;#39;M&#38;#39;),
													 &#38;#39;wh&#38;#39; =&#38;gt; $k_option[&#38;#39;custom&#38;#39;][&#38;#39;imgSize&#38;#39;][&#38;#39;M&#38;#39;],
													 &#38;#39;display_link&#38;#39; =&#38;gt; array(&#38;#39;permalink&#38;#39;)
													));
}else{
$preview_image = kriesi_post_thumb($post-&#38;gt;ID, array(&#38;#39;size&#38;#39;=&#38;gt; array($kimg[&#38;#39;shortcut&#38;#39;],$kimg[&#38;#39;overwrite&#38;#39;]),
&#38;#39;display_link&#38;#39; =&#38;gt; array(&#38;#39;lightbox&#38;#39;), // linha alterada
&#38;#39;linkurl&#38;#39; =&#38;gt; array (&#38;#39;fullscreen&#38;#39;,&#38;#39;_preview_big&#38;#39;), //linha adicionada
&#38;#39;wh&#38;#39; =&#38;gt; $k_option[&#38;#39;custom&#38;#39;][&#38;#39;imgSize&#38;#39;][$kimg[&#38;#39;shortcut&#38;#39;]]
)
);
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>telecontrol on "Help with slider opening video"</title>
			<link>http://www.kriesi.at/support/topic/help-with-slider-opening-video#post-44851</link>
			<pubDate>Tue, 06 Mar 2012 16:46:04 +0000</pubDate>
			<dc:creator>telecontrol</dc:creator>
			<guid isPermaLink="false">44851@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;No I can't, I want to do this too.&#60;/p&#62;
&#60;p&#62;What I can do right now is, when click on an image of the slider, open a lightbox with the player of vimeo, youtube, whatever.&#60;/p&#62;
&#60;p&#62;If you want to try that, just edit the index.php file of the theme, like I did.&#60;/p&#62;
&#60;p&#62;But I want to do like you said, use a video instead of an image, like Corona theme does.&#60;/p&#62;
&#60;p&#62;Or, keep the way I did, but when an image is not linked on a video, when click on it, open the article's page, instead of a lightbox with the image.&#60;/p&#62;
&#60;p&#62;Any admin can help us here?&#60;/p&#62;
&#60;p&#62;Thanks !
&#60;/p&#62;</description>
		</item>
		<item>
			<title>saranganv on "Help with slider opening video"</title>
			<link>http://www.kriesi.at/support/topic/help-with-slider-opening-video#post-44838</link>
			<pubDate>Tue, 06 Mar 2012 13:29:45 +0000</pubDate>
			<dc:creator>saranganv</dc:creator>
			<guid isPermaLink="false">44838@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Are you saying that you are able to use a video there instead of an image. I wanted to embed a vimeo video  in the slider instead, so when clicked it will play like any other vimeo video.&#60;/p&#62;
&#60;p&#62;Is this possible?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>telecontrol on "Help with slider opening video"</title>
			<link>http://www.kriesi.at/support/topic/help-with-slider-opening-video#post-44773</link>
			<pubDate>Mon, 05 Mar 2012 20:53:11 +0000</pubDate>
			<dc:creator>telecontrol</dc:creator>
			<guid isPermaLink="false">44773@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey guys.&#60;/p&#62;
&#60;p&#62;I've noticed that the slider by default doesn't open video in itself. So I've changed the index.php file on the kriesi_post_thumb call ( line ~31 ) :&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
$preview_image = kriesi_post_thumb($post-&#38;gt;ID, array('size'=&#38;gt; array($kimg['shortcut'],$kimg['overwrite']),&#60;br /&#62;
                                                    'display_link' =&#38;gt; array('lightbox'), // linha alterada&#60;br /&#62;
                                                    'linkurl' =&#38;gt; array ('fullscreen','_preview_big'), //linha adicionada&#60;br /&#62;
                                                    'wh' =&#38;gt; $k_option['custom']['imgSize'][$kimg['shortcut']]&#60;br /&#62;
                                                )&#60;br /&#62;
                                );&#60;br /&#62;
&#60;/code&#62;&#60;br /&#62;
So now is displaying like a single page post (single.php). When a image on the slider is clicked, open a lightbox with the image/video set in the post.&#60;/p&#62;
&#60;p&#62;But, I want to change it a little bit:&#60;/p&#62;
&#60;p&#62;1) When it's a video link, play the video when clicked where the image is, like the Corona theme does.&#60;br /&#62;
2) If that isn't possible (what a shame), I want to when the slider image has not a video link, when click on the image, open the post page. With my solution, when I click on a image, opens a lightbox with the full size image clicked.&#60;/p&#62;
&#60;p&#62;Many thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
