• Resolved holmvard

    (@holmvard)


    Hello, great theme thanks! I am using woocommerce+jepack and everything works fine, except that I cannot get the shop sidebar working. Any ideas on this? I have tried deactivating jetpack, making sure the correct shop page is chosen etc.

    Shop page http://kreativekunstkurser.dk/shop/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Theme Author oceanwebthemes

    (@oceanwebthemes)

    Dear Holmvard

    Sorry for the late reply, Did you check the Widget area, for the woo commerce page have separate sidebar , let me know if you solve

    thank you

    Thread Starter holmvard

    (@holmvard)

    Hello,

    Yes I have tried placing widgets in the woocommerce sidebar area, but they do not show.

    Thread Starter holmvard

    (@holmvard)

    The theme is supposed to be woocommerce compatible, right?

    Theme Author oceanwebthemes

    (@oceanwebthemes)

    Dear Holmvard

    We have added some basic support for the Woo commerce, so it means yes it should be compatible with woocommerce, but havent tested well.

    there was naming problem with the sidebar, for now can you edit the woocommerce.php ? in the following code

    `<?php if ( is_active_sidebar( ‘woocommerce_left’ ) ) : ?>
    <?php dynamic_sidebar( ‘woocommerce_left’ ); ?>
    <?php endif; ?>

    replace woocommerce_left with shopsidebar_left

    or in functions.php replace shopsidebar_left with woocommerce_left

    it was mismatch problem

    let me know if you can do it , else wait for the next update

    thank you

    Thread Starter holmvard

    (@holmvard)

    excellent, thank you!! Works 🙂

    Theme Author oceanwebthemes

    (@oceanwebthemes)

    You are welcome , just let me know which method did you apply, so that I will use the same method so that on upgrade you dont lose the sidebar 🙂

    Thread Starter holmvard

    (@holmvard)

    I used the first method 🙂

    Theme Author oceanwebthemes

    (@oceanwebthemes)

    ok thank you 🙂

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Woocommerce sidebar’ is closed to new replies.