WooEvents sidebar ?

I am trying to display wooevents sidebar for event pages and page that is listing the events. I cant seems to get it working although settings says display the sidebar to the right. I am using flatsome theme.

Also, I have a woocommerce store and don’t want the products to show next to events – I want the shop to only show products. I have created a separate page to display events only.

Can you help ?

Hi,

which plugin do you use exactly? Is it bundled with the theme?
Though we are neither the support forum of the theme nor of the plugin, but trying to help :slight_smile:

We use flatsome theme, woocommerce plugin and WooEvents 3.3.5 – Calendar and Event Booking

How to exclude events from your shop:

This will only work when you have your “Shop Page Display” option set to ‘Show Products’ under WooCommerce > Settings > Products > Display.

  • Create a category for the events

  • add that category to all your events

  • exclude this category from shop page


How to exlude this category from the shop page?

  • use Code Snipets plugin (free from WordPress repository)
    This enables you to add custom snippets to your theme’s functions.php file without changing the functions.php file directly.
    This way you will not lose changes in case of updating your theme.

  • (adding a new snippet via the Code Snippet plugin)
    copy and paste the custom snipet displayed on [this page]
    (https://docs.woocommerce.com/document/exclude-a-category-from-the-shop-page/)
    Do not forget to change the slug clothing to your event category slug!!!

(Ref. https://docs.woocommerce.com/document/exclude-a-category-from-the-shop-page/)

I hope it helps :slight_smile:

P.S.
Depending on your theme, this method might hide all your events from being displayed in search results when searching on your website!
In this case you should contact the theme author.