<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>BlueOwlCreative  &#187;  Topic: Some Portfolio questions</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/some-portfolio-questions/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/some-portfolio-questions/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 14:59:06 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/some-portfolio-questions/#post-21631</guid>
					<title><![CDATA[Some Portfolio questions]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/some-portfolio-questions/#post-21631</link>
					<pubDate>Sun, 18 Jan 2015 19:45:50 +0000</pubDate>
					<dc:creator>chris_m83</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>working on the Portfolio I have a few questions:</p>
<p>- The Portfolio just puts 3 items on the page. To see the next items I always have to click on the arrows. Is it possible to switch off the arrows and to put more than just 3 items on the page &#8230; 3 in a line is great I just want to have more lines (3&#215;3)</p>
<p>- Is it possible to switch off the title over the portfolio items?</p>
<p>- How can I switch off the category name under the item name in the portfolio?</p>
<p>Thanx in advance!!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/some-portfolio-questions/#post-21632</guid>
					<title><![CDATA[Reply To: Some Portfolio questions]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/some-portfolio-questions/#post-21632</link>
					<pubDate>Sun, 18 Jan 2015 19:56:56 +0000</pubDate>
					<dc:creator>chris_m83</dc:creator>

					<description>
						<![CDATA[
						<p>By the way: I&#8217;m using the Portfolio Carousel &#8230; maybe that&#8217;s the wrong view to use.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/some-portfolio-questions/#post-21633</guid>
					<title><![CDATA[Reply To: Some Portfolio questions]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/some-portfolio-questions/#post-21633</link>
					<pubDate>Mon, 19 Jan 2015 09:04:32 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Chris,</p>
<p>You can use the portfolio template for displaying your portfolio items in a list. It also has a filter so you can filter your items according to the categories they are in:</p>
<p><a href="http://blueowlcreative.com/wp/savia/portfolio/" rel="nofollow">http://blueowlcreative.com/wp/savia/portfolio/</a></p>
<p>To modify the output you can edit the portfolio-three-column.php template (the one responsible for the above). Removing the title would be achieved by removing this bit:</p>
<p><code>&lt;h3&gt;&lt;?php the_title(); ?&gt;&lt;/h3&gt;</code></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/some-portfolio-questions/#post-21634</guid>
					<title><![CDATA[Reply To: Some Portfolio questions]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/some-portfolio-questions/#post-21634</link>
					<pubDate>Mon, 19 Jan 2015 21:05:11 +0000</pubDate>
					<dc:creator>chris_m83</dc:creator>

					<description>
						<![CDATA[
						<p>Perfect, that&#8217;s what I was looking for. Thanx!</p>
<p>Just one thing: I don&#8217;t want to use the Portfolio Filter Element, so I deleted all Portfolio Categories &#8230; that&#8217;s OK for me, because I just need one Single Portfolio Page with no categories. Having no categories automatically deletes the filter bar.</p>
<p>The only problem is, that the Portfolio images are lying over the page title &#8230; how can I fix that?</p>
<p>Thanx in advance!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/some-portfolio-questions/#post-21642</guid>
					<title><![CDATA[Reply To: Some Portfolio questions]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/some-portfolio-questions/#post-21642</link>
					<pubDate>Thu, 22 Jan 2015 15:36:00 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, simply find this bit in your CSS:</p>
<pre><code>.page_title_bgr .portfolio_section {
top: -94px;
margin-bottom: -40px;
}</code></pre>
<p>replace it with:</p>
<pre><code>.page_title_bgr .portfolio_section {
top: 0;
margin-bottom: 0;
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/some-portfolio-questions/#post-21645</guid>
					<title><![CDATA[Reply To: Some Portfolio questions]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/some-portfolio-questions/#post-21645</link>
					<pubDate>Thu, 22 Jan 2015 21:10:14 +0000</pubDate>
					<dc:creator>chris_m83</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>works perfect &#8230; as far as I&#8217;m going to overwrite the Parent CSS and that&#8217;s not the way I should do it right? <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_wink.gif" alt=";-)" class="wp-smiley" /> </p>
<p>It&#8217;s a bit tricky &#8230; creating the folder &#8220;stylesheets&#8221; in my Child Theme and adding the stylesheets.css into it with the changements described doesn&#8217;t affect it.<br />
No wonder: The Child CSS looks into the Parent CSS (@import url(&#8220;../Savia/style.css&#8221;);) and the Parent CSS looks in the originals stylesheets.css (@import url(&#8220;stylesheets/stylesheet.css&#8221;);)</p>
<p>How can I have the changement in my child theme? </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/some-portfolio-questions/#post-21646</guid>
					<title><![CDATA[Reply To: Some Portfolio questions]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/some-portfolio-questions/#post-21646</link>
					<pubDate>Thu, 22 Jan 2015 21:37:12 +0000</pubDate>
					<dc:creator>chris_m83</dc:creator>

					<description>
						<![CDATA[
						<p>OK, you can definitely mark this topic as solved!</p>
<p>Added a function.php in my child theme with this one:</p>
<p>&lt;?php<br />
add_action( &#8216;wp_enqueue_scripts&#8217;, &#8216;gg_register_child_styles&#8217;, 20);<br />
function gg_register_child_styles() {<br />
  wp_enqueue_style(&#8216;light_child&#8217;, get_stylesheet_directory_uri() . &#8216;/stylesheets/stylesheet.css&#8217;, array(), null );<br />
}<br />
?&gt;</p>
<p>Then just added the folder &#8220;stylesheets&#8221; and just put the stylesheet.css with ONLY your changed lines</p>
<p>Works perfect!!!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/some-portfolio-questions/#post-21648</guid>
					<title><![CDATA[Reply To: Some Portfolio questions]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/some-portfolio-questions/#post-21648</link>
					<pubDate>Sat, 24 Jan 2015 14:31:27 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Great! <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/some-portfolio-questions/#post-21707</guid>
					<title><![CDATA[Reply To: Some Portfolio questions]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/some-portfolio-questions/#post-21707</link>
					<pubDate>Sun, 08 Feb 2015 14:15:46 +0000</pubDate>
					<dc:creator>Corina</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Chris I was just reading this thread, I used a plugin to create the child theme &#8211; &#8220;One click child theme&#8221; it was much easier than doing it manually. Maybe check it out for next time</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/some-portfolio-questions/#post-21716</guid>
					<title><![CDATA[Reply To: Some Portfolio questions]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/some-portfolio-questions/#post-21716</link>
					<pubDate>Sun, 08 Feb 2015 17:08:51 +0000</pubDate>
					<dc:creator>chris_m83</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Pixifire,</p>
<p>thank you so much for the advice, will have a look on it soon!</p>
<p>Greetz,<br />
Chris</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

