Sidebar problem in WooCommerce Shop Page

Hi there,

I am trying to configure WooCommerce but I keep getting problems. In WooCommerce’s “Shop” page (https://ceramicfx.com/shop/), I cannot get rid of the WP’s default side bar. First I thought that this is a WP or WooCommerce problem, but I learned that, in order to get rid of that, I need to edit the php files that are located under the theme folder. (wp-content > themes > pro)

All the other pages uses the template files like page.php, index.php but I found that the Shop page uses Woocommerce.php. I am not actually sure about this, but at least, when I rename this file, all the other Woocommerce pages (Cart, Checkout) remain unchanged but the Shop page changes.

When I renamed the “template-blank-1.php” to “woocommerce.php”, we are getting rid of the sidebar, but this time, the products are gone too, so this didn’t work.

After this, I tried editing the php files, but I realized that they don’t include a line like this, which I was planning to delete:

<?php get_sidebar(); ?>

Instead, all the template files includes lines like the following:
x_get_view( x_get_stack(), ‘woocommerce’ ); // Woocommerce.php
x_get_view( x_get_stack(), ‘template’, ‘blank-1’ ); //template-blank-1.php

In these lines, the function “x_get_view” comes from your theme as I understand, which made me think that, my problem is not a WP or Woocommerce problem, but a theme problem.

In short I need Shop page without a side bar. If it is possible to get rid of the sidebar in all template pages, that would be awesome.

Hope you can help me about this problem. Attached you can find me login information.

Thanks in advance!

Hello Gunes,

Thanks for writing in!

Please be advised that you do not need to edit anything. If you want the Shop page to be fullwidth without a sidebar, simply go to Pro > Theme Options > WooCommerce > Shop and set the Shop Layout to “Fullwidth”.

If you need anything else we can help you with, don’t hesitate to open another thread.

1 Like

Oh Gosh, I should have ask this to you hours ago, thanks a lot!

You are most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.