<?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>Default sidebar not showing on Product Page &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/default-sidebar-not-showing-on-product-page/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/default-sidebar-not-showing-on-product-page/feed/</link>
		<description></description>
		<lastBuildDate>Fri, 17 Oct 2025 18:46:09 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/default-sidebar-not-showing-on-product-page/#post-68220</guid>
					<title><![CDATA[Default sidebar not showing on Product Page]]></title>
					<link>https://theme.co/archive/forums/topic/default-sidebar-not-showing-on-product-page/#post-68220</link>
					<pubDate>Mon, 14 Jul 2014 06:18:43 +0000</pubDate>
					<dc:creator>Marco C</dc:creator>

					<description>
						<![CDATA[
						<p>Hello peeps,<br />
Poor me&#8230; I was playing with Customizer and clicked something I shouldn&#8217;t have.<br />
The result is that the default sidebar is no longer showing on Product Pages..<br />
I followed the tips I read in another post here and my settings are:</p>
<p>Integrity<br />
Site Layout: fullwidth<br />
Content layout: content left, sidebar right</p>
<p>Woocommerce<br />
Settings-products-Product Archive / Shop Page: shop</p>
<p>Customizer<br />
Woocommerce-shop layout: keep sidebar</p>
<p>I&#8217;m using the standard theme, so I&#8217;m really at loss to what to do next.<br />
Product page example: <a href="http://go4emarket.com/product/go4-vega-x1/" rel="nofollow">http://go4emarket.com/product/go4-vega-x1/</a></p>
<p>Thank you for your help,</p>
<p>Marco</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/default-sidebar-not-showing-on-product-page/#post-68933</guid>
					<title><![CDATA[Reply To: Default sidebar not showing on Product Page]]></title>
					<link>https://theme.co/archive/forums/topic/default-sidebar-not-showing-on-product-page/#post-68933</link>
					<pubDate>Tue, 15 Jul 2014 19:00:38 +0000</pubDate>
					<dc:creator>Alexander</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Can you confirm that you are on the latest version of X? We released an update this week that changed a few things with sidebars to make them for intuitive. For example, the product category pages are now the same layout as the shop page. Also, we no longer have &#8220;keep sidebar&#8221; as an option &#8211; The functionality is the same, but the wording has changed to better explain what&#8217;s happening. If you&#8217;re missing a sidebar, it could be because your stack content layout is &#8220;Fullwidth&#8221; which will be the default for everything else.</p>
<p>Also, the single product pages won&#8217;t have a sidebar.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/default-sidebar-not-showing-on-product-page/#post-71834</guid>
					<title><![CDATA[Reply To: Default sidebar not showing on Product Page]]></title>
					<link>https://theme.co/archive/forums/topic/default-sidebar-not-showing-on-product-page/#post-71834</link>
					<pubDate>Tue, 22 Jul 2014 07:15:23 +0000</pubDate>
					<dc:creator>Marco C</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you for the reply</p>
<p>I didn&#8217;t receive any update notification for X. Is that normal?</p>
<p>Regards</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/default-sidebar-not-showing-on-product-page/#post-72138</guid>
					<title><![CDATA[Reply To: Default sidebar not showing on Product Page]]></title>
					<link>https://theme.co/archive/forums/topic/default-sidebar-not-showing-on-product-page/#post-72138</link>
					<pubDate>Tue, 22 Jul 2014 20:54:58 +0000</pubDate>
					<dc:creator>Mrinal</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Marco, </p>
<p>Notice the following things: </p>
<p>1) By default the single product item doesn&#8217;t have sidebar, check this from our demo: <a href="https://theme.co/x/demo/shop/integrity/product/happy-ninja-2/" rel="nofollow">https://theme.co/x/demo/shop/integrity/product/happy-ninja-2/</a>, only archive&amp; main shop page can have sidebar.</p>
<p>2) You&#8217;re currently using Version: 2.0.0 of X, whilst we&#8217;ve updated it to version 2.2.0 </p>
<p>Do the following things: </p>
<p>1) Update your theme to latest version by checking this article: <a href="http://theme.co/x/member/kb/updating-your-theme-and-plugins/" rel="nofollow">http://theme.co/x/member/kb/updating-your-theme-and-plugins/</a></p>
<p>2) Now, we need to tweak the default function &amp; files of your theme to show sidebar in single product items page. I&#8217;d advise that you setup a <a href="http://theme.co/x/member/kb/how-to-setup-child-themes/" title="Child Themes" target="_blank" rel="nofollow">child theme</a>. This allows you to make code changes that won&#8217;t be overwritten when an <strong>X</strong> update is released.</p>
<p>After your child theme is setup, add the following codes into child theme <strong>functions.php</strong> file: </p>
<pre><code>if ( ! function_exists( &#039;x_get_content_layout&#039; ) ) :
  function x_get_content_layout() {

    $stack          = x_get_stack();
    $mod            = get_theme_mod( &#039;x_&#039; . $stack . &#039;_layout_content&#039; );
    $content_layout = ( $mod == &#039;&#039; ) ? &#039;content-sidebar&#039; : $mod;

    if ( $content_layout != &#039;full-width&#039; ) {
      if ( is_home() ) {
        $mod    = get_theme_mod( &#039;x_blog_layout&#039; );
        $layout = ( $mod == &#039;sidebar&#039; ) ? $content_layout : $mod;
      } elseif ( is_singular( &#039;post&#039; ) ) {
        $meta   = get_post_meta( get_the_ID(), &#039;_x_post_layout&#039;, true );
        $layout = ( $meta == &#039;on&#039; ) ? &#039;full-width&#039; : $content_layout;
      } elseif ( x_is_portfolio_item() ) {
        $layout = &#039;full-width&#039;;
      } elseif ( x_is_product() || is_product_category() ) {
        $mod    = get_theme_mod( &#039;x_woocommerce_shop_layout_content&#039; );
        $layout = ( $mod == &#039;sidebar&#039; ) ? $content_layout : $mod;
      } elseif ( x_is_portfolio() ) {
        $meta   = get_post_meta( get_the_ID(), &#039;_x_portfolio_layout&#039;, true );
        $layout = ( $meta == &#039;sidebar&#039; ) ? $content_layout : $meta;
      } elseif ( is_page_template( &#039;template-layout-content-sidebar.php&#039; ) ) {
        $layout = &#039;content-sidebar&#039;;
      } elseif ( is_page_template( &#039;template-layout-sidebar-content.php&#039; ) ) {
        $layout = &#039;sidebar-content&#039;;
      } elseif ( is_page_template( &#039;template-layout-full-width.php&#039; ) ) {
        $layout = &#039;full-width&#039;;
      } elseif ( is_archive() ) {
        if ( x_is_shop() ) {
          $mod    = get_theme_mod( &#039;x_woocommerce_shop_layout_content&#039; );
          $layout = ( $mod == &#039;sidebar&#039; ) ? $content_layout : $mod;
        } else {
          $mod    = get_theme_mod( &#039;x_archive_layout&#039; );
          $layout = ( $mod == &#039;sidebar&#039; ) ? $content_layout : $mod;
        }
      } elseif ( x_is_product() ) {
        $layout = &#039;full-width&#039;;
      } else {
        $layout = $content_layout;
      }
    } else {
      $layout = $content_layout;
    }

    return $layout;

  }
  add_action( &#039;customize_save&#039;, &#039;x_get_content_layout&#039; );
endif;

function ups_display_sidebar_v2( $default_sidebar ) {

  $q_object = get_queried_object();
  $sidebars = get_option( &#039;ups_sidebars&#039; );

  foreach ( $sidebars as $id =&gt; $sidebar ) {
    if ( x_is_shop() || x_is_product() || is_product_category() ) {
      if ( array_key_exists( &#039;index-shop&#039;, $sidebar ) &amp;&amp; $sidebar[&#039;index-shop&#039;] == &#039;on&#039; ) {
        return $id;
      }
    }
  }

  return $default_sidebar;

}

add_filter( &#039;ups_sidebar&#039;, &#039;ups_display_sidebar_v2&#039;, 9999 );</code></pre>
<p>Thanks for understanding, Take care!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/default-sidebar-not-showing-on-product-page/#post-79796</guid>
					<title><![CDATA[Reply To: Default sidebar not showing on Product Page]]></title>
					<link>https://theme.co/archive/forums/topic/default-sidebar-not-showing-on-product-page/#post-79796</link>
					<pubDate>Thu, 07 Aug 2014 15:12:05 +0000</pubDate>
					<dc:creator>Lambert</dc:creator>

					<description>
						<![CDATA[
						<p>I works almost fine but with the icon stack, the sidebar doesn&#8217;t show properly, it goes on top of the content.</p>
<p>Any help please.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/default-sidebar-not-showing-on-product-page/#post-79824</guid>
					<title><![CDATA[Reply To: Default sidebar not showing on Product Page]]></title>
					<link>https://theme.co/archive/forums/topic/default-sidebar-not-showing-on-product-page/#post-79824</link>
					<pubDate>Thu, 07 Aug 2014 15:39:40 +0000</pubDate>
					<dc:creator>Cousett</dc:creator>

					<description>
						<![CDATA[
						<p>1) You’re currently using Version: 2.0.0 of X, whilst we’ve updated it to version 2.3.0 Update your theme to latest version by checking this article: <a href="http://theme.co/x/member/kb/updating-your-theme-and-plugins/" rel="nofollow">http://theme.co/x/member/kb/updating-your-theme-and-plugins/</a></p>
<p>2) Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:</p>
<p>&#8211; Link to your site<br />
&#8211; WordPress Admin username / password<br />
&#8211; FTP credentials</p>
<p><strong>Don&#8217;t forget to select Set as private reply. This ensures your information is only visible to our staff. </strong></p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

