<?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: Flagship - Gallery: Page using dynamic template, specific to portfolio catagory</title>
		<link>http://www.kriesi.at/support/topic/flagship-gallery-page-using-dynamic-template-specific-to-portfolio-catagory</link>
		<description>Support Forum - Topic: Flagship - Gallery: Page using dynamic template, specific to portfolio catagory</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 15:30:51 +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/flagship-gallery-page-using-dynamic-template-specific-to-portfolio-catagory" rel="self" type="application/rss+xml" />

		<item>
			<title>Mya on "Flagship - Gallery: Page using dynamic template, specific to portfolio catagory"</title>
			<link>http://www.kriesi.at/support/topic/flagship-gallery-page-using-dynamic-template-specific-to-portfolio-catagory#post-72399</link>
			<pubDate>Thu, 23 Aug 2012 02:02:05 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">72399@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great! Glad you were able to find a way and thanks for posting your solution for others to see.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dnikitiuk on "Flagship - Gallery: Page using dynamic template, specific to portfolio catagory"</title>
			<link>http://www.kriesi.at/support/topic/flagship-gallery-page-using-dynamic-template-specific-to-portfolio-catagory#post-72394</link>
			<pubDate>Thu, 23 Aug 2012 00:00:56 +0000</pubDate>
			<dc:creator>dnikitiuk</dc:creator>
			<guid isPermaLink="false">72394@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Dude,&#60;/p&#62;
&#60;p&#62;I was able to make it work by having the portfolio item open to the lightbox and then adding link=&#34;file&#34; to the code.&#60;/p&#62;
&#60;p&#62;&#38;lt;div class=&#34;one_half first flex_column&#34;&#38;gt;&#60;br /&#62;
&#38;lt;h2&#38;gt;Sizing&#38;lt;/h2&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt; &#38;lt;div class=&#34;one_half flex_column&#34;&#38;gt;&#60;br /&#62;
&#38;lt;h2&#38;gt;Gallery&#38;lt;/h2&#38;gt;&#60;br /&#62;
[gallery id=&#34;PORTFOLIO_WARP1&#34; link=&#34;file&#34;]&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;Portfolio Example:&#60;br /&#62;
&#60;a href=&#34;http://aquabionic.ca/portfolio_warp1/&#34; rel=&#34;nofollow&#34;&#62;http://aquabionic.ca/portfolio_warp1/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Gallery using Portfolio using dynamic template Example (bottom of page):&#60;br /&#62;
&#60;a href=&#34;http://aquabionic.ca/products/&#34; rel=&#34;nofollow&#34;&#62;http://aquabionic.ca/products/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Flagship - Gallery: Page using dynamic template, specific to portfolio catagory"</title>
			<link>http://www.kriesi.at/support/topic/flagship-gallery-page-using-dynamic-template-specific-to-portfolio-catagory#post-72233</link>
			<pubDate>Wed, 22 Aug 2012 06:34:13 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">72233@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Afaik it's not always possible to wrap a shortcode into another shortcode and this also applies to the column shortcode. You can try following code though:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;one_half first flex_column&#38;quot;&#38;gt;
&#38;lt;h2&#38;gt;Sizing&#38;lt;/h2&#38;gt;
&#38;lt;/div&#38;gt; &#38;lt;div class=&#38;quot;one_half flex_column&#38;quot;&#38;gt;
&#38;lt;h2&#38;gt;Gallery&#38;lt;/h2&#38;gt;
[gallery= &#38;quot;gallery-warp1&#38;quot;]
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>dnikitiuk on "Flagship - Gallery: Page using dynamic template, specific to portfolio catagory"</title>
			<link>http://www.kriesi.at/support/topic/flagship-gallery-page-using-dynamic-template-specific-to-portfolio-catagory#post-72190</link>
			<pubDate>Tue, 21 Aug 2012 23:26:34 +0000</pubDate>
			<dc:creator>dnikitiuk</dc:creator>
			<guid isPermaLink="false">72190@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;What is the correct way to have a gallery display within a page as shown in the demo.  I would like it to be based from the portfolio if possible, but the short codes do not work.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.kriesi.at/themedemo/?theme=flagship&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themedemo/?theme=flagship&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://codex.wordpress.org/Gallery_Shortcode&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Gallery_Shortcode&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I've tried creating a page &#34;Gallery-warp1&#34; that calls up a dynamic template &#34;Gallery Page&#34; that selects the &#34;WARP1&#34; portfolio category, as referenced by this other support thread, but the images do not show up in the portfolio or gallery of the portfolio.&#60;br /&#62;
&#60;a href=&#34;http://www.kriesi.at/support/topic/gallery-not-showing-1&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/gallery-not-showing-1&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any suggestions?&#60;/p&#62;
&#60;p&#62;Screen shot download:&#60;br /&#62;
&#60;a href=&#34;https://www.dropbox.com/s/8zp0wnudblrtcyq/Portfolio_Gallery.jpg&#34; rel=&#34;nofollow&#34;&#62;https://www.dropbox.com/s/8zp0wnudblrtcyq/Portfolio_Gallery.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;My end goal is to be able to call up the specific portfolio gallery within a half size column:&#60;br /&#62;
[one_half first]&#60;br /&#62;
&#38;lt;h2&#38;gt;Sizing&#38;lt;/h2&#38;gt;&#60;br /&#62;
[/one_half]&#60;br /&#62;
[one_half]&#60;br /&#62;
&#38;lt;h2&#38;gt;Gallery&#38;lt;/h2&#38;gt;&#60;br /&#62;
[gallery= &#34;gallery-warp1&#34;]&#60;br /&#62;
[/one_half]
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
