<?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: AJAX portfolio image size with sidebar</title>
		<link>http://www.kriesi.at/support/topic/ajax-portfolio-image-size-with-sidebar</link>
		<description>Support Forum - Topic: AJAX portfolio image size with sidebar</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 11:30:17 +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/ajax-portfolio-image-size-with-sidebar" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "AJAX portfolio image size with sidebar"</title>
			<link>http://www.kriesi.at/support/topic/ajax-portfolio-image-size-with-sidebar#post-96690</link>
			<pubDate>Thu, 14 Feb 2013 07:43:13 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">96690@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In this case just replace with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;div class=&#38;#39;flex_column two_third first&#38;#39;&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;div class=&#38;#39;flex_column one_third first&#38;#39;&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;div class=&#38;#39;portfolio-entry one_third&#38;#39;&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;div class=&#38;#39;portfolio-entry two_third&#38;#39;&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The layout will change from a 2/3 - 1/3 structure (66% slider and 33% content) to a 1/3 - 2/3 structure  (33% slider and  66% content).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Juanmalinares on "AJAX portfolio image size with sidebar"</title>
			<link>http://www.kriesi.at/support/topic/ajax-portfolio-image-size-with-sidebar#post-96528</link>
			<pubDate>Wed, 13 Feb 2013 15:08:28 +0000</pubDate>
			<dc:creator>Juanmalinares</dc:creator>
			<guid isPermaLink="false">96528@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, i'm trying to achieve the same as the first post, but i can't find:&#60;/p&#62;
&#60;p&#62;echo &#34;&#38;lt;div class='flex_column one_third first'&#38;gt;&#34;;&#60;br /&#62;
echo $data-&#38;gt;slider;&#60;br /&#62;
echo &#34;&#38;lt;/div&#38;gt;&#34;;&#60;br /&#62;
echo &#34;&#38;lt;div class='portfolio-entry two_third'&#38;gt;&#34;;&#60;/p&#62;
&#60;p&#62;Instead my functions.choices.php has:&#60;/p&#62;
&#60;p&#62;echo &#34;&#38;lt;div class='flex_column two_third first'&#38;gt;&#34;;&#60;br /&#62;
				echo $slider_html;&#60;br /&#62;
				echo &#34;&#38;lt;/div&#38;gt;&#34;;&#60;/p&#62;
&#60;p&#62;				echo &#34;&#38;lt;div class='portfolio-entry one_third'&#38;gt;&#34;;&#60;/p&#62;
&#60;p&#62;I can't find echo $data-&#38;gt;slider;  on the whole file.&#60;/p&#62;
&#60;p&#62;I'm just trying to make the portfolio image with ajax smaller so my images don't get blown up and blurry.&#60;/p&#62;
&#60;p&#62;example: &#60;a href=&#34;http://awesomescreenshot.com/0adxafi98&#34; rel=&#34;nofollow&#34;&#62;http://awesomescreenshot.com/0adxafi98&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Juanma
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "AJAX portfolio image size with sidebar"</title>
			<link>http://www.kriesi.at/support/topic/ajax-portfolio-image-size-with-sidebar#post-75591</link>
			<pubDate>Wed, 12 Sep 2012 16:28:36 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">75591@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Chris,&#60;/p&#62;
&#60;p&#62;Can we take a look at what you have now live? The image should be adapting to the size of the container so if you have changed the options in  the functions file it may need a css tweak as well.&#60;/p&#62;
&#60;p&#62;As for the other question, not as far as I know no. The sidebar is in an entirely different grid and pulled into the layout a separate object so to get the layout you are thinking about you would need to use instead a dynamic template and have the content set up in columns but then you would be limited by what the column element options are.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris on "AJAX portfolio image size with sidebar"</title>
			<link>http://www.kriesi.at/support/topic/ajax-portfolio-image-size-with-sidebar#post-75136</link>
			<pubDate>Mon, 10 Sep 2012 09:11:38 +0000</pubDate>
			<dc:creator>Chris</dc:creator>
			<guid isPermaLink="false">75136@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;I have edited the functions-choices.php file to display a smaller AJAX portfolio image size using the following code:&#60;/p&#62;
&#60;p&#62;echo &#34;&#38;lt;div class='flex_column one_third first'&#38;gt;&#34;;&#60;br /&#62;
				echo $data-&#38;gt;slider;&#60;br /&#62;
				echo &#34;&#38;lt;/div&#38;gt;&#34;;&#60;/p&#62;
&#60;p&#62;				echo &#34;&#38;lt;div class='portfolio-entry two_third'&#38;gt;&#34;;&#60;/p&#62;
&#60;p&#62;However, this doesnt work when i have a sidebar enabled. The portfolio image is very large when i have a sidebar. How can i change this?&#60;/p&#62;
&#60;p&#62;Also, is there any way to get the sidebar appearing along side the postfolio section only? So all the other parts/elements of my template page are full width, apart from the 'Portfolio' which has a sidebar.&#60;/p&#62;
&#60;p&#62;Many thanks,&#60;/p&#62;
&#60;p&#62;Chris.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
