<?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 - Tag: Replete Feature Request - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/replete-feature-request</link>
		<description>Support Forum - Tag: Replete Feature Request - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 06:11:01 +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/tags/replete-feature-request" rel="self" type="application/rss+xml" />

		<item>
			<title>Kriesi on "bad behaviour on rating without review comment"</title>
			<link>http://www.kriesi.at/support/topic/bad-behaviour-on-rating-without-review-comment#post-105957</link>
			<pubDate>Wed, 17 Apr 2013 15:15:47 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">105957@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Interesting Idea. Current problem is that the rating system uses the built in wordpress default for comments. I will request this feature by woo themes directly which makes much more sense than building it just for our theme :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Replete Template Builder"</title>
			<link>http://www.kriesi.at/support/topic/replete-template-builder-1#post-103827</link>
			<pubDate>Mon, 01 Apr 2013 14:48:18 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">103827@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi jwt2030,&#60;/p&#62;
&#60;p&#62;The theme doesn't have support for that kind of layout with the template builder. You would need to have a freelance developer create a custom template for you for that kind of layout.&#60;/p&#62;
&#60;p&#62;For the featured items option, I'll mark the topic as a feature request for Kriesi :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jwt2030 on "Replete Template Builder"</title>
			<link>http://www.kriesi.at/support/topic/replete-template-builder-1#post-103679</link>
			<pubDate>Sat, 30 Mar 2013 17:15:02 +0000</pubDate>
			<dc:creator>jwt2030</dc:creator>
			<guid isPermaLink="false">103679@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you Greatly, it works great!  Just what i was looking for.   &#60;/p&#62;
&#60;p&#62;Would it be possible to set up featured items in the sorting options of the template builder? maybe in the future. I don't know how the dynamic code is set up. &#60;/p&#62;
&#60;p&#62;Also how can i set up creating a new template with the template builder and place the code for the new template on the product pages, under everything?   above the footer.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Replete Template Builder"</title>
			<link>http://www.kriesi.at/support/topic/replete-template-builder-1#post-103637</link>
			<pubDate>Sat, 30 Mar 2013 07:02:17 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">103637@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes but you need to hack the template builder file a bit - open up wp-content\themes\choices\includes\helper-template-dynamic.php and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$meta_query[] = $woocommerce-&#38;gt;query-&#38;gt;visibility_meta_query();
	    $meta_query[] = $woocommerce-&#38;gt;query-&#38;gt;stock_status_meta_query();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$meta_query[] = $woocommerce-&#38;gt;query-&#38;gt;visibility_meta_query();
	    $meta_query[] = $woocommerce-&#38;gt;query-&#38;gt;stock_status_meta_query();
        $meta_query[] = array(
            &#38;#39;key&#38;#39; =&#38;gt; &#38;#39;_featured&#38;#39;,
            &#38;#39;value&#38;#39; =&#38;gt; &#38;#39;yes&#38;#39;
        );&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>jwt2030 on "Replete Template Builder"</title>
			<link>http://www.kriesi.at/support/topic/replete-template-builder-1#post-103520</link>
			<pubDate>Thu, 28 Mar 2013 17:04:03 +0000</pubDate>
			<dc:creator>jwt2030</dc:creator>
			<guid isPermaLink="false">103520@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello, i had a question about the Replete Template Builder.    Is there any way to add woocommerce featured products to the template element &#34;Products&#34;  and &#34;Products Slider&#34;   I have alot of the same products that are different colors or sizes.  When it displays on the slider its showing all the same item. There's no random sorting. I have over 40K products and i want to display a variation on the home page.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "template builder add one column"</title>
			<link>http://www.kriesi.at/support/topic/template-builder-add-one-column#post-101568</link>
			<pubDate>Sat, 16 Mar 2013 02:59:17 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">101568@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi mAqq,&#60;/p&#62;
&#60;p&#62;For the same options as a column, there isn't currently an option available. I'll mark the topic for Kriesi as a feature request however.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mAqq on "template builder add one column"</title>
			<link>http://www.kriesi.at/support/topic/template-builder-add-one-column#post-101547</link>
			<pubDate>Fri, 15 Mar 2013 22:41:20 +0000</pubDate>
			<dc:creator>mAqq</dc:creator>
			<guid isPermaLink="false">101547@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello guys,&#60;br /&#62;
could you please tell me how to add only one column in template  builder?&#60;br /&#62;
currently min 2 is required.&#60;br /&#62;
thanks in advance&#60;br /&#62;
mAqq
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Feature request: multiple layers background and different background per page"</title>
			<link>http://www.kriesi.at/support/topic/feature-request-multiple-layers-background-and-different-background-per-page#post-101381</link>
			<pubDate>Thu, 14 Mar 2013 20:55:14 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">101381@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi mAqq,&#60;/p&#62;
&#60;p&#62;You can try Peter's plugin from inoplugs: &#60;a href=&#34;http://inoplugs.com/projects/wp-backgrounds-lite-version/&#34; rel=&#34;nofollow&#34;&#62;http://inoplugs.com/projects/wp-backgrounds-lite-version/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Aside from that, i'll tag the topic as a feature request for Kriesi :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mAqq on "Feature request: multiple layers background and different background per page"</title>
			<link>http://www.kriesi.at/support/topic/feature-request-multiple-layers-background-and-different-background-per-page#post-101302</link>
			<pubDate>Thu, 14 Mar 2013 13:12:42 +0000</pubDate>
			<dc:creator>mAqq</dc:creator>
			<guid isPermaLink="false">101302@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello Guys,&#60;br /&#62;
that will be an hammer if you add some empty, maintainable layers for the background so that i can assign multiple images for the background (something like one fixed, one stretched) so that some effects can be applied. Yes you may use fixed, anyway the size of the file will be much higher.&#60;br /&#62;
Also it would be also nice to assign different background based on page, something similar to template creator.&#60;br /&#62;
mAqq
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "bad behaviour on rating without review comment"</title>
			<link>http://www.kriesi.at/support/topic/bad-behaviour-on-rating-without-review-comment#post-100690</link>
			<pubDate>Mon, 11 Mar 2013 19:21:14 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">100690@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Tom,&#60;/p&#62;
&#60;p&#62;Not that I know of at the moment no. I'll tag Kriesi on the topic however to see if he can add something in as a future update.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gsTom on "bad behaviour on rating without review comment"</title>
			<link>http://www.kriesi.at/support/topic/bad-behaviour-on-rating-without-review-comment#post-100628</link>
			<pubDate>Mon, 11 Mar 2013 15:44:10 +0000</pubDate>
			<dc:creator>gsTom</dc:creator>
			<guid isPermaLink="false">100628@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;when someone rates a product with 1-5 stars but do not leave also a written message and then submit the form he is forwarded to /wp-comments-post.php which does not load any page header, menu, design etc. Just a single box which states &#34;FEHLER: Bitte gib einen Kommentar ein.&#34;. No back link, etc.&#60;/p&#62;
&#60;p&#62;Is it possible to ajax this somehow, so the visitor does not get lost (only way to get back is the browser back navigation)&#60;/p&#62;
&#60;p&#62;Thank you&#60;br /&#62;
Tom
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "product slider"</title>
			<link>http://www.kriesi.at/support/topic/product-slider#post-94324</link>
			<pubDate>Thu, 31 Jan 2013 14:57:12 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">94324@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey ganjou,&#60;/p&#62;
&#60;p&#62;I'll mark the idea for Kriesi as a feature request :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ganjou on "product slider"</title>
			<link>http://www.kriesi.at/support/topic/product-slider#post-94151</link>
			<pubDate>Wed, 30 Jan 2013 15:13:30 +0000</pubDate>
			<dc:creator>ganjou</dc:creator>
			<guid isPermaLink="false">94151@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;The product slider in the template builder is great.&#60;/p&#62;
&#60;p&#62;Would it be possible to have it for post category instead of products category or to have both ?&#60;/p&#62;
&#60;p&#62;Thank you very much for your help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "sticky menu is jumping"</title>
			<link>http://www.kriesi.at/support/topic/sticky-menu-is-jumping#post-92629</link>
			<pubDate>Mon, 21 Jan 2013 15:32:32 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">92629@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; noted, will take a look at it :) &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Kriesi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "sticky menu is jumping"</title>
			<link>http://www.kriesi.at/support/topic/sticky-menu-is-jumping#post-88603</link>
			<pubDate>Mon, 17 Dec 2012 16:20:11 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">88603@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi hwinkel,&#60;/p&#62;
&#60;p&#62;Not easily no. The menu would need a new secondary container to center the container that already holds the menu and is set to 100% width. Then it would need to be given a set of responsive rules to go along with it.&#60;/p&#62;
&#60;p&#62;I'll tag this for Kriesi as feature request however as I can definitely see how you might want to have the consistency of boxed layout.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hwinkel on "sticky menu is jumping"</title>
			<link>http://www.kriesi.at/support/topic/sticky-menu-is-jumping#post-88483</link>
			<pubDate>Sun, 16 Dec 2012 17:45:48 +0000</pubDate>
			<dc:creator>hwinkel</dc:creator>
			<guid isPermaLink="false">88483@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I just installed the replete theme. In the theme setting I have chosen &#34;boxed layout&#34; if I scroll down the page the menu tries to stick to the top of the page, which is rather nice behaviour.&#60;/p&#62;
&#60;p&#62;However in this moment the menu get stretched over the full page width rather the keep the boxed width.&#60;/p&#62;
&#60;p&#62;Can this be changed somehow?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
