Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add WooCommerce sidebar support #24

Open
strarsis opened this issue Jan 7, 2024 · 1 comment
Open

Add WooCommerce sidebar support #24

strarsis opened this issue Jan 7, 2024 · 1 comment

Comments

@strarsis
Copy link

strarsis commented Jan 7, 2024

The WooCommerce sidebar is not supported yet, I have to add code to make it supported:

add_action('get_sidebar', function () {
    do_action('woocommerce_sidebar');
}, 10, 0);
@oxyc
Copy link
Member

oxyc commented Jan 16, 2024

Hi, I saw your comment that this fix caused some other issues https://discourse.roots.io/t/generoi-sage-woocommerce-header-footer-in-layout/26514/7

Unlikely that I will look into it at the moment but if you work on it and come up with a solution, feel free to submit a PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants