<?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 - User Favorites: mgma</title>
		<link><a href='http://www.kriesi.at/support/profile/mgma'>mgma</a></link>
		<description>Support Forum - User Favorites: mgma</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 04:57:32 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>mgma on "Can I somehow display portfolio category ALIASES in the setup instead of name?"</title>
			<link>http://www.kriesi.at/support/topic/can-i-somehow-display-portfolio-category-aliases-in-the-setup-instead-of-name#post-86990</link>
			<pubDate>Fri, 07 Dec 2012 21:24:14 +0000</pubDate>
			<dc:creator>mgma</dc:creator>
			<guid isPermaLink="false">86990@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;We solved this by appending a 'sub-cat' to the term name and then stripping out the sub in the display template.&#60;br /&#62;
So Best Sellers-dogs and Best Sellers-birds appear in wp-admin, but the public pages all show just 'Best Sellers'.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Can I somehow display portfolio category ALIASES in the setup instead of name?"</title>
			<link>http://www.kriesi.at/support/topic/can-i-somehow-display-portfolio-category-aliases-in-the-setup-instead-of-name#post-86741</link>
			<pubDate>Thu, 06 Dec 2012 07:06:09 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">86741@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; In this case you can try to replace all occurences of $category-&#38;gt;category_nicename in loop-portfolio.php with $category-&#38;gt;slug. I'm not sure if this will work though... &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mgma on "Can I somehow display portfolio category ALIASES in the setup instead of name?"</title>
			<link>http://www.kriesi.at/support/topic/can-i-somehow-display-portfolio-category-aliases-in-the-setup-instead-of-name#post-86737</link>
			<pubDate>Thu, 06 Dec 2012 07:01:39 +0000</pubDate>
			<dc:creator>mgma</dc:creator>
			<guid isPermaLink="false">86737@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes... so I can have unique portfolios that each contain their own &#34;Best Sellers&#34; category... the way I'll tell them apart, and assign portfolio items to them in the back end, is seeing their slugs. Cause otherwise they'll all say &#34;Best Sellers&#34; and I won ;t be able to tell which is which.&#60;/p&#62;
&#60;p&#62;Brilliant?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Can I somehow display portfolio category ALIASES in the setup instead of name?"</title>
			<link>http://www.kriesi.at/support/topic/can-i-somehow-display-portfolio-category-aliases-in-the-setup-instead-of-name#post-86699</link>
			<pubDate>Thu, 06 Dec 2012 05:30:47 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">86699@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62;I'm not sure how to do this but can I ask what advantages can you get from displaying the category aliases rather than the actual name?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mgma on "Can I somehow display portfolio category ALIASES in the setup instead of name?"</title>
			<link>http://www.kriesi.at/support/topic/can-i-somehow-display-portfolio-category-aliases-in-the-setup-instead-of-name#post-86689</link>
			<pubDate>Thu, 06 Dec 2012 04:54:07 +0000</pubDate>
			<dc:creator>mgma</dc:creator>
			<guid isPermaLink="false">86689@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks. Not working though. This changed them on the front end. The opposite of what I'm trying to achieve. I want the regular names on the front end, but the slugs on the back end. Is this a different PHP file?&#60;/p&#62;
&#60;p&#62;Thanks again...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Can I somehow display portfolio category ALIASES in the setup instead of name?"</title>
			<link>http://www.kriesi.at/support/topic/can-i-somehow-display-portfolio-category-aliases-in-the-setup-instead-of-name#post-86575</link>
			<pubDate>Wed, 05 Dec 2012 07:42:33 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">86575@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Open up includes/loop-portfolio.php and search for following line:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$output .= &#38;quot;class=&#38;#39;&#38;quot;.$category-&#38;gt;category_nicename.&#38;quot;_sort_button&#38;#39; &#38;gt;&#38;quot;.$category-&#38;gt;cat_name.&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can replace $category-&#38;gt;cat_name with eg the slug or the category nicename - if you i.e. want to use the slug then replace it with: $category-&#38;gt;slug .
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mgma on "Can I somehow display portfolio category ALIASES in the setup instead of name?"</title>
			<link>http://www.kriesi.at/support/topic/can-i-somehow-display-portfolio-category-aliases-in-the-setup-instead-of-name#post-86561</link>
			<pubDate>Wed, 05 Dec 2012 04:22:53 +0000</pubDate>
			<dc:creator>mgma</dc:creator>
			<guid isPermaLink="false">86561@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;And BTW... Names AND slugs would do the trick as well...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mgma on "Can I somehow display portfolio category ALIASES in the setup instead of name?"</title>
			<link>http://www.kriesi.at/support/topic/can-i-somehow-display-portfolio-category-aliases-in-the-setup-instead-of-name#post-86560</link>
			<pubDate>Wed, 05 Dec 2012 04:18:52 +0000</pubDate>
			<dc:creator>mgma</dc:creator>
			<guid isPermaLink="false">86560@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am trying to setup multiple portfolios that contain the same &#60;em&#62;name&#60;/em&#62; category (display when sorting... i.e &#34;Best Sellers&#34;) but a separate &#34;Best Sellers&#34; category in each portfolio.&#60;/p&#62;
