<?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: Mya</title>
		<link><a href='http://www.kriesi.at/support/profile/mya'>mya</a></link>
		<description>Support Forum - User Favorites: Mya</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 13:01:41 +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>Dude on "Infinite Scroll settings?"</title>
			<link>http://www.kriesi.at/support/topic/infinite-scroll-settings#post-81302</link>
			<pubDate>Sun, 28 Oct 2012 07:03:03 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">81302@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Unfortunately this requires some custom work and is a bit time intensive. However there's a cheap premium extension out there which should work: &#60;a href=&#34;http://61extensions.com/shop/woocommerce-infinite-product-scroll/&#34; rel=&#34;nofollow&#34;&#62;http://61extensions.com/shop/woocommerce-infinite-product-scroll/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lwr415 on "Infinite Scroll settings?"</title>
			<link>http://www.kriesi.at/support/topic/infinite-scroll-settings#post-81204</link>
			<pubDate>Fri, 26 Oct 2012 17:18:18 +0000</pubDate>
			<dc:creator>lwr415</dc:creator>
			<guid isPermaLink="false">81204@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude,&#60;/p&#62;
&#60;p&#62;Thank you for share this method.&#60;br /&#62;
Could you please give me some advices if I would like to use this scrolling way in my product catalog page. &#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
LWR
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Beholder123 on "Latest Portfolio Widget: Random order"</title>
			<link>http://www.kriesi.at/support/topic/latest-portfolio-widget-random-order#post-79573</link>
			<pubDate>Fri, 12 Oct 2012 19:37:39 +0000</pubDate>
			<dc:creator>Beholder123</dc:creator>
			<guid isPermaLink="false">79573@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Perfect!&#60;/p&#62;
&#60;p&#62;You guys rock!&#60;/p&#62;
&#60;p&#62;Thank you very much,&#60;br /&#62;
Andi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Latest Portfolio Widget: Random order"</title>
			<link>http://www.kriesi.at/support/topic/latest-portfolio-widget-random-order#post-79540</link>
			<pubDate>Fri, 12 Oct 2012 12:02:37 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">79540@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I think I found the issue - it's framework/widget class related and I'll ask Kriesi to look into it. For now you can try following - replace following code in eunoia\framework\php\class-framework-widgets.php&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$new_query = array(	&#38;quot;posts_per_page&#38;quot;=&#38;gt;$count, &#38;#39;tax_query&#38;#39; =&#38;gt; array(
													array( &#38;#39;taxonomy&#38;#39; =&#38;gt; $this-&#38;gt;avia_term,
														   &#38;#39;field&#38;#39; =&#38;gt; &#38;#39;id&#38;#39;,
														   &#38;#39;terms&#38;#39; =&#38;gt; explode(&#38;#39;,&#38;#39;, $cat),
														   &#38;#39;operator&#38;#39; =&#38;gt; &#38;#39;IN&#38;#39;)
														  )
													);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$orderby = ($this-&#38;gt;avia_term == &#38;#39;portfolio_entries&#38;#39;) ? &#38;#39;rand&#38;#39; : &#38;#39;date&#38;#39;;
					$new_query = array(	&#38;quot;posts_per_page&#38;quot;=&#38;gt;$count, &#38;#39;orderby&#38;#39; =&#38;gt; $orderby, &#38;#39;tax_query&#38;#39; =&#38;gt; array(
													array( &#38;#39;taxonomy&#38;#39; =&#38;gt; $this-&#38;gt;avia_term,
														   &#38;#39;field&#38;#39; =&#38;gt; &#38;#39;id&#38;#39;,
														   &#38;#39;terms&#38;#39; =&#38;gt; explode(&#38;#39;,&#38;#39;, $cat),
														   &#38;#39;operator&#38;#39; =&#38;gt; &#38;#39;IN&#38;#39;)
														  )
													);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Don't forget to revert the change(s) we provided in the last posts.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Beholder123 on "Latest Portfolio Widget: Random order"</title>
			<link>http://www.kriesi.at/support/topic/latest-portfolio-widget-random-order#post-79538</link>
			<pubDate>Fri, 12 Oct 2012 11:22:53 +0000</pubDate>
			<dc:creator>Beholder123</dc:creator>
			<guid isPermaLink="false">79538@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;With this code I am getting the empty widget again.&#60;/p&#62;
&#60;p&#62;I am really sorry that I am keeping you that busy - thank you very much for your effort.&#60;/p&#62;
&#60;p&#62;Best regards&#60;br /&#62;
Andi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Latest Portfolio Widget: Random order"</title>
			<link>http://www.kriesi.at/support/topic/latest-portfolio-widget-random-order#post-79508</link>
			<pubDate>Fri, 12 Oct 2012 06:32:44 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">79508@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try following code instead:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$this-&#38;gt;avia_new_query  =
	array(&#38;#39;showposts&#38;#39; =&#38;gt; $count,
			&#38;#39;orderby&#38;#39;=&#38;gt; &#38;#39;rand&#38;#39;,
			&#38;#39;tax_query&#38;#39; =&#38;gt; array(
            	array( &#38;#39;taxonomy&#38;#39; =&#38;gt; $this-&#38;gt;avia_term,
						&#38;#39;field&#38;#39; =&#38;gt; &#38;#39;id&#38;#39;,
						&#38;#39;terms&#38;#39; =&#38;gt; explode(&#38;#39;,&#38;#39;, $cat),
					&#38;#39;operator&#38;#39; =&#38;gt; &#38;#39;IN&#38;#39;
	 			)
    		),
			&#38;#39;post_type&#38;#39; =&#38;gt; array(&#38;#39;portfolio&#38;#39;)
		);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Now you're able to use the widget settings to adjust the number of posts, categories, etc.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Beholder123 on "Latest Portfolio Widget: Random order"</title>
			<link>http://www.kriesi.at/support/topic/latest-portfolio-widget-random-order#post-79468</link>
			<pubDate>Thu, 11 Oct 2012 19:47:07 +0000</pubDate>
			<dc:creator>Beholder123</dc:creator>
			<guid isPermaLink="false">79468@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you very much! This seems to work, I can see random entries now.&#60;/p&#62;
