<?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: How to display the sidebar on the right of the single product page</title>
		<link>http://www.kriesi.at/support/topic/how-to-display-the-sidebar-on-the-right-of-the-single-product-page</link>
		<description>Support Forum - Topic: How to display the sidebar on the right of the single product page</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 02:46:54 +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/how-to-display-the-sidebar-on-the-right-of-the-single-product-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Kriesi on "How to display the sidebar on the right of the single product page"</title>
			<link>http://www.kriesi.at/support/topic/how-to-display-the-sidebar-on-the-right-of-the-single-product-page#post-47537</link>
			<pubDate>Wed, 21 Mar 2012 19:37:33 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">47537@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; stickFinger: no it isnt :)&#60;/p&#62;
&#60;p&#62;koenvdvelden: seems you have added the same function called rightside_woocommerceproduct_sidebar two times. php doesnt allow that, you need to remove one of them &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Kriesi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>koenvdvelden on "How to display the sidebar on the right of the single product page"</title>
			<link>http://www.kriesi.at/support/topic/how-to-display-the-sidebar-on-the-right-of-the-single-product-page#post-47200</link>
			<pubDate>Tue, 20 Mar 2012 18:14:26 +0000</pubDate>
			<dc:creator>koenvdvelden</dc:creator>
			<guid isPermaLink="false">47200@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I did what you said eplison web, but i got an error: Fatal error: Cannot redeclare rightside_woocommerceproduct_sidebar() (previously declared in /home/donskussen.nl/www/wp-content/themes/Abundance/woocommerce-config/config.php:136) in /home/donskussen.nl/www/wp-content/themes/Abundance/woocommerce-config/config.php on line 151&#60;/p&#62;
&#60;p&#62;do you know how i can solve this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stickFinger on "How to display the sidebar on the right of the single product page"</title>
			<link>http://www.kriesi.at/support/topic/how-to-display-the-sidebar-on-the-right-of-the-single-product-page#post-43924</link>
			<pubDate>Tue, 28 Feb 2012 20:51:48 +0000</pubDate>
			<dc:creator>stickFinger</dc:creator>
			<guid isPermaLink="false">43924@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;As I also having some problems with sidebars on single products page, I´d like to ask....this is not a native theme feature?&#60;/p&#62;
&#60;p&#62;Thanks :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>EpsilonWeb on "How to display the sidebar on the right of the single product page"</title>
			<link>http://www.kriesi.at/support/topic/how-to-display-the-sidebar-on-the-right-of-the-single-product-page#post-43133</link>
			<pubDate>Thu, 23 Feb 2012 09:27:03 +0000</pubDate>
			<dc:creator>EpsilonWeb</dc:creator>
			<guid isPermaLink="false">43133@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry, I made a typo.  ew_woocommerceproduct_sidebar should be rightside_woocommerceproduct_sidebar. I don't know how to edit the original post.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
