<?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 &#124; ThemeFuse &#187; Topic: Video gallery</title>
		<link>http://themefuse.com/forum/medica-wp/video-gallery</link>
		<description>Best place for theme related questions</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 02:46:40 +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://themefuse.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://themefuse.com/forum/rss/topic/video-gallery" rel="self" type="application/rss+xml" />

		<item>
			<title>Max on "Video gallery"</title>
			<link>http://themefuse.com/forum/medica-wp/video-gallery#post-49726</link>
			<pubDate>Thu, 24 May 2012 13:11:38 +0000</pubDate>
			<dc:creator>Max</dc:creator>
			<guid isPermaLink="false">49726@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
unfortunately no, we don't have this in plans for a future update. Theme structure was already made and there wouldn't be added this kind of features.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Max.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Cioka on "Video gallery"</title>
			<link>http://themefuse.com/forum/medica-wp/video-gallery#post-49693</link>
			<pubDate>Thu, 24 May 2012 06:24:33 +0000</pubDate>
			<dc:creator>Cioka</dc:creator>
			<guid isPermaLink="false">49693@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Thank you very much guys!!&#60;/p&#62;
&#60;p&#62;By the way, do you expect a video slider (or a slider that also allows videos) adittion for a coming upgrade of the theme??&#60;/p&#62;
&#60;p&#62;See you
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Max on "Video gallery"</title>
			<link>http://themefuse.com/forum/medica-wp/video-gallery#post-49645</link>
			<pubDate>Wed, 23 May 2012 20:27:21 +0000</pubDate>
			<dc:creator>Max</dc:creator>
			<guid isPermaLink="false">49645@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
&#60;strong&#62;I think you have missunderstood my question cause I´m asking about the small circle icons that the image gallery has bellow. About how it is displayed a second row if you gather more than 6 photos and that Iwould like to have nine icons in a row for example.&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;in style.css file find this code:&#60;br /&#62;

&#60;div class=&#34;box forum&#34;&#62;
&#60;div class=&#34;box-top&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;div class=&#34;box-content&#34;&#62;
&#60;pre class=&#34;brush: css; gutter: false; first-line: 1; auto-links: false &#34;&#62;
.slideshow .pagination {
margin: 10px 5px 10px 225px;
width: 120px;
}
&#60;/pre&#62;
&#60;/div&#62;
&#60;div class=&#34;box-bot&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;/div&#62;&#60;br /&#62;
and replace with:&#60;br /&#62;

&#60;div class=&#34;box forum&#34;&#62;
&#60;div class=&#34;box-top&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;div class=&#34;box-content&#34;&#62;
&#60;pre class=&#34;brush: css; gutter: false; first-line: 1; auto-links: false &#34;&#62;
.slideshow .pagination {
margin: 10px 5px 10px 225px;
min-width: 120px;
}
&#60;/pre&#62;
&#60;/div&#62;
&#60;div class=&#34;box-bot&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;/div&#62;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Yes that slider transitions, Could they be modified in the time of pause between images.&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;You can change this from slides.php file (library\tfuse_mods\thememodules\shortcodes). This is the code where you can change this:&#60;br /&#62;

&#60;div class=&#34;box forum&#34;&#62;
&#60;div class=&#34;box-top&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;div class=&#34;box-content&#34;&#62;
&#60;pre class=&#34;brush: php; gutter: false; first-line: 1; auto-links: false &#34;&#62;
&#38;lt;script language=\&#38;quot;javascript\&#38;quot; type=\&#38;quot;text/javascript\&#38;quot; charset=\&#38;quot;utf-8\&#38;quot;&#38;gt;
							jQuery(document).ready(function($){
								$(&#38;#039;#slides&#38;quot; . $tfuse_shortcode_arr[&#38;#039;uniq&#38;#039;] . &#38;quot;&#38;#039;).slides({
									play: 4000,
									hoverPause: true,
									autoHeight: true,
									effect: &#38;#039;fade&#38;#039;,
									fadeSpeed: 600,
									crossfade: true,
									preload: true,
									preloadImage: &#38;#039;&#38;quot;. get_template_directory_uri() .&#38;quot;/images/loading.gif&#38;#039;});
							});
						&#38;lt;/script&#38;gt;
&#60;/pre&#62;
&#60;/div&#62;
&#60;div class=&#34;box-bot&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;/div&#62;&#60;br /&#62;
Cheers,&#60;br /&#62;
Max.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Cioka on "Video gallery"</title>
			<link>http://themefuse.com/forum/medica-wp/video-gallery#post-49598</link>
			<pubDate>Wed, 23 May 2012 17:45:24 +0000</pubDate>
			<dc:creator>Cioka</dc:creator>
			<guid isPermaLink="false">49598@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;&#60;strong&#62;&#60;br /&#62;
Sorry but this can't be done. The only thing that you can achieve is:&#60;br /&#62;
1. To use embed codes or youtube or vimeo shortcode or embed codes to display all videos on a page&#60;br /&#62;
2. Use prettyphoto to display vimeo or youtube videos in lightbox when a link is clicked. This is the code that you can use:&#60;br /&#62;
&#60;/strong&#62;&#60;br /&#62;
It is a shame you don´t offer a video slider the same way the image slider is offered but thanks anyway.&#60;br /&#62;
&#60;strong&#62;&#60;br /&#62;
The size of a button depend on the amount of text that you have on that button so if you would add a smaller amount or letters then you would be able to have more than 6 buttons there.&#60;br /&#62;
&#60;/strong&#62;&#60;br /&#62;
I think you have missunderstood my question cause I´m asking about the small circle icons that the image gallery has bellow. About how it is displayed a second row if you gather more than 6 photos and that Iwould like to have nine icons in a row for example.&#60;br /&#62;
&#60;strong&#62;&#60;br /&#62;
You mean slider transition? Is set to auto by default. Please provide more details. If this is a slider, please let me know which one and I would help.&#60;br /&#62;
&#60;/strong&#62;&#60;br /&#62;
Yes that slider transitions, Could they be modified in the time of pause between images.&#60;/p&#62;
&#60;p&#62;Thanks!!!
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Cioka on "Video gallery"</title>
			<link>http://themefuse.com/forum/medica-wp/video-gallery#post-49586</link>
			<pubDate>Wed, 23 May 2012 16:26:31 +0000</pubDate>
			<dc:creator>Cioka</dc:creator>
			<guid isPermaLink="false">49586@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;&#60;strong&#62;&#60;br /&#62;
Sorry but this can't be done. The only thing that you can achieve is:&#60;br /&#62;
1. To use embed codes or youtube or vimeo shortcode or embed codes to display all videos on a page&#60;br /&#62;
2. Use prettyphoto to display vimeo or youtube videos in lightbox when a link is clicked. This is the code that you can use:&#60;br /&#62;
&#60;/strong&#62;&#60;br /&#62;
It is a shame you don´t offer a video slider the same way the image slider is offered but thanks anyway.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Max on "Video gallery"</title>
			<link>http://themefuse.com/forum/medica-wp/video-gallery#post-49558</link>
			<pubDate>Wed, 23 May 2012 14:31:06 +0000</pubDate>
			<dc:creator>Max</dc:creator>
			<guid isPermaLink="false">49558@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
&#60;strong&#62;A slideshow with Images but in video version.&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Sorry but this can't be done. The only thing that you can achieve is:&#60;br /&#62;
1. To use embed codes or youtube or vimeo shortcode or embed codes to display all videos on a page&#60;br /&#62;
2. Use prettyphoto to display vimeo or youtube videos in lightbox when a link is clicked. This is the code that you can use:&#60;br /&#62;

&#60;div class=&#34;box forum&#34;&#62;
&#60;div class=&#34;box-top&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;div class=&#34;box-content&#34;&#62;
&#60;pre class=&#34;brush: php; gutter: false; first-line: 1; auto-links: false &#34;&#62;
&#38;lt;a href=&#38;quot;VIDEO LINK HERE&#38;quot; rel=&#38;quot;prettyphoto&#38;quot;&#38;gt;IMAGE OR LINK HERE&#38;lt;/a&#38;gt;
&#60;/pre&#62;
&#60;/div&#62;
&#60;div class=&#34;box-bot&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;/div&#62;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;when you make a slideshow with more than 6 images the following icons go to a second line and that is quite ugly in my opinion. I would like to have more than 6 icons in the first line. How could I do it?&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;The size of a button depend on the amount of text that you have on that button so if you would add a smaller amount or letters then you would be able to have more than 6 buttons there.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;And last question, is it possible to set an automatic transition? And fixing the time between transitions to my needs? How?&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;You mean slider transition? Is set to auto by default. Please provide more details. If this is a slider, please let me know which one and I would help.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Max.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Cioka on "Video gallery"</title>
			<link>http://themefuse.com/forum/medica-wp/video-gallery#post-49518</link>
			<pubDate>Wed, 23 May 2012 06:27:35 +0000</pubDate>
			<dc:creator>Cioka</dc:creator>
			<guid isPermaLink="false">49518@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;&#60;strong&#62;&#60;br /&#62;
Please provide more information about video gallery type&#60;br /&#62;
&#60;/strong&#62;&#60;br /&#62;
A slideshow with Images but in video version.&#60;br /&#62;
&#60;strong&#62;&#60;br /&#62;
The icons number depends on the images number&#60;br /&#62;
&#60;/strong&#62;&#60;br /&#62;
Yes I see that, but when you make a slideshow with more than 6 images the following icons go to a second line and that is quite ugly in my opinion. I would like to have more than 6 icons in the first line. How could I do it?&#60;br /&#62;
&#60;strong&#62;&#60;br /&#62;
Sorry, but is not possible to set automatic transition.&#60;br /&#62;
&#60;/strong&#62;&#60;br /&#62;
So I can´t mofify the time of transition between images in a specific .js file, I thought it was a usual operation???&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>George on "Video gallery"</title>
			<link>http://themefuse.com/forum/medica-wp/video-gallery#post-49503</link>
			<pubDate>Tue, 22 May 2012 23:18:37 +0000</pubDate>
			<dc:creator>George</dc:creator>
			<guid isPermaLink="false">49503@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;I wonder wheter it is possible to add a video gallery someway&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Please provide more information about video gallery type&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;I would also like to edit the css of the image gallery, in which file should I do it?&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Do you mean slideshow shortcode?&#60;br /&#62;
The styles are in the style.css file&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;What I particularly want is to allow more than a six bullet icon set bellow the image. How should I get it?&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;The icons number depends on the images number, you can't change their numer&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;And last question, is it possible to set an automatic transition? And fixing the time between transitions to my needs? How?&#60;/strong&#62;&#60;br /&#62;
Sorry, but is not possible to set automatic transition.&#60;/p&#62;
&#60;p&#62;Cheer,s&#60;br /&#62;
George
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Cioka on "Video gallery"</title>
			<link>http://themefuse.com/forum/medica-wp/video-gallery#post-49459</link>
			<pubDate>Tue, 22 May 2012 15:01:53 +0000</pubDate>
			<dc:creator>Cioka</dc:creator>
			<guid isPermaLink="false">49459@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;I would also like to edit the css of the image gallery, in which file should I do it?&#60;/p&#62;
&#60;p&#62;What I particularly want is to allow more than a six bullet icon set bellow the image. How should I get it?&#60;/p&#62;
&#60;p&#62;And last question, is it possible to set an automatic transition? And fixing the time between transitions to my needs? How?&#60;/p&#62;
&#60;p&#62;Thank you very much!!!
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Cioka on "Video gallery"</title>
			<link>http://themefuse.com/forum/medica-wp/video-gallery#post-49433</link>
			<pubDate>Tue, 22 May 2012 13:24:41 +0000</pubDate>
			<dc:creator>Cioka</dc:creator>
			<guid isPermaLink="false">49433@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I wonder wheter it is possible to add a video gallery someway.&#60;br /&#62;
Can you help me?
&#60;/p&#62;
</description>
		</item>

	</channel>
</rss>