&#60;p&#62;However, there are some issues remaining:&#60;/p&#62;
&#60;p&#62;My aim is to show two widgets: 1 showing 2 posts from category A, and 1 showing 4 posts from category B.&#60;br /&#62;
- Only one entry per widget is shown.&#60;br /&#62;
- Both widgets are showing both categories.&#60;br /&#62;
- Even private entrys are shown.&#60;/p&#62;
&#60;p&#62;Besides this, it's working great!&#60;/p&#62;
&#60;p&#62;I hope we can solve these minor issues finally.&#60;/p&#62;
&#60;p&#62;Thank you&#60;br /&#62;
Andi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Latest Portfolio Widget: Random order"</title>
			<link>http://www.kriesi.at/support/topic/latest-portfolio-widget-random-order#post-79436</link>
			<pubDate>Thu, 11 Oct 2012 15:28:44 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">79436@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Tried and tested. Please follow the steps in Dude's original reply regarding where to paste the code below:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$this-&#38;gt;avia_new_query  = (array(&#38;#39;showposts&#38;#39; =&#38;gt; 1, &#38;#39;orderby&#38;#39;=&#38;gt; &#38;#39;rand&#38;#39;, &#38;#39;post_type&#38;#39; =&#38;gt; array(&#38;#39;portfolio&#38;#39;)));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Please keep refreshing page, even if five in a row appear the same. Sometimes randomness can look quite static.&#60;/p&#62;
&#60;p&#62;I even made a commemorative video to document this achievement  - &#60;a href=&#34;https://docs.google.com/open?id=0B8hqGBMSfHtKdk4xbmlXdXYyRDg&#34; rel=&#34;nofollow&#34;&#62;https://docs.google.com/open?id=0B8hqGBMSfHtKdk4xbmlXdXYyRDg&#60;/a&#62; -  (for some reason nothing was working for the longest time).&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Latest Portfolio Widget: Random order"</title>
			<link>http://www.kriesi.at/support/topic/latest-portfolio-widget-random-order#post-79347</link>
			<pubDate>Thu, 11 Oct 2012 04:03:51 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">79347@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please try to remove browser history and cache. I have no more idea what to do. Let me tag the rest of the support team.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Beholder123 on "Latest Portfolio Widget: Random order"</title>
			<link>http://www.kriesi.at/support/topic/latest-portfolio-widget-random-order#post-79308</link>
			<pubDate>Wed, 10 Oct 2012 20:57:51 +0000</pubDate>
			<dc:creator>Beholder123</dc:creator>
			<guid isPermaLink="false">79308@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I hate to say, but there is still no random display.&#60;/p&#62;
