<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>Woocommerce Product page set as Full Width &#8211; Want Sidebar &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/woocommerce-product-page-set-as-full-width-want-sidebar/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/woocommerce-product-page-set-as-full-width-want-sidebar/feed/</link>
		<description></description>
		<lastBuildDate>Thu, 23 Oct 2025 11:42:09 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/woocommerce-product-page-set-as-full-width-want-sidebar/#post-121556</guid>
					<title><![CDATA[Woocommerce Product page set as Full Width &#8211; Want Sidebar]]></title>
					<link>https://theme.co/archive/forums/topic/woocommerce-product-page-set-as-full-width-want-sidebar/#post-121556</link>
					<pubDate>Wed, 08 Oct 2014 19:08:05 +0000</pubDate>
					<dc:creator>Alex Z</dc:creator>

					<description>
						<![CDATA[
						<p>I have been trying to figure this out, but I am stuck. </p>
<p>I have the right sidebar on the Shop and Category pages. But when I look at the individual products, the layout changes.</p>
<p>Shop Page:<br />
div class=&#8221;x-container-fluid max width offset cf&#8221;<br />
   div class=&#8221;x-main left&#8221; role=&#8221;main&#8221;<br />
   aside class=&#8221;x-sidebar right&#8221; role=&#8221;complementary&#8221;</p>
<p>Product Page:<br />
div class=&#8221;x-container-fluid max width offset cf&#8221;<br />
   div class=&#8221;x-main full&#8221; role=&#8221;main&#8221;</p>
<p>I have looked through all the settings I could find. I have only one full width page, and its using a custom template. Everything else should have a sidebar.</p>
<p>I checked the X theme Woocommerce settings, and it should be following the content left, sidebar right format, but its not.</p>
<p>I didnt see anything in the Woocommerce settings, and even tried adjusting the templates for woocomerce to use a specific side bar. Thats when I realized the page is being created without a sidebar at all. </p>
<p>Any help would be greatly appreciated</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/woocommerce-product-page-set-as-full-width-want-sidebar/#post-121712</guid>
					<title><![CDATA[Reply To: Woocommerce Product page set as Full Width &#8211; Want Sidebar]]></title>
					<link>https://theme.co/archive/forums/topic/woocommerce-product-page-set-as-full-width-want-sidebar/#post-121712</link>
					<pubDate>Wed, 08 Oct 2014 22:10:42 +0000</pubDate>
					<dc:creator>Alex Z</dc:creator>

					<description>
						<![CDATA[
						<p>Had to adjust two files, you can find them in your parent theme directory, and copy them to your child theme directory.</p>
<p>\wp-content\themes\x-child-renew\framework\views\renew  = wp-sidebar.php , woocommerce.php</p>
<p>=&gt; wp-sidebar.php </p>
<p>If statement was throwing out the sidebar on the full width page (still no idea why the products are the ONLY full width page other than my custom template home page, but this was quicker than figuring that out).</p>
<p>php if ( x_get_content_layout() != &#8216;full-width-home&#8217; ) : </p>
<p>Changed it to recognize the product full width page as a regular page with a sidebar.</p>
<p>=&gt; woocommerce.php</p>
<p>Third line there showed where it WAS calling the X-theme class through PHP, and getting full width. I changed that to be Content left sidebar right, as the rest of my site is. </p>
<p>php get_header();<br />
  div class=&#8221;x-container-fluid max width offset cf&#8221;<br />
    div class=&#8221;x-main left&#8221; role=&#8221;main&#8221;</p>
<p>I now have sidebars on each product page, next step is getting the correct one to shop up. But I have seen plenty of answers to that question.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/woocommerce-product-page-set-as-full-width-want-sidebar/#post-121955</guid>
					<title><![CDATA[Reply To: Woocommerce Product page set as Full Width &#8211; Want Sidebar]]></title>
					<link>https://theme.co/archive/forums/topic/woocommerce-product-page-set-as-full-width-want-sidebar/#post-121955</link>
					<pubDate>Thu, 09 Oct 2014 07:42:27 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Alex,</p>
<p>Thanks for writing in! To assist you with this issue, we&#8217;ll first need you to provide us with your URL as stated on the forum entrance page. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

