<?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: Modify Portfolio Slideshow?</title>
		<link>http://www.kriesi.at/support/topic/modify-portfolio-slideshow</link>
		<description>Support Forum - Topic: Modify Portfolio Slideshow?</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 02:23:22 +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/modify-portfolio-slideshow" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Modify Portfolio Slideshow?"</title>
			<link>http://www.kriesi.at/support/topic/modify-portfolio-slideshow#post-91013</link>
			<pubDate>Thu, 10 Jan 2013 16:45:56 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">91013@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;If you wanted to edit the title within the portfolio overview it would be done with a bit of css. &#60;/p&#62;
&#60;p&#62;The terms are all pretty similar here so we may not be talking about the exact same thing. If you do want to alter things further, just make a screenshot pointing out exactly which elements you are trying to modify and we'll see what can be done.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>floodster on "Modify Portfolio Slideshow?"</title>
			<link>http://www.kriesi.at/support/topic/modify-portfolio-slideshow#post-90866</link>
			<pubDate>Wed, 09 Jan 2013 22:04:31 +0000</pubDate>
			<dc:creator>floodster</dc:creator>
			<guid isPermaLink="false">90866@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you for your comment, Devin. I believe you are referring to the meta data for what is shown in the slideshow, correct? I do not want that displayed, and have removed it as you noted. My more recent question was regarding editing the format of the meta data for the thumbnails below the main slideshow. For the time being, I have removed the code that displays the portfolio title, but I am still curious about the best way to edit it's characteristics should I decide to display it again.&#60;/p&#62;
&#60;p&#62;All the Best,&#60;/p&#62;
&#60;p&#62;Ryan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Modify Portfolio Slideshow?"</title>
			<link>http://www.kriesi.at/support/topic/modify-portfolio-slideshow#post-90841</link>
			<pubDate>Wed, 09 Jan 2013 19:17:56 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">90841@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ryan,&#60;/p&#62;