&#60;p&#62;How can we figure this out?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Latest Portfolio Widget: Random order"</title>
			<link>http://www.kriesi.at/support/topic/latest-portfolio-widget-random-order#post-79187</link>
			<pubDate>Wed, 10 Oct 2012 05:51:00 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">79187@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi.&#60;/p&#62;
&#60;p&#62;This code is included on AVIA NEWSBOX section, find this code&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$new_query = array(&#38;quot;posts_per_page&#38;quot;=&#38;gt;$count,&#38;quot;post_type&#38;quot;=&#38;gt;$this-&#38;gt;avia_post_type);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Then replace it with this.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$new_query = array(&#38;quot;posts_per_page&#38;quot;=&#38;gt;$count,&#38;quot;post_type&#38;quot;=&#38;gt;$this-&#38;gt;avia_post_type,&#38;quot;orderby&#38;quot;=&#38;gt;&#38;quot;rand&#38;quot;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Remove browser cache then reload the page 3-5 times and see if it works. It works in my end.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Beholder123 on "Latest Portfolio Widget: Random order"</title>
			<link>http://www.kriesi.at/support/topic/latest-portfolio-widget-random-order#post-79161</link>
			<pubDate>Tue, 09 Oct 2012 19:37:14 +0000</pubDate>
			<dc:creator>Beholder123</dc:creator>
			<guid isPermaLink="false">79161@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Guys, I am feeling very sorry, but I still can't see anything ;-)&#60;/p&#62;
&#60;p&#62;I am replacing&#60;br /&#62;
$this-&#38;gt;avia_new_query = ''; //set a custom query here&#60;br /&#62;
in the Avia Portfoliobox section. Is that correct?&#60;/p&#62;
&#60;p&#62;Regards&#60;br /&#62;
Andi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Latest Portfolio Widget: Random order"</title>
			<link>http://www.kriesi.at/support/topic/latest-portfolio-widget-random-order#post-79029</link>
			<pubDate>Mon, 08 Oct 2012 20:58:56 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">79029@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Never fear, we almost have it right where we want it. Please try this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$this-&#38;gt;avia_new_query=array(
    &#38;#39;orderby&#38;#39; =&#38;gt; &#38;#39;rand&#38;#39;,
    &#38;#39;posts_per_page&#38;#39; =&#38;gt; -1,
    &#38;#39;post_type&#38;#39; =&#38;gt; $this-&#38;gt;avia_post_type,
    &#38;#39;tax_query&#38;#39; =&#38;gt; array(
            array( &#38;#39;taxonomy&#38;#39; =&#38;gt; $this-&#38;gt;avia_term,
	&#38;#39;field&#38;#39; =&#38;gt; &#38;#39;id&#38;#39;,
	&#38;#39;terms&#38;#39; =&#38;gt; explode(&#38;#39;,&#38;#39;, $cat),
	&#38;#39;operator&#38;#39; =&#38;gt; &#38;#39;IN&#38;#39;
	 )
    )
);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Beholder123 on "Latest Portfolio Widget: Random order"</title>
			<link>http://www.kriesi.at/support/topic/latest-portfolio-widget-random-order#post-79022</link>
			<pubDate>Mon, 08 Oct 2012 20:05:14 +0000</pubDate>
			<dc:creator>Beholder123</dc:creator>
			<guid isPermaLink="false">79022@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick,&#60;/p&#62;
