Viewing 4 replies - 1 through 4 (of 4 total)
  • Vincent Veeger

    (@vincent-veeger)

    disable the last 2 items within wp-content/plugins/woocommerce/templates/global/sidebar.php like:

    /*
    if ( ! defined( ‘ABSPATH’ ) ) exit; // Exit if accessed directly
    */

    /*
    get_sidebar( ‘shop’ ); ?>
    */

    Plugin Author John Regan

    (@johnregan3)

    Thanks, Vincent!

    stvnhrtlr, did this solve your issue?

    Thanks!

    John

    Thread Starter stvnhrtlr

    (@stvnhrtlr)

    Yes I did, but neither with the CSS (did not work for my issue), nor with Vincent’s solution (which I tried before coming to this forum). The solution was much easier : on my template there was a small “turn on left sidebar” box hidden in the general setting which was interfering with woo commerce, and kind of overwriting any CSS or php action I was taking. I just unchecked it, and that was it ! The kind of small detail that can take you hours to solve…

    Plugin Author John Regan

    (@johnregan3)

    Hi hear what you’re saying. With all of the different settings for each theme, it can be hard to figure out features are available.

    Thanks for letting me know your status!

    John

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove sidebar’ is closed to new replies.