<?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: Portfolio - Enforce Default Background</title>
		<link>http://www.kriesi.at/support/topic/portfolio-enforce-default-background</link>
		<description>Support Forum - Topic: Portfolio - Enforce Default Background</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 13:01:19 +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/portfolio-enforce-default-background" rel="self" type="application/rss+xml" />

		<item>
			<title>milanikko on "Portfolio - Enforce Default Background"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-enforce-default-background#post-82370</link>
			<pubDate>Mon, 05 Nov 2012 18:57:07 +0000</pubDate>
			<dc:creator>milanikko</dc:creator>
			<guid isPermaLink="false">82370@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That's it! Thanks ; )
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Portfolio - Enforce Default Background"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-enforce-default-background#post-82368</link>
			<pubDate>Mon, 05 Nov 2012 18:50:36 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">82368@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey milanikko,&#60;/p&#62;
&#60;p&#62;I think this is what you are trying to do, Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.pp_pic_holder .ppt {
display: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>milanikko on "Portfolio - Enforce Default Background"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-enforce-default-background#post-82364</link>
			<pubDate>Mon, 05 Nov 2012 18:40:01 +0000</pubDate>
			<dc:creator>milanikko</dc:creator>
			<guid isPermaLink="false">82364@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, Nick&#60;br /&#62;
The first one worked out great! I also changed:&#60;br /&#62;
&#34;std&#34; 	=&#38;gt; &#34;&#34;, to&#60;br /&#62;
&#34;std&#34; 	=&#38;gt; &#34;default&#34;,&#60;/p&#62;
&#60;p&#62;Regarding the second question I think there was a misunderstanding. I did not want to remove the title / description from portfolio overview page, but rather hide the image title that appears above the enlarged version of image (prettyPhoto), like in this portfolio:&#60;br /&#62;
&#60;a href=&#34;http://www.kriesi.at/themes/flashlight/portfolio-item/classic-3/&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/flashlight/portfolio-item/classic-3/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Pls let me know how to do it.&#60;br /&#62;
Many thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Portfolio - Enforce Default Background"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-enforce-default-background#post-82355</link>
			<pubDate>Mon, 05 Nov 2012 18:05:14 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">82355@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please make a backup copy of and then open register-admin-metabox.php in the /includes/admin/ folder, and on line 63 change&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;array(&#38;#39;Use this gallery as background&#38;#39;=&#38;gt;&#38;quot;&#38;quot;, &#38;#39;Use the default gallery as background&#38;#39;=&#38;gt;&#38;#39;default&#38;#39;)),&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;array(&#38;#39;Use the default gallery as background&#38;#39;=&#38;gt;&#38;#39;default&#38;#39;, &#38;#39;Use this gallery as background&#38;#39;=&#38;gt;&#38;quot;&#38;quot;)),&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The css code below removes the portfolio item title, please add it to Quick CSS located in the backend Flashlight &#38;gt; Theme Options &#38;gt; Styles on the bottom of the page&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .template-portfolio-overview .ajaxContainer .post-title {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;the css code below removes the portfolio item description&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .template-portfolio-overview .ajaxContainer .entry-content {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>milanikko on "Portfolio - Enforce Default Background"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-enforce-default-background#post-82302</link>
			<pubDate>Mon, 05 Nov 2012 14:49:42 +0000</pubDate>
			<dc:creator>milanikko</dc:creator>
			<guid isPermaLink="false">82302@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I wanted to find out if there is a way to make &#34;Use the default gallery as background&#34; a default option. Right now &#34;Use this gallery as background&#34; is the first choice and has to be &#34;enforced&#34; to default gallery. Can this be changed so it is the other way around? &#60;/p&#62;
&#60;p&#62;The other question - can I turn off titles in Portfolio lightbox?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