&#60;p&#62;thank you for your effort.&#60;/p&#62;
&#60;p&#62;The number of shown items has changed to zero, unfortunately.&#60;/p&#62;
&#60;p&#62;I hope you do have another idea to solve this.&#60;/p&#62;
&#60;p&#62;Best regards&#60;br /&#62;
Andi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Latest Portfolio Widget: Random order"</title>
			<link>http://www.kriesi.at/support/topic/latest-portfolio-widget-random-order#post-78912</link>
			<pubDate>Mon, 08 Oct 2012 07:22:42 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">78912@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Could you try this please:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$this-&#38;gt;avia_new_query = array(	&#38;#39;orderby&#38;#39; 	=&#38;gt; &#38;#39;rand&#38;#39;,
 &#38;#39;posts_per_page&#38;#39; =&#38;gt;-1,
 &#38;#39;tax_query&#38;#39; =&#38;gt; array( 	array( 	&#38;#39;taxonomy&#38;#39; 	=&#38;gt; $this-&#38;gt;avia_term,
  &#38;#39;field&#38;#39; 	=&#38;gt; &#38;#39;id&#38;#39;,
  &#38;#39;terms&#38;#39; 	=&#38;gt; explode(&#38;#39;,&#38;#39;, $cat),
  &#38;#39;operator&#38;#39; 	=&#38;gt; &#38;#39;IN&#38;#39;)));
 //-1 change for $count&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Any difference in number of portfolio items shown? &#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Latest Portfolio Widget: Random order"</title>
			<link>http://www.kriesi.at/support/topic/latest-portfolio-widget-random-order#post-78904</link>
			<pubDate>Mon, 08 Oct 2012 06:05:33 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">78904@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Andi,&#60;/p&#62;
&#60;p&#62;The &#34;orderby&#34;=&#38;gt;&#34;rand&#34; should have done the trick but I'm not sure why it didn't work on your end. Let me tag the rest of the support to see the issue.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Beholder123 on "Latest Portfolio Widget: Random order"</title>
			<link>http://www.kriesi.at/support/topic/latest-portfolio-widget-random-order#post-78758</link>
			<pubDate>Sat, 06 Oct 2012 07:23:26 +0000</pubDate>
			<dc:creator>Beholder123</dc:creator>
			<guid isPermaLink="false">78758@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;OK, now I can see the elements again, but they are still in the same order. I turned off the cache.&#60;br /&#62;
Regards&#60;br /&#62;
Andi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Latest Portfolio Widget: Random order"</title>
			<link>http://www.kriesi.at/support/topic/latest-portfolio-widget-random-order#post-78731</link>
			<pubDate>Sat, 06 Oct 2012 02:08:09 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">78731@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Remove all of the changes you've done and find this code instead&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$new_query = array(&#38;quot;posts_per_page&#38;quot;=&#38;gt;$count,&#38;quot;post_type&#38;quot;=&#38;gt;$this-&#38;gt;avia_post_type);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Replace it with this &#60;/p&#62;
&#60;p&#62;&#60;code&#62;$new_query = array(&#38;quot;posts_per_page&#38;quot;=&#38;gt;$count,&#38;quot;post_type&#38;quot;=&#38;gt;$this-&#38;gt;avia_post_type,&#38;quot;orderby&#38;quot;=&#38;gt;&#38;quot;rand&#38;quot;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Beholder123 on "Latest Portfolio Widget: Random order"</title>
			<link>http://www.kriesi.at/support/topic/latest-portfolio-widget-random-order#post-78720</link>
			<pubDate>Fri, 05 Oct 2012 20:55:48 +0000</pubDate>
			<dc:creator>Beholder123</dc:creator>
			<guid isPermaLink="false">78720@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am sorry, but there's still only an empty widget. That didn't work as well.&#60;/p&#62;
&#60;p&#62;Regards&#60;br /&#62;
Andi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Latest Portfolio Widget: Random order"</title>
			<link>http://www.kriesi.at/support/topic/latest-portfolio-widget-random-order#post-78596</link>
			<pubDate>Fri, 05 Oct 2012 04:57:41 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">78596@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Try this instead.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$this-&#38;gt;avia_new_query =  array(	&#38;#39;orderby&#38;#39; =&#38;gt; &#38;#39;rand&#38;#39;, &#38;#39;tax_query&#38;#39; =&#38;gt; array(
													array( &#38;#39;taxonomy&#38;#39; =&#38;gt; $this-&#38;gt;avia_term,
														   &#38;#39;field&#38;#39; =&#38;gt; &#38;#39;id&#38;#39;,
														   &#38;#39;terms&#38;#39; =&#38;gt; explode(&#38;#39;,&#38;#39;, $cat),
														   &#38;#39;operator&#38;#39; =&#38;gt; &#38;#39;IN&#38;#39;)
														  )
													);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Beholder123 on "Latest Portfolio Widget: Random order"</title>
			<link>http://www.kriesi.at/support/topic/latest-portfolio-widget-random-order#post-78565</link>
			<pubDate>Thu, 04 Oct 2012 20:44:18 +0000</pubDate>
			<dc:creator>Beholder123</dc:creator>
			<guid isPermaLink="false">78565@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Dude,&#60;/p&#62;