function rightside_woocommerceproduct_sidebar()&#60;br /&#62;
{&#60;br /&#62;
global $avia_config;&#60;br /&#62;
$avia_config['currently_viewing'] = &#34;shop_single&#34;;&#60;br /&#62;
$avia_config['layout'] = 'sidebar_right';&#60;br /&#62;
echo &#34;&#38;lt;/div&#38;gt;&#34;; //end content&#60;br /&#62;
get_sidebar();&#60;br /&#62;
wp_reset_query();&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>KingRobb on "How to display the sidebar on the right of the single product page"</title>
			<link>http://www.kriesi.at/support/topic/how-to-display-the-sidebar-on-the-right-of-the-single-product-page#post-42813</link>
			<pubDate>Tue, 21 Feb 2012 22:16:39 +0000</pubDate>
			<dc:creator>KingRobb</dc:creator>
			<guid isPermaLink="false">42813@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Guys - I would LOVE to get this working. I just tried this and it almost worked but I got the following error ...&#60;/p&#62;
&#60;p&#62;Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'rightside_woocommerceproduct_sidebar' was given in /home/content/24/8177724/html/wp-includes/plugin.php on line 405&#60;/p&#62;
&#60;p&#62;So my guess is that it is looking for a sidebar that does not yet exits? Is that correct?&#60;br /&#62;
How do I add this sidebar?&#60;/p&#62;
&#60;p&#62;Your help would really be appreciated!&#60;/p&#62;
&#60;p&#62;PS - I did manage to do something useful that I think others would appreciate ... I managed to add my own product information tabs, then added custom field for that tab, and finally disiplay that custom field so that utilizes shortcodes!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "How to display the sidebar on the right of the single product page"</title>
			<link>http://www.kriesi.at/support/topic/how-to-display-the-sidebar-on-the-right-of-the-single-product-page#post-41742</link>
			<pubDate>Wed, 15 Feb 2012 04:37:55 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">41742@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey!&#60;/p&#62;
&#60;p&#62;it would take some time for me to reproduce this, so I'll only test it if it's really needed, but it seems good. The only issue I can think of is that you could miss something that's originally in the get_sidebar();. Let us know if there's anything that comes up :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>EpsilonWeb on "How to display the sidebar on the right of the single product page"</title>
			<link>http://www.kriesi.at/support/topic/how-to-display-the-sidebar-on-the-right-of-the-single-product-page#post-41616</link>
			<pubDate>Tue, 14 Feb 2012 11:05:24 +0000</pubDate>
			<dc:creator>EpsilonWeb</dc:creator>
			<guid isPermaLink="false">41616@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi again,&#60;/p&#62;
&#60;p&#62;After spending some time playing with the config.php file in the Abundance theme I found a solution. I would much appreciate a sanity check and recommendations on how to improve.&#60;/p&#62;
&#60;p&#62;Thank you&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Instructions&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Remove the existing abundance sidebar by commenting this line : // get_sidebar();&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
function avia_woocommerceproduct_prev_image_after()&#60;br /&#62;
{&#60;br /&#62;
	global $avia_config;&#60;br /&#62;
	$avia_config['currently_viewing'] = &#34;shop_single&#34;;&#60;br /&#62;
	$avia_config['layout'] = 'sidebar_left';&#60;br /&#62;
	echo &#34;&#38;lt;/div&#38;gt;&#34;; //end content&#60;br /&#62;
	// get_sidebar();&#60;br /&#62;
	wp_reset_query();&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Add a new action :&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
add_action( 'woocommerce_after_single_product_summary', 'rightside_woocommerceproduct_sidebar', 20 );&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and a new function :&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
function ew_woocommerceproduct_sidebar()&#60;br /&#62;
{&#60;br /&#62;
	global $avia_config;&#60;br /&#62;
	$avia_config['currently_viewing'] = &#34;shop_single&#34;;&#60;br /&#62;
	$avia_config['layout'] = 'sidebar_right';&#60;br /&#62;
	echo &#34;&#38;lt;/div&#38;gt;&#34;; //end content&#60;br /&#62;
	get_sidebar();&#60;br /&#62;
	wp_reset_query();&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Comment or remove these lines to use the default WooCommerce tabs location :&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
// remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 10);&#60;br /&#62;
// add_action( 'woocommerce_single_product_summary', 'woocommerce_output_product_data_tabs', 50);&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;The related product and upsells can be repositioned by modifying these lines :&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
add_action( 'woocommerce_after_single_product_summary', 'avia_woocommerce_output_related_products', 15);&#60;br /&#62;
add_action( 'woocommerce_after_single_product_summary', 'avia_woocommerce_output_upsells', 16);&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Add this to the custom.css file :&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
div.product {&#60;br /&#62;
	float: left;&#60;br /&#62;
	margin-right: 30px;&#60;br /&#62;
	width: 690px;&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>EpsilonWeb on "How to display the sidebar on the right of the single product page"</title>
			<link>http://www.kriesi.at/support/topic/how-to-display-the-sidebar-on-the-right-of-the-single-product-page#post-41454</link>
			<pubDate>Mon, 13 Feb 2012 15:50:05 +0000</pubDate>
			<dc:creator>EpsilonWeb</dc:creator>
			<guid isPermaLink="false">41454@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi all,&#60;/p&#62;
&#60;p&#62;I would much appreciate if someone could let me know how to display the sidebar on the right of the single product page (The WooCommerce default location). Abundance theme.&#60;/p&#62;
&#60;p&#62;Thank you in advance!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
