• Resolved Brittany

    (@bookaddictsguide)


    I’ve managed to hide the sidebar (or really just change pages to full width) on all of my other desired pages on my website but I can’t get it to go away on the shop/product archives page. Looking for assistance on this. I’ve Googled and searched on the forums for half a day now and none of the previous suggestions have worked for me yet.
    Thank you!

    Website: novellyyourscandles.com
    Wordpress theme: MH Magazine Lite (Child)
    Status Report:

    
    ### WordPress Environment ###
    
    Home URL: https://www.novellyyourscandles.com
    Site URL: https://www.novellyyourscandles.com
    WC Version: 2.6.13
    Log Directory Writable: ?
    WP Version: 4.7.1
    WP Multisite: –
    WP Memory Limit: 256 MB
    WP Debug Mode: –
    WP Cron: ?
    Language: en_US
    
    ### Server Environment ###
    
    Server Info: Apache
    PHP Version: 5.6.29
    PHP Post Max Size: 64 MB
    PHP Time Limit: 30
    PHP Max Input Vars: 1000
    cURL Version: 7.24.0
    OpenSSL/1.0.0
    
    SUHOSIN Installed: –
    MySQL Version: 5.6.32
    Max Upload Size: 64 MB
    Default Timezone is UTC: ?
    fsockopen/cURL: ?
    SoapClient: ?
    DOMDocument: ?
    GZip: ?
    Multibyte String: ?
    Remote Post: ?
    Remote Get: ?
    
    ### Database ###
    
    WC Database Version: 2.6.13
    : 
    woocommerce_sessions: ?
    woocommerce_api_keys: ?
    woocommerce_attribute_taxonomies: ?
    woocommerce_downloadable_product_permissions: ?
    woocommerce_order_items: ?
    woocommerce_order_itemmeta: ?
    woocommerce_tax_rates: ?
    woocommerce_tax_rate_locations: ?
    woocommerce_shipping_zones: ?
    woocommerce_shipping_zone_locations: ?
    woocommerce_shipping_zone_methods: ?
    woocommerce_payment_tokens: ?
    woocommerce_payment_tokenmeta: ?
    MaxMind GeoIP Database: ? The MaxMind GeoIP Database does not exist - Geolocation will not function. You can download and install it manually from https://dev.maxmind.com/geoip/legacy/geolite/ to the path: . Scroll down to \"Downloads\" and download the \"Binary / gzip\" file next to \"GeoLite Country\"
    
    ### Active Plugins (24) ###
    
    Instagram Feed: by Web-Settler – 1.3
    Akismet: by Automattic – 3.2
    Child Pages Shortcode: by Takayuki Miyauchi – 1.9.3
    Collapse Content: by wpshopmart – 1.1.3
    Custom Related Products for WooCommerce: by Scott Nelle – 1.2
    Duplicate Post: by Enrico Battocchi – 3.1.2
    Instagram Feed: by Smash Balloon – 1.4.8
    Jetpack by WordPress.com: by Automattic – 4.5
    Menu Social Icons: by Paul Clark – 1.3.10
    MOJO Marketplace: by Mike Hansen – 1.0.4
    Official StatCounter Plugin: by Aodhan Cullen – 2.0.1
    OptinMonster API: by Thomas Griffin – 1.1.6.1
    Page Wise Gallery: by Anupa – 1.0
    WooCommerce Product Carousel Slider: by ADL Plugins – 2.0
    Rotating Tweets (Twitter widget & shortcode): by Martin Tod – 1.9
    WooCommerce Product Slider: by ShapedPlugin – 1.3
    Woo Store Vacation: by Mahdi Yazdani – 1.0.2
    WooCommerce PayPal Powered by Braintree Gateway: by WooThemes – 1.2.7
    WooCommerce USPS Shipping: by WooCommerce – 4.4.3
    WooCommerce: by WooThemes – 2.6.13
    WooCommerce Helper: by WooCommerce – 1.7.2
    Yoast SEO: by Team Yoast – 4.1
    Child Pages: by Mladjo – 1.1
    YITH Essential Kit for WooCommerce #1: by YIThemes – 1.3.6
    
    ### Settings ###
    
    Force SSL: –
    Currency: USD ($)
    Currency Position: left
    Thousand Separator: ,
    Decimal Separator: .
    Number of Decimals: 2
    
    ### API ###
    
    API Enabled: ?
    
    ### WC Pages ###
    
    Shop Base: #260 - /shop/
    Cart: #261 - /cart/
    Checkout: #262 - /checkout/
    My Account: #263 - /my-account/
    
    ### Taxonomies ###
    
    Product Types: external (external)
    grouped (grouped)
    simple (simple)
    variable (variable)
    
    ### Theme ###
    
    Name: MH Magazine Lite Child
    Version: 1.0.0
    Author URL: https://novellyyourscandles.com
    Child Theme: ?
    Parent Theme Name: MH Magazine lite
    Parent Theme Version: 2.5.8
    Parent Theme Author URL: https://www.mhthemes.com/
    WooCommerce Support: ?
    
    ### Templates ###
    
    Overrides: mh-magazine-child/woocommerce/emails/customer-processing-order.php
    
Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support RK a11n

    (@riaanknoetze)

    How have you turned off sidebars on your other pages? Was this through theme settings, custom PHP, or custom CSS?

    The reason I’m asking is that WooCommerce on its own, it doesn’t have any dedicated settings for sidebars – it’s entirely powered by your theme.

    @bookaddictsguide: You could hide the sidebar with some CSS:

    .woocommerce .mh-sidebar { display: none; }
    .woocommerce .mh-content { width: 100% !important; }
    Thread Starter Brittany

    (@bookaddictsguide)

    @mh-themes I did try that before and it didn’t do anything.

    @riaanknoetze I had tried to hide the side bars on other pages via php and/or CSS, none of which had worked, until I realized the simple work around of just change each page to “Full Width” instead of “Default Template” on the page template setting. I did the same for the Shop page but it didn’t do anything to the side bar.

    @bookaddictsguide: Then it’s very likely that you’ve not added the code correctly. We’ve tested it on your site (here) through Firebug and the CSS code worked fine out of the box.

    Thread Starter Brittany

    (@bookaddictsguide)

    @mh-themes Okay, I will try it again…

    Thread Starter Brittany

    (@bookaddictsguide)

    Now it works. Put it all the way at the bottom of my Stylesheet and it seems to work fine.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Hide/Remove Sidebar from WooCommerce Shop Page’ is closed to new replies.