&#60;p&#62;thank you very much, but unfortunately this leads to an empty widget.&#60;/p&#62;
&#60;p&#62;Any ideas?&#60;/p&#62;
&#60;p&#62;Regards&#60;br /&#62;
Andi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Latest Portfolio Widget: Random order"</title>
			<link>http://www.kriesi.at/support/topic/latest-portfolio-widget-random-order#post-78495</link>
			<pubDate>Thu, 04 Oct 2012 05:58:14 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">78495@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In eunoia\framework\php\class-framework-widgets.php replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$this-&#38;gt;avia_new_query = &#38;#39;&#38;#39;; //set a custom query here&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$this-&#38;gt;avia_new_query =  array(	&#38;quot;posts_per_page&#38;quot;=&#38;gt;$count, orderby =&#38;gt; &#38;#39;rand&#38;#39;, &#38;#39;tax_query&#38;#39; =&#38;gt; array(
													array( &#38;#39;taxonomy&#38;#39; =&#38;gt; $this-&#38;gt;avia_term,
														   &#38;#39;field&#38;#39; =&#38;gt; &#38;#39;id&#38;#39;,
														   &#38;#39;terms&#38;#39; =&#38;gt; explode(&#38;#39;,&#38;#39;, $cat),
														   &#38;#39;operator&#38;#39; =&#38;gt; &#38;#39;IN&#38;#39;)
														  )
													);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Beholder123 on "Latest Portfolio Widget: Random order"</title>
			<link>http://www.kriesi.at/support/topic/latest-portfolio-widget-random-order#post-78449</link>
			<pubDate>Wed, 03 Oct 2012 20:37:23 +0000</pubDate>
			<dc:creator>Beholder123</dc:creator>
			<guid isPermaLink="false">78449@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Guys,&#60;/p&#62;
&#60;p&#62;this is a great theme!&#60;/p&#62;
&#60;p&#62;However, I have a question:&#60;/p&#62;
&#60;p&#62;How can I showcase random portfolio elements in a widget? The lastest widget is ordered by date and I didn't find how to change in to random.&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Andi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Callout translation - WPML"</title>
			<link>http://www.kriesi.at/support/topic/callout-translation-wpml#post-77897</link>
			<pubDate>Sat, 29 Sep 2012 15:20:25 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">77897@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;These are useful stuff. Thank Nick. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>szireal on "Callout translation - WPML"</title>
			<link>http://www.kriesi.at/support/topic/callout-translation-wpml#post-77882</link>
			<pubDate>Sat, 29 Sep 2012 10:40:54 +0000</pubDate>
			<dc:creator>szireal</dc:creator>
			<guid isPermaLink="false">77882@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you Nick! I have the cms version I did the cofiguration and everything but didn't know that I have 2 backends, now everything is clear and works fine!&#60;/p&#62;
&#60;p&#62;Thank you very much, I really appreciate your help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Callout translation - WPML"</title>
			<link>http://www.kriesi.at/support/topic/callout-translation-wpml#post-77814</link>
			<pubDate>Fri, 28 Sep 2012 21:18:52 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">77814@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; is not the type of plugin that you activate and it takes care of everything else. You need to first set it up and configure it. Also you are aware that there are multiple versions of the plugin (cms &#38;amp; blog) with completely different functionality? Which version are you currently using? Is your site being setup as a blog or a cms?&#60;/p&#62;
&#60;p&#62;Please refer to the &#60;a href=&#34;http://wpml.org/documentation/getting-started-guide/?aid=8271&#38;amp;affiliate_key=K9b6X1wRp9SS&#34;&#62; &#60;a href=&#34;http://wpml.org/documentation/getting-started-guide/&#34; rel=&#34;nofollow&#34;&#62;http://wpml.org/documentation/getting-started-guide/&#60;/a&#62;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;1) After you activate the plugin, you click the configure link right under its name in the Plugin section of the backend.  You select the current language, the languages which you wish to translate into, then you select the language switcher options that suits your website, and click Finish.&#60;/p&#62;
&#60;p&#62;2) Now on top of the backend you see the language dropdown box showing the root language of the site - English lets say, and I selected Spanish as the translation( for this example). You now have two completely different backends in your site which are *independent of one another*, an English and a Spanish.  So you first create a home page, or a portfolio page,or  any page in English backend and save it. Then you use the language dropdown box on top in the backend to switch to the Spanish version of the backend , and *re-create* or import etc.. the Spanish versions of your English pages. You will notice in the backend the menu link 'Flagship' will become 'Flagship EN' and will change to 'Flagship ES' when you use the dropdown to enter the various versions.&#60;/p&#62;
&#60;p&#62;So, to answer your question. , If you have an English (root) template which you applied to a page you designated as your homepage. you would switch to Spanish (or your language choice) . But you would *NOT* see those templates nor the pages you just made because those are in the 'English backend'. You would have to recreate them all over in the Spanish version. Then create a new Spanish page, apply the Spanish homepage template to it, and link it to the English home page via the dropdown in the Add Page or Add Post pages.&#60;/p&#62;
&#60;p&#62;If you've done all the above, and linked the translated version to the root version of the page and still are not seeing anything, please try re-installing the plugin and do speak to the &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; support staff and I am certain between the two support teams we will get you running smoothly.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>szireal on "Callout translation - WPML"</title>
			<link>http://www.kriesi.at/support/topic/callout-translation-wpml#post-77802</link>
			<pubDate>Fri, 28 Sep 2012 17:58:30 +0000</pubDate>
			<dc:creator>szireal</dc:creator>
			<guid isPermaLink="false">77802@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Mya,&#60;/p&#62;
&#60;p&#62;Thank you, I'm in contact with them also, but I'm sure you can help me more because you are selling the theme as multilanguage and compatible with the wpml plugin while the plugin developers don't know your theme as well.&#60;/p&#62;
&#60;p&#62;Thank you and looking forward to the solutions!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Callout translation - WPML"</title>
			<link>http://www.kriesi.at/support/topic/callout-translation-wpml#post-77797</link>
			<pubDate>Fri, 28 Sep 2012 17:41:00 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">77797@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi szireal,&#60;/p&#62;
&#60;p&#62;I'm not as familiar with &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; as Dude is. I'm going to tag him to this thread as well as the rest of the support team in case one of them can help. You may also find help the &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; support forum.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wpml.org/forums/forum/english-support/&#34; rel=&#34;nofollow&#34;&#62;http://wpml.org/forums/forum/english-support/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>szireal on "Callout translation - WPML"</title>
			<link>http://www.kriesi.at/support/topic/callout-translation-wpml#post-77769</link>
			<pubDate>Fri, 28 Sep 2012 11:20:15 +0000</pubDate>
			<dc:creator>szireal</dc:creator>
			<guid isPermaLink="false">77769@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I've tried and created another template but does't work :( Please somebody help me, i really want to use this plugin i have just bought it because of your recommendation. &#60;/p&#62;
&#60;p&#62;Issues: Home and Portfolio.&#60;/p&#62;
&#60;p&#62;I need a quick answer, i am stuck with work!!&#60;/p&#62;
&#60;p&#62;Thank you!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>szireal on "Callout translation - WPML"</title>
			<link>http://www.kriesi.at/support/topic/callout-translation-wpml#post-77744</link>
			<pubDate>Fri, 28 Sep 2012 09:49:40 +0000</pubDate>
			<dc:creator>szireal</dc:creator>
			<guid isPermaLink="false">77744@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Dude, another thing. What should i do to the portfolio page? when I do the translation it doesn't show the portfolio entries.&#60;/p&#62;
&#60;p&#62;Thanks for your quick help!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
