<?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: Change Slideshow default settings</title>
		<link>http://www.kriesi.at/support/topic/change-slideshow-default-settings</link>
		<description>Support Forum - Topic: Change Slideshow default settings</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 11:55:05 +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/change-slideshow-default-settings" rel="self" type="application/rss+xml" />

		<item>
			<title>ykblue on "Change Slideshow default settings"</title>
			<link>http://www.kriesi.at/support/topic/change-slideshow-default-settings#post-85633</link>
			<pubDate>Tue, 27 Nov 2012 20:08:55 +0000</pubDate>
			<dc:creator>ykblue</dc:creator>
			<guid isPermaLink="false">85633@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael - like most of the cases: once you see the solution you wonder why you didn't come up with it yourself...&#60;/p&#62;
&#60;p&#62;Thanks a lot, works fine.&#60;/p&#62;
&#60;p&#62;Best regards Katharina
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Change Slideshow default settings"</title>
			<link>http://www.kriesi.at/support/topic/change-slideshow-default-settings#post-85448</link>
			<pubDate>Mon, 26 Nov 2012 21:37:07 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">85448@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Try to find this whole code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;array(
		&#38;quot;name&#38;quot; 	=&#38;gt; &#38;quot;Slideshow Size on single entries?&#38;quot;,
		&#38;quot;desc&#38;quot; 	=&#38;gt; &#38;quot;Display the slideshow fixed fullwidth or should it adjust to the page layout (eg smaller on pages with sidebar)&#38;quot; ,
		&#38;quot;id&#38;quot; 	=&#38;gt; &#38;quot;_slideshow_position&#38;quot;,
		&#38;quot;type&#38;quot; 	=&#38;gt; &#38;quot;select&#38;quot;,
		&#38;quot;std&#38;quot; 	=&#38;gt; &#38;quot;small&#38;quot;,
		&#38;quot;slug&#38;quot;  =&#38;gt; &#38;quot;slideshow_meta&#38;quot;,
		&#38;quot;class&#38;quot; =&#38;gt; &#38;quot;av_2columns av_col_2&#38;quot;,
		&#38;quot;no_first&#38;quot; =&#38;gt; true,
		&#38;quot;subtype&#38;quot; =&#38;gt; array(&#38;#39;Full Width Slider&#38;#39;=&#38;gt;&#38;#39;big&#38;#39;, &#38;#39;Adjustable Slider&#38;#39;=&#38;gt;&#38;#39;small&#38;#39;))&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace it with this&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;array(
		&#38;quot;name&#38;quot; 	=&#38;gt; &#38;quot;Slideshow Size on single entries?&#38;quot;,
		&#38;quot;desc&#38;quot; 	=&#38;gt; &#38;quot;Display the slideshow fixed fullwidth or should it adjust to the page layout (eg smaller on pages with sidebar)&#38;quot; ,
		&#38;quot;id&#38;quot; 	=&#38;gt; &#38;quot;_slideshow_position&#38;quot;,
		&#38;quot;type&#38;quot; 	=&#38;gt; &#38;quot;select&#38;quot;,
		&#38;quot;std&#38;quot; 	=&#38;gt; &#38;quot;big&#38;quot;,
		&#38;quot;slug&#38;quot;  =&#38;gt; &#38;quot;slideshow_meta&#38;quot;,
		&#38;quot;class&#38;quot; =&#38;gt; &#38;quot;av_2columns av_col_2&#38;quot;,
		&#38;quot;no_first&#38;quot; =&#38;gt; true,
		&#38;quot;subtype&#38;quot; =&#38;gt; array(&#38;#39;Full Width Slider&#38;#39;=&#38;gt;&#38;#39;big&#38;#39;, &#38;#39;Adjustable Slider&#38;#39;=&#38;gt;&#38;#39;adjustable&#38;#39;))&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I rename small to adjustable then change std to big.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ykblue on "Change Slideshow default settings"</title>
			<link>http://www.kriesi.at/support/topic/change-slideshow-default-settings#post-85446</link>
			<pubDate>Mon, 26 Nov 2012 21:13:57 +0000</pubDate>
			<dc:creator>ykblue</dc:creator>
			<guid isPermaLink="false">85446@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for your assistance.&#60;br /&#62;
The change line 156 works fine - but the change on line 71 is ignored. I changed std from &#34;small&#34; to &#34;big&#34; - no effect at all.&#60;br /&#62;
And as this is the only line where these settings are fixed, I don't know how to get over this.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Katharina
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Change Slideshow default settings"</title>
			<link>http://www.kriesi.at/support/topic/change-slideshow-default-settings#post-85419</link>
			<pubDate>Mon, 26 Nov 2012 19:12:20 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">85419@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi katharina,&#60;/p&#62;
&#60;p&#62;You'll need to edit includes&#38;gt;admin&#38;gt;register-admin-metabox.php and where each of those options has the &#34;std&#34; in the array, change the option to what you'd like. This way you can also change the description as well.&#60;/p&#62;
&#60;p&#62;Specifically on line 156 for the default link value (self to no value) and the slideshow default size on single entries is line 71 (small to big).&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ykblue on "Change Slideshow default settings"</title>
			<link>http://www.kriesi.at/support/topic/change-slideshow-default-settings#post-85296</link>
			<pubDate>Sun, 25 Nov 2012 21:48:56 +0000</pubDate>
			<dc:creator>ykblue</dc:creator>
			<guid isPermaLink="false">85296@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I'd like to change the default settings of the slideshow. Right now it's set to &#34;link to this post&#34; (I want &#34;no link&#34;) and the size in the options is by default set to &#34;adjustable&#34; - should be fullscreen.&#60;/p&#62;
&#60;p&#62;Where can this be changed?&#60;/p&#62;
&#60;p&#62;Thanks &#38;amp; regards&#60;br /&#62;
katharina
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