&#60;p&#62;The changes made to the inner_slide div removed the meta data, title and content from being generated. If you wanted to add it back in, you would need to add the following after the slideshow but still inside the inner_slide div:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;div class=&#38;#39;portfolio-entry&#38;#39;&#38;gt;&#38;quot;;
	echo &#38;quot;&#38;lt;h1 class=&#38;#39;ajax-portfolio-title&#38;#39;&#38;gt;&#38;quot;.get_the_title().&#38;quot;&#38;lt;/h1&#38;gt;&#38;quot;;

	echo &#38;quot;&#38;lt;div class=&#38;#39;entry-content&#38;#39;&#38;gt;&#38;quot;;
	$meta = avia_portfolio_meta($id);
	if($meta)
	{
		echo avia_advanced_hr(false, &#38;#39;small&#38;#39;);
		echo $meta;
	}
	echo avia_advanced_hr(false, &#38;#39;small&#38;#39;);
	the_content(__(&#38;#39;Read more  &#38;amp;rarr;&#38;#39;,&#38;#39;avia_framework&#38;#39;));
	echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;

	echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>floodster on "Modify Portfolio Slideshow?"</title>
			<link>http://www.kriesi.at/support/topic/modify-portfolio-slideshow#post-90707</link>
			<pubDate>Tue, 08 Jan 2013 23:17:39 +0000</pubDate>
			<dc:creator>floodster</dc:creator>
			<guid isPermaLink="false">90707@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The site, in a very rough stage of development, is here: &#60;a href=&#34;http://www.fsphotographers.com/angular&#34; rel=&#34;nofollow&#34;&#62;http://www.fsphotographers.com/angular&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Modify Portfolio Slideshow?"</title>
			<link>http://www.kriesi.at/support/topic/modify-portfolio-slideshow#post-90316</link>
			<pubDate>Mon, 07 Jan 2013 07:54:20 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">90316@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can you post a link to your website please. It seems like Ismael already removed the two_third class from the slideshow container and the slideshow container should be &#34;fullwidth&#34; now (covers the entire content area). I'd like to investigate the source code - this helps us to find the issue.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>floodster on "Modify Portfolio Slideshow?"</title>
			<link>http://www.kriesi.at/support/topic/modify-portfolio-slideshow#post-90312</link>
			<pubDate>Mon, 07 Jan 2013 06:34:19 +0000</pubDate>
			<dc:creator>floodster</dc:creator>
			<guid isPermaLink="false">90312@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes, I am talking about the AJAX Portfolio slideshow that is generated by a custom page template, which I am using as a front-page. I successfully removed the thinline border by modifying the css through the custom.css file.&#60;/p&#62;
&#60;p&#62;I am still unsure of how to edit attributes of the portfolio grid beneath the AJAX slideshow. Thoughts?&#60;/p&#62;
&#60;p&#62;Many Thanks,&#60;/p&#62;
&#60;p&#62;Ryan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Modify Portfolio Slideshow?"</title>
			<link>http://www.kriesi.at/support/topic/modify-portfolio-slideshow#post-90299</link>
			<pubDate>Mon, 07 Jan 2013 02:41:26 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">90299@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Are you talking about the AJAX Portfolio slideshow? Would you like to remove the info on the right side then make the slideshow fullwidth?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>floodster on "Modify Portfolio Slideshow?"</title>
			<link>http://www.kriesi.at/support/topic/modify-portfolio-slideshow#post-90284</link>
			<pubDate>Sun, 06 Jan 2013 22:11:19 +0000</pubDate>
			<dc:creator>floodster</dc:creator>
			<guid isPermaLink="false">90284@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ishmael,&#60;/p&#62;
&#60;p&#62;Thank you so much for the assistance. That worked very well! I have a few other questions for you, if you don't mind...&#60;/p&#62;
&#60;p&#62;Ideally, I would like to remove the thin border around the slideshow container, and have the images of the show take up the full-width, which would be the exact same width as the portfolio thumbnails beneath it. Is there an easy way to do that? &#60;/p&#62;
&#60;p&#62;I am also curious if the Portfolio thumbnails in the grid can be changed to a square format, rather than the standard rectangles.&#60;/p&#62;
&#60;p&#62;Thank you in advance!&#60;/p&#62;
&#60;p&#62;Ryan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Modify Portfolio Slideshow?"</title>
			<link>http://www.kriesi.at/support/topic/modify-portfolio-slideshow#post-90261</link>
			<pubDate>Sun, 06 Jan 2013 10:51:09 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">90261@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi floodster,&#60;/p&#62;
&#60;p&#62;Kindly go to wp-content/themes/angular/includes/helper-templates.php and find this code block (line 1230) :&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;div class=&#38;#39;inner_slide&#38;#39;&#38;gt;&#38;quot;;

	echo &#38;quot;&#38;lt;div class=&#38;#39;flex_column two_third first&#38;#39;&#38;gt;&#38;quot;;

	if(!post_password_required())
	{
	echo $dataHTML;
	}

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

	echo &#38;quot;&#38;lt;div class=&#38;#39;portfolio-entry one_third&#38;#39;&#38;gt;&#38;quot;;
	echo &#38;quot;&#38;lt;h1 class=&#38;#39;ajax-portfolio-title&#38;#39;&#38;gt;&#38;quot;.get_the_title().&#38;quot;&#38;lt;/h1&#38;gt;&#38;quot;;

	echo &#38;quot;&#38;lt;div class=&#38;#39;entry-content&#38;#39;&#38;gt;&#38;quot;;
	$meta = avia_portfolio_meta($id);
	if($meta)
	{
		echo avia_advanced_hr(false, &#38;#39;small&#38;#39;);
		echo $meta;
	}
	echo avia_advanced_hr(false, &#38;#39;small&#38;#39;);
	the_content(__(&#38;#39;Read more  &#38;amp;rarr;&#38;#39;,&#38;#39;avia_framework&#38;#39;));
	echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;

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

echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;replace it with this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;div class=&#38;#39;inner_slide&#38;#39;&#38;gt;&#38;quot;;

	echo &#38;quot;&#38;lt;div class=&#38;#39;flex_column alpha omega&#38;#39;&#38;gt;&#38;quot;;

	if(!post_password_required())
	{
	echo $dataHTML;
	}

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

echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>floodster on "Modify Portfolio Slideshow?"</title>
			<link>http://www.kriesi.at/support/topic/modify-portfolio-slideshow#post-90211</link>
			<pubDate>Sat, 05 Jan 2013 17:59:12 +0000</pubDate>
			<dc:creator>floodster</dc:creator>
			<guid isPermaLink="false">90211@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Does anyone have experience modifying the layout for a featured slideshow in a portfolio? Is this even possible?&#60;/p&#62;
&#60;p&#62;I'm specifically trying to alter &#38;lt;div class=&#34;ajax-portfolio-response&#34;&#38;gt; found in the dynamic portfolio element. I would like to make the image appear at full-width and remove the title text and description. &#60;/p&#62;
&#60;p&#62;Any help is much appreciated!!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
