Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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.
    #1220301

    Hey 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,
    Mike

    #1220335

    Hey 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.
    #1222018

    Hi,
    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,
    Mike

    #1223199

    Hi Mike,

    Thanks for the update. Can you think of any idea how I can investigate this further on my own?

    #1223712

    I 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 it

    #1224112

    Hi 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

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.