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
Hello,
Yes I have tried placing widgets in the woocommerce sidebar area, but they do not show.
The theme is supposed to be woocommerce compatible, right?
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
excellent, thank you!! Works 🙂
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 🙂
I used the first method 🙂