<?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: Template Builder &#38; Slideshow</title>
		<link>http://www.kriesi.at/support/topic/template-builder-slideshow</link>
		<description>Support Forum - Topic: Template Builder &amp; Slideshow</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 19:48:39 +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/template-builder-slideshow" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Template Builder &#38; Slideshow"</title>
			<link>http://www.kriesi.at/support/topic/template-builder-slideshow#post-78183</link>
			<pubDate>Tue, 02 Oct 2012 05:51:48 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">78183@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Glad that I could help you :) &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>keyhanjun on "Template Builder &#38; Slideshow"</title>
			<link>http://www.kriesi.at/support/topic/template-builder-slideshow#post-78149</link>
			<pubDate>Mon, 01 Oct 2012 21:57:03 +0000</pubDate>
			<dc:creator>keyhanjun</dc:creator>
			<guid isPermaLink="false">78149@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for your answer! :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Template Builder &#38; Slideshow"</title>
			<link>http://www.kriesi.at/support/topic/template-builder-slideshow#post-78059</link>
			<pubDate>Mon, 01 Oct 2012 09:39:52 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">78059@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can replace the slider code in includes/helper-template-dynamic.php - open up the file and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function slideshow($element)
	{
		global $avia_config;

		if(!isset($element[&#38;#39;saved_value&#38;#39;])) return;
		extract($element[&#38;#39;saved_value&#38;#39;][0]);

		$this -&#38;gt; contentBlock = true;
		$id 	= $dynamic_slideshow_which_post_page == &#38;#39;self&#38;#39; ? avia_get_the_ID() : $dynamic_slideshow_page_id;
		$type 	= avia_post_meta($id, &#38;#39;_slideshow_position&#38;#39;);

		$slider = new avia_slideshow($id);
		$slider-&#38;gt;customClass(&#38;quot;dynamic_element dynamic_el_&#38;quot;.$this-&#38;gt;dynamic_counter);
		$slider-&#38;gt;modify_slide_poster(&#38;#39;default&#38;#39;);

		if( strpos($type, &#38;#39;big&#38;#39;) !== false)
		{
			$slider-&#38;gt;customClass(&#38;#39;stretch_full&#38;#39;);
 	 		return $slider-&#38;gt;display_big();
		}
		else
		{
 	 		return $slider-&#38;gt;display();
		}
	}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function slideshow($element)
{
       return putRevSlider(&#38;quot;example1&#38;quot;);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;However you need to make sure that the putRevSlider function just RETURNS a value and doesn't output the html code directly (eg with the php echo function). Tbh I really doubt that we'll integrate premium third party sliders into our theme and an api wouldn't help users without advanced coding skills too.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>keyhanjun on "Template Builder &#38; Slideshow"</title>
			<link>http://www.kriesi.at/support/topic/template-builder-slideshow#post-78025</link>
			<pubDate>Mon, 01 Oct 2012 01:26:58 +0000</pubDate>
			<dc:creator>keyhanjun</dc:creator>
			<guid isPermaLink="false">78025@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;love the 'Template Builder'. Regarding the standard template called 'Big Slider Template' which we&#60;br /&#62;
get if we already imported the dummy data I thought it would be very nice if we could exchange the integrated&#60;br /&#62;
Slideshow with a third party slider like the amazing 'Slider Revolution Responsive WordPress Plugin'.&#60;/p&#62;
&#60;p&#62;&#38;gt;&#38;gt;&#38;gt; &#60;a href=&#34;http://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380&#34; rel=&#34;nofollow&#34;&#62;http://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;So it would be awesome if we could copy&#38;amp;paste the shortcode '[rev_slider example1]' directly in the 'Slideshow' field of the 'Template Builder'.&#60;/p&#62;
&#60;p&#62;Right now we only have the following options:&#60;/p&#62;
&#60;p&#62;1. Display the slideshow of this entry&#60;br /&#62;
2. Choose a Page&#60;/p&#62;
&#60;p&#62;I tested the shortcode in the 'Text Area /Callout / Quotes' field right in the text box which is called&#60;br /&#62;
'The text message that should be displayed' &#38;amp; it works fine. :)&#60;/p&#62;
&#60;p&#62;(The only problem here is the slider is not fitting the biggest container which is the&#60;/p&#62;
&#60;p&#62;div class=&#34;container_wrap&#34; &#38;amp; is stucked in the container called div class=&#34;container&#34;)&#60;/p&#62;
&#60;p&#62;So I hope &#38;amp; think that implementing this idea is not that difficult but would be a huge advantage for a lot of&#60;br /&#62;
people who can not or do not want to edit template files (core files) by their own.&#60;/p&#62;
&#60;p&#62;What do you think?&#60;/p&#62;
&#60;p&#62;In the meantime what would be the best method to exchange the normal slider with the Rev. Slider via the php command:&#60;/p&#62;
&#60;p&#62;&#38;lt;?php putRevSlider(&#34;example1&#34;); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;So that we still can use the Template Builder &#38;amp; are not stucked with a normal static template.&#60;/p&#62;
&#60;p&#62;Thanks. ;)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
