<?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: 50/50 image and text for portfolio item page and ajax view</title>
		<link>http://www.kriesi.at/support/topic/5050-image-and-text-for-portfolio-item-page-and-ajax-view</link>
		<description>Support Forum - Topic: 50/50 image and text for portfolio item page and ajax view</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 12:05:52 +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/5050-image-and-text-for-portfolio-item-page-and-ajax-view" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "50/50 image and text for portfolio item page and ajax view"</title>
			<link>http://www.kriesi.at/support/topic/5050-image-and-text-for-portfolio-item-page-and-ajax-view#post-64731</link>
			<pubDate>Tue, 10 Jul 2012 14:41:16 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">64731@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi kushka,&#60;/p&#62;
&#60;p&#62;You'll need to change the code in the php files for each of those pages. So in functions-flagship.php you'll search for:&#60;br /&#62;
&#60;code&#62;inner_slide&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This is the code for the display of the individual portfolio(ajax). You can see that in the functions file, the slider and entry content are using the one_third and two_thirds classes. You'll need to change those to one_half and one_half so that its a 50/50 split for the content.&#60;/p&#62;
&#60;p&#62;In the includes&#38;gt;loop-portfolio-single file, the classes are grids. So the slideshow is using 8 unites of the 12 piece grid and the entry content is using 4. Here you'll need to change them both to six units. Search for:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;eight units alpha min_height_1&#38;quot;&#38;gt;

        &#38;lt;?php if($slider-&#38;gt;slidecount) echo $slider-&#38;gt;display(); ?&#38;gt;

&#38;lt;/div&#38;gt;

&#38;lt;div class=&#38;quot;four units entry-content&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and change it to:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;six units alpha min_height_1&#38;quot;&#38;gt;

        &#38;lt;?php if($slider-&#38;gt;slidecount) echo $slider-&#38;gt;display(); ?&#38;gt;

&#38;lt;/div&#38;gt;

&#38;lt;div class=&#38;quot;six units entry-content&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That should do it :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kushka on "50/50 image and text for portfolio item page and ajax view"</title>
			<link>http://www.kriesi.at/support/topic/5050-image-and-text-for-portfolio-item-page-and-ajax-view#post-62629</link>
			<pubDate>Thu, 28 Jun 2012 12:45:28 +0000</pubDate>
			<dc:creator>kushka</dc:creator>
			<guid isPermaLink="false">62629@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm trying to get portfolio entries as well as their ajax version to show the image and text at equal widths instead of two thirds and a third. Portrait slideshows are massive at two thirds of the page width.&#60;/p&#62;
&#60;p&#62;I've managed to get the ajax portfolio to show entries beautifully at 50/50 using this:  div.flex_column.two_third.first {width:50%;}&#60;br /&#62;
div.portfolio-entry.one_third {width: 44%;} but it of course messes up the two thirds shortcode. Would you tell me how it should be done?&#60;/p&#62;
&#60;p&#62;And I can't seem to find where to get the portfolio item page layout to do the same. Could you give me some magic code for that too?&#60;/p&#62;
&#60;p&#62;Sorry, an artist here with very basic coding knowledge who tweaks using an inspector. Any help would be greatly appreciated!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