&#60;p&#62;SO... when choosing which categories to pull from in the theme settings while setting up portfolios... as well as assigning posts to portfolio categories (check boxes on the right when creating a post)... how can I get these to display the category &#60;em&#62;slugs&#60;/em&#62; instead of the names... even though the names will show up when sorting these portfolios in the front end?&#60;/p&#62;
&#60;p&#62;Thanks...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mgma on "Creating table columns that span multiple rows..."</title>
			<link>http://www.kriesi.at/support/topic/creating-table-columns-that-span-multiple-rows#post-85822</link>
			<pubDate>Thu, 29 Nov 2012 07:05:56 +0000</pubDate>
			<dc:creator>mgma</dc:creator>
			<guid isPermaLink="false">85822@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you Ismael! I actually got it to work with a slight variance of regular cell HTML, but I'll need this as well. Brilliant.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Creating table columns that span multiple rows..."</title>
			<link>http://www.kriesi.at/support/topic/creating-table-columns-that-span-multiple-rows#post-84796</link>
			<pubDate>Wed, 21 Nov 2012 01:20:48 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">84796@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can add a unique class on a table column. Something like this&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[avia_table]
&#38;lt;table class=&#38;quot;description_row&#38;quot;&#38;gt;
&#38;lt;tbody&#38;gt;
&#38;lt;tr class=&#38;quot;description_row&#38;quot;&#38;gt;
&#38;lt;td&#38;gt;Edit&#38;lt;/td&#38;gt;
&#38;lt;td&#38;gt;Edit&#38;lt;/td&#38;gt;
&#38;lt;td&#38;gt;Edit&#38;lt;/td&#38;gt;
&#38;lt;/tr&#38;gt;
&#38;lt;tr class=&#38;quot;pricing-row&#38;quot;&#38;gt;
&#38;lt;td&#38;gt;Edit&#38;lt;/td&#38;gt;
&#38;lt;td&#38;gt;Edit&#38;lt;/td&#38;gt;
&#38;lt;td&#38;gt;Edit&#38;lt;/td&#38;gt;
&#38;lt;td class=&#38;quot;full-height&#38;quot;&#38;gt;Call or request a quote online for your best price!&#38;lt;/td&#38;gt;
&#38;lt;/tr&#38;gt;
&#38;lt;/tbody&#38;gt;
&#38;lt;/table&#38;gt;

[/avia_table]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then on your custom.css style the column with the &#34;full-height&#34; class.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.full-height {
position: absolute;
height: 87px!important;
top: 0px;
box-shadow: none!important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mgma on "Creating table columns that span multiple rows..."</title>
			<link>http://www.kriesi.at/support/topic/creating-table-columns-that-span-multiple-rows#post-84768</link>
			<pubDate>Tue, 20 Nov 2012 20:24:28 +0000</pubDate>
			<dc:creator>mgma</dc:creator>
			<guid isPermaLink="false">84768@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm using your table shortcodes. How do I create columns that span multiple rows? Like the tables at the bottom of this page... the pueple blocked areas...&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.donjohnston.com/products/cowriter/pricing_funding.html&#34; rel=&#34;nofollow&#34;&#62;http://www.donjohnston.com/products/cowriter/pricing_funding.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
