<?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: Changing default portfolio caption settings</title>
		<link>http://www.kriesi.at/support/topic/changing-default-portfolio-caption-settings</link>
		<description>Support Forum - Topic: Changing default portfolio caption settings</description>
		<language>en-US</language>
		<pubDate>Sun, 26 May 2013 07:03:10 +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/changing-default-portfolio-caption-settings" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Changing default portfolio caption settings"</title>
			<link>http://www.kriesi.at/support/topic/changing-default-portfolio-caption-settings#post-87525</link>
			<pubDate>Tue, 11 Dec 2012 00:23:26 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">87525@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can find it on includes &#38;gt; register-admin-metabox, find this code to change the Apply link to image? defaults&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;array(	&#38;quot;name&#38;quot; 	=&#38;gt; &#38;quot;Apply link to the image?&#38;quot;,
										&#38;quot;desc&#38;quot; 	=&#38;gt; &#38;quot;&#38;quot;,
										&#38;quot;slug&#38;quot;  =&#38;gt; &#38;quot;media&#38;quot;,
										&#38;quot;class&#38;quot; =&#38;gt; &#38;quot;av_2columns av_col_1&#38;quot;,
							            &#38;quot;id&#38;quot; 	=&#38;gt; &#38;quot;slideshow_link&#38;quot;,
							            &#38;quot;type&#38;quot; 	=&#38;gt; &#38;quot;select&#38;quot;,
							            &#38;quot;std&#38;quot; 	=&#38;gt; &#38;quot;self&#38;quot;,
							            &#38;quot;no_first&#38;quot;  =&#38;gt; &#38;quot;true&#38;quot;,
							            &#38;quot;subtype&#38;quot; =&#38;gt; array(&#38;#39;No link&#38;#39;=&#38;gt;&#38;#39;&#38;#39;,&#38;#39;Open Lightbox when clicked&#38;#39;=&#38;gt;&#38;#39;lightbox&#38;#39;,&#38;#39;Link to this Post&#38;#39;=&#38;gt;&#38;#39;self&#38;#39;,&#38;#39;Link to Page&#38;#39;=&#38;gt;&#38;#39;page&#38;#39;,&#38;#39;Link to Category&#38;#39;=&#38;gt;&#38;#39;cat&#38;#39;,&#38;#39;Link manually&#38;#39;=&#38;gt;&#38;#39;url&#38;#39;),&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace it with &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;array(	&#38;quot;name&#38;quot; 	=&#38;gt; &#38;quot;Apply link to the image?&#38;quot;,
										&#38;quot;desc&#38;quot; 	=&#38;gt; &#38;quot;&#38;quot;,
										&#38;quot;slug&#38;quot;  =&#38;gt; &#38;quot;media&#38;quot;,
										&#38;quot;class&#38;quot; =&#38;gt; &#38;quot;av_2columns av_col_1&#38;quot;,
							            &#38;quot;id&#38;quot; 	=&#38;gt; &#38;quot;slideshow_link&#38;quot;,
							            &#38;quot;type&#38;quot; 	=&#38;gt; &#38;quot;select&#38;quot;,
							            &#38;quot;std&#38;quot; 	=&#38;gt; &#38;quot;no-link&#38;quot;,
							            &#38;quot;no_first&#38;quot;  =&#38;gt; &#38;quot;true&#38;quot;,
							            &#38;quot;subtype&#38;quot; =&#38;gt; array(&#38;#39;No link&#38;#39;=&#38;gt;&#38;#39;no-link&#38;#39;,&#38;#39;Open Lightbox when clicked&#38;#39;=&#38;gt;&#38;#39;lightbox&#38;#39;,&#38;#39;Link to this Post&#38;#39;=&#38;gt;&#38;#39;self&#38;#39;,&#38;#39;Link to Page&#38;#39;=&#38;gt;&#38;#39;page&#38;#39;,&#38;#39;Link to Category&#38;#39;=&#38;gt;&#38;#39;cat&#38;#39;,&#38;#39;Link manually&#38;#39;=&#38;gt;&#38;#39;url&#38;#39;),&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;To change the Caption Style and Position, find this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;quot;name&#38;quot; 	=&#38;gt; &#38;quot;Caption Style and Position?&#38;quot;,
										&#38;quot;desc&#38;quot; 	=&#38;gt; &#38;quot;&#38;quot;,
										&#38;quot;id&#38;quot; 	=&#38;gt; &#38;quot;caption_position&#38;quot;,
										&#38;quot;type&#38;quot; 	=&#38;gt; &#38;quot;select&#38;quot;,
										&#38;quot;std&#38;quot; 	=&#38;gt; &#38;quot;caption_left caption_left_framed caption_framed&#38;quot;,
										&#38;quot;slug&#38;quot;  =&#38;gt; &#38;quot;media&#38;quot;,
										&#38;quot;no_first&#38;quot;  =&#38;gt; &#38;quot;true&#38;quot;,
										&#38;quot;class&#38;quot; =&#38;gt; &#38;quot;av_2columns av_col_1&#38;quot;,
										&#38;quot;subtype&#38;quot; =&#38;gt;
										array(	&#38;#39;right framed&#38;#39;=&#38;gt;&#38;#39;caption_right caption_right_framed caption_framed&#38;#39;,
												&#38;#39;left framed&#38;#39;=&#38;gt;&#38;#39;caption_left caption_left_framed caption_framed&#38;#39;,
												&#38;#39;bottom framed&#38;#39;=&#38;gt;&#38;#39;caption_bottom caption_bottom_framed caption_framed&#38;#39;,
												&#38;#39;right without frame&#38;#39;=&#38;gt;&#38;#39;caption_right&#38;#39;,
												&#38;#39;left without frame&#38;#39;=&#38;gt;&#38;#39;caption_left&#38;#39;,
												&#38;#39;bottom without frame&#38;#39;=&#38;gt;&#38;#39;caption_bottom&#38;#39;,

											)),&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace it with this&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;quot;name&#38;quot; 	=&#38;gt; &#38;quot;Caption Style and Position?&#38;quot;,
										&#38;quot;desc&#38;quot; 	=&#38;gt; &#38;quot;&#38;quot;,
										&#38;quot;id&#38;quot; 	=&#38;gt; &#38;quot;caption_position&#38;quot;,
										&#38;quot;type&#38;quot; 	=&#38;gt; &#38;quot;select&#38;quot;,
										&#38;quot;std&#38;quot; 	=&#38;gt; &#38;quot;caption_bottom caption_bottom_framed caption_framed&#38;quot;,
										&#38;quot;slug&#38;quot;  =&#38;gt; &#38;quot;media&#38;quot;,
										&#38;quot;no_first&#38;quot;  =&#38;gt; &#38;quot;true&#38;quot;,
										&#38;quot;class&#38;quot; =&#38;gt; &#38;quot;av_2columns av_col_1&#38;quot;,
										&#38;quot;subtype&#38;quot; =&#38;gt;
										array(	&#38;#39;right framed&#38;#39;=&#38;gt;&#38;#39;caption_right caption_right_framed caption_framed&#38;#39;,
												&#38;#39;left framed&#38;#39;=&#38;gt;&#38;#39;caption_left caption_left_framed caption_framed&#38;#39;,
												&#38;#39;bottom framed&#38;#39;=&#38;gt;&#38;#39;caption_bottom caption_bottom_framed caption_framed&#38;#39;,
												&#38;#39;right without frame&#38;#39;=&#38;gt;&#38;#39;caption_right&#38;#39;,
												&#38;#39;left without frame&#38;#39;=&#38;gt;&#38;#39;caption_left&#38;#39;,
												&#38;#39;bottom without frame&#38;#39;=&#38;gt;&#38;#39;caption_bottom&#38;#39;,

											)),&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>InterdisciplinaryInnovation on "Changing default portfolio caption settings"</title>
			<link>http://www.kriesi.at/support/topic/changing-default-portfolio-caption-settings#post-87510</link>
			<pubDate>Mon, 10 Dec 2012 22:25:49 +0000</pubDate>
			<dc:creator>InterdisciplinaryInnovation</dc:creator>
			<guid isPermaLink="false">87510@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am creating a large number of portfolios, and in order to streamline the process, I would like to change the default settings for featured media in portfolio entries.  I would like the following defaults:&#60;/p&#62;
&#60;p&#62;Apply link to the image?&#60;br /&#62;
- No link &#60;/p&#62;
&#60;p&#62;Caption Style and Position?&#60;br /&#62;
- bottom framed&#60;/p&#62;
&#60;p&#62;Finally, how can I remove the option for authors to change them, and to keep the defaults set when they are creating/editing portfolio pages?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
