<?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 item content under image</title>
		<link>http://www.kriesi.at/support/topic/portfolio-item-content-under-image</link>
		<description>Support Forum - Topic: Portfolio item content under image</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 12:05:14 +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-item-content-under-image" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Portfolio item content under image"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-content-under-image#post-65041</link>
			<pubDate>Wed, 11 Jul 2012 18:07:34 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">65041@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi jacques91,&#60;/p&#62;
&#60;p&#62;In the function-coherence.php you'll need to movie the title code down to where you want it. Its:&#60;br /&#62;
&#60;code&#62;&#38;lt;?php echo avia_title(false, false, &#38;quot;&#38;quot;); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Instead of completely deleting the navigation, you can 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;.avia_sortable .ajax_controlls {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jacques91 on "Portfolio item content under image"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-content-under-image#post-63828</link>
			<pubDate>Thu, 05 Jul 2012 10:19:30 +0000</pubDate>
			<dc:creator>jacques91</dc:creator>
			<guid isPermaLink="false">63828@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for this customization solution.&#60;br /&#62;
I did it but the item title don't move under the image, do you have a solution for it too ?&#60;br /&#62;
I want to delete the navigation tool too.&#60;br /&#62;
And then, if it's possible to center the image.&#60;br /&#62;
I did for you a screenshot here : &#60;a href=&#34;https://www.dropbox.com/s/yco5jv9edxn9fu8/pbsiteajax.jpg&#34; rel=&#34;nofollow&#34;&#62;https://www.dropbox.com/s/yco5jv9edxn9fu8/pbsiteajax.jpg&#60;/a&#62;&#60;br /&#62;
Thanks again
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Portfolio item content under image"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-content-under-image#post-60421</link>
			<pubDate>Fri, 15 Jun 2012 16:00:32 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">60421@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi blueciccio,&#60;/p&#62;
&#60;p&#62;Looks good. I'll have to give it a try and see what the change entails this weekend. I'll add the code changes/re-arrangement to my snippets file for Coherence as well so I can use it later :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Francesco on "Portfolio item content under image"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-content-under-image#post-60401</link>
			<pubDate>Fri, 15 Jun 2012 12:35:17 +0000</pubDate>
			<dc:creator>Francesco</dc:creator>
			<guid isPermaLink="false">60401@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;What I wrote above works for the ajax view.&#60;/p&#62;
&#60;p&#62;For the single portfolio page, edit includes/loop-portfolio-single.php&#60;/p&#62;
&#60;p&#62;Cut from line 47 to 85 and paste just before &#60;code&#62;&#38;lt;/div&#38;gt;&#38;lt;!--end post-entry--&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;then line 44 move &#60;code&#62;echo avia_advanced_hr(false, &#38;#39;small&#38;#39;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;just before &#60;code&#62;the_content(__(&#38;#39;Read more&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;span class=&#38;quot;more-link-arrow&#38;quot;&#38;gt;  →&#38;lt;/span&#38;gt;&#38;#39;);&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Portfolio item content under image"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-content-under-image#post-60388</link>
			<pubDate>Fri, 15 Jun 2012 10:53:38 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">60388@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Glad that you shared some customization solution. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Francesco on "Portfolio item content under image"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-content-under-image#post-60382</link>
			<pubDate>Fri, 15 Jun 2012 10:06:16 +0000</pubDate>
			<dc:creator>Francesco</dc:creator>
			<guid isPermaLink="false">60382@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I wanted the portfolio item content shown under the image, so here what I've done, may be can be helpful for someone has the same need:&#60;/p&#62;
&#60;p&#62;In function-coherence.php&#60;/p&#62;
&#60;p&#62;found line 52 &#60;code&#62;echo avia_advanced_hr(false, 'hr_small');&#60;/code&#62; and commented (not deleted, just for evetual rollback)&#60;br /&#62;
found line 54 &#60;code&#62;the_content(__('Read more','avia_framework').'&#38;lt;span class=&#34;more-link-arrow&#34;&#38;gt;  &#38;rarr;&#38;lt;/span&#38;gt;');&#60;/code&#62; and commented&#60;/p&#62;
&#60;p&#62;moved what commented above after &#60;code&#62;echo &#34;&#38;lt;/div&#38;gt;&#34;; echo &#34;&#38;lt;/div&#38;gt;&#34;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Anything seems go right as I want now.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
