-
AuthorPosts
-
June 7, 2020 at 6:08 pm #1220216
Separated from https://kriesi.at/support/topic/woocommerce-category-archive-sidebar-not-visible/
Hi,
I tried disabling all plugins (except WooCoommerce) which didn’t change it. You can briefly try it too, however please activate turned-off plugins afterwards again.
Thanks for clarifying that it runs on a localhost with fresh enfold and woocommerce.
It’s strange though, maybe the bug only occurs when WC is updated from an old version?- This topic was modified 4 years, 6 months ago by coretekk.
June 7, 2020 at 8:52 pm #1220301Hey coretekk,
Thanks for the new thread and the login, I tried to make some changes and compared your site to my localhost but didn’t find the cause. I also tried to use the woosidebars plugin to show the sidebar but it didn’t work either. I will research some more.Best regards,
MikeJune 8, 2020 at 2:26 am #1220335Hey Mike,
thank you for looking into it. Did you find the cause for the person in the other thread?
The archive page template used is still the one from woocommerce but I couldn’t see the plugins that hooked into it.
Can we look into which plugins are hooked/overwriting the woocommerce template by looking through wp_filter with var_dump( $wp_filter[‘the_related_woocommerce_filter’] );?- This reply was modified 4 years, 6 months ago by coretekk.
June 12, 2020 at 12:38 pm #1222018Hi,
Sorry for the late reply, no I didn’t find the error in the other thread, I have asked for assistance from the other team members, but we still have not sorted it out yet.
I tried the filter but it returned too much info to be helpful.Best regards,
MikeJune 16, 2020 at 10:53 pm #1223199Hi Mike,
Thanks for the update. Can you think of any idea how I can investigate this further on my own?
June 18, 2020 at 2:22 pm #1223712I have a workaround in any case others read this:
1) In your child theme folder create a “woocommerce” folder and import from woocommerce templates the “archive-product.php”.
2) Scroll down to “do_action( ‘woocommerce_sidebar’ );” and replace with dynamic_sidebar(‘Sidebar Archives’);
3) Now you just have to style itJune 19, 2020 at 6:11 pm #1224112Hi coretekk,
Glad you got it working for you and thank you for sharing! :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.