<?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: Enabling comments on Page that uses Template Builder</title>
		<link>http://www.kriesi.at/support/topic/enabling-comments-on-page-that-uses-template-builder</link>
		<description>Support Forum - Topic: Enabling comments on Page that uses Template Builder</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 21:03:05 +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/enabling-comments-on-page-that-uses-template-builder" rel="self" type="application/rss+xml" />

		<item>
			<title>CarletonTorpin on "Enabling comments on Page that uses Template Builder"</title>
			<link>http://www.kriesi.at/support/topic/enabling-comments-on-page-that-uses-template-builder#post-85961</link>
			<pubDate>Fri, 30 Nov 2012 05:23:30 +0000</pubDate>
			<dc:creator>CarletonTorpin</dc:creator>
			<guid isPermaLink="false">85961@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It's been fixed!!!! A very nice person took it upon themselves to do a test installation and figured out how to call the Disqus Comment Engine up in place of the standard WooCommerce Review section! &#60;/p&#62;
&#60;p&#62;From user Bheadrick:&#60;/p&#62;
&#60;p&#62;&#34;I managed to get it working, though on a test site just now: &#60;a href=&#34;http://woo.bryanheadrick.info/shop/mario/&#34; rel=&#34;nofollow&#34;&#62;http://woo.bryanheadrick.info/shop/mario/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;with the help of this tut&#34; &#60;a href=&#34;http://wp.tutsplus.com/tutorials/plugins/integrating-disqus-into-wordpress/&#34; rel=&#34;nofollow&#34;&#62;http://wp.tutsplus.com/tutorials/plugins/integrating-disqus-into-wordpress/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;skip halfway down to &#34;Integrating Disqus Into WordPress Without a Plugin&#34;&#60;/p&#62;
&#60;p&#62;the function disqus_embed('myexampleblog'); goes inside the reviews.php template file in your theme under woocommerce/single-product/tabs&#34;&#60;/p&#62;
&#60;p&#62;Here's a link to the full thread over at the WooCommerce support forum: &#60;a href=&#34;http://wordpress.org/support/topic/enabling-comments-not-reviews-on-woo-commerce-product-pages&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/support/topic/enabling-comments-not-reviews-on-woo-commerce-product-pages&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Enabling comments on Page that uses Template Builder"</title>
			<link>http://www.kriesi.at/support/topic/enabling-comments-on-page-that-uses-template-builder#post-85496</link>
			<pubDate>Tue, 27 Nov 2012 07:26:44 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">85496@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;No, afaik WooCommerce uses the default comment system for the reviews and thus it would conflict with Disqus. You can try to contact the woocommerce developers - maybe it's possible and they already found a solution or I'm wrong and you can even use Disqus with WooCommerce out of the box.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>CarletonTorpin on "Enabling comments on Page that uses Template Builder"</title>
			<link>http://www.kriesi.at/support/topic/enabling-comments-on-page-that-uses-template-builder#post-85409</link>
			<pubDate>Mon, 26 Nov 2012 18:06:27 +0000</pubDate>
			<dc:creator>CarletonTorpin</dc:creator>
			<guid isPermaLink="false">85409@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;THAT WORKED! It loads the comments right under the page now! Woo hoo! Thank you very much for helping me figure that out. &#60;/p&#62;
&#60;p&#62;Can I apply this same coding to the product pages to allow for Disqus comments on my products?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Enabling comments on Page that uses Template Builder"</title>
			<link>http://www.kriesi.at/support/topic/enabling-comments-on-page-that-uses-template-builder#post-85404</link>
			<pubDate>Mon, 26 Nov 2012 17:39:49 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">85404@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi CarletonTorpin,&#60;/p&#62;
&#60;p&#62;You can try adding the get comments call to the template-dynamic.php file in your theme files just after the loop reset. So look for:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;//get the sidebar
wp_reset_query();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;And replace it with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;//get the sidebar
wp_reset_query();
//wordpress function that loads the comments template &#38;quot;comments.php&#38;quot;
comments_template( &#38;#39;/includes/comments.php&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>CarletonTorpin on "Enabling comments on Page that uses Template Builder"</title>
			<link>http://www.kriesi.at/support/topic/enabling-comments-on-page-that-uses-template-builder#post-85403</link>
			<pubDate>Mon, 26 Nov 2012 17:35:19 +0000</pubDate>
			<dc:creator>CarletonTorpin</dc:creator>
			<guid isPermaLink="false">85403@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can see that the comments section does successfully call when used on a normal Full Width page (no Dynamic Template): &#60;a href=&#34;http://selectbilliards.com/shipping-policy/&#34; rel=&#34;nofollow&#34;&#62;http://selectbilliards.com/shipping-policy/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;BTW, I've tried this with Disqus turned off and on, to no effect.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>CarletonTorpin on "Enabling comments on Page that uses Template Builder"</title>
			<link>http://www.kriesi.at/support/topic/enabling-comments-on-page-that-uses-template-builder#post-85266</link>
			<pubDate>Sun, 25 Nov 2012 04:18:03 +0000</pubDate>
			<dc:creator>CarletonTorpin</dc:creator>
			<guid isPermaLink="false">85266@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Ismael, &#60;/p&#62;
&#60;p&#62;Here's a screengrab of how it's currently set up: &#60;a href=&#34;https://selectbilliards.com/wp-content/uploads/2012/11/Dynamic-Template-Settings.tiff&#34; rel=&#34;nofollow&#34;&#62;https://selectbilliards.com/wp-content/uploads/2012/11/Dynamic-Template-Settings.tiff&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It's basically a Fullwidth template set up with these elements:&#60;/p&#62;
&#60;p&#62;Text Styling&#60;br /&#62;
Post Content&#60;br /&#62;
Horizontal Ruler&#60;br /&#62;
Products
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Enabling comments on Page that uses Template Builder"</title>
			<link>http://www.kriesi.at/support/topic/enabling-comments-on-page-that-uses-template-builder#post-85249</link>
			<pubDate>Sun, 25 Nov 2012 01:22:10 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">85249@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;What elements did you add on the template that you built using the template builder?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Enabling comments on Page that uses Template Builder"</title>
			<link>http://www.kriesi.at/support/topic/enabling-comments-on-page-that-uses-template-builder#post-85248</link>
			<pubDate>Sun, 25 Nov 2012 01:22:09 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">85248@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;What elements did you add on the template that you built using the template builder?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>CarletonTorpin on "Enabling comments on Page that uses Template Builder"</title>
			<link>http://www.kriesi.at/support/topic/enabling-comments-on-page-that-uses-template-builder#post-85233</link>
			<pubDate>Sat, 24 Nov 2012 20:25:42 +0000</pubDate>
			<dc:creator>CarletonTorpin</dc:creator>
			<guid isPermaLink="false">85233@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm working on figuring out a way to add commenting functionality to the bottom of a page that I made using the Template Builder. The page is visible here: &#60;a href=&#34;http://selectbilliards.com/entry-level-pool-cues-a-gift-giving-guide-for-pool-players/&#34; rel=&#34;nofollow&#34;&#62;http://selectbilliards.com/entry-level-pool-cues-a-gift-giving-guide-for-pool-players/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I've found a few support threads here that mention looking for the template-fullwidth.php file, but I can't locate that in the Propulsion Theme. How can I make this happen?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
