I’m having a very similar problem but it seems to be a little bit differnt than what some are experiencing. I also am using an elegant theme and have actually tried 3 differnt ones all of which keep seeming to have the same issue.
This is supposed to be the shopping cart page
And this is the
My Account Page
Which BOTH are supposedly using the WooCommerce.
I’m not sure why all the styling on the Test Page is all screwy though. Anyone have an idea how to fix this?
I tried going into my Themes Functions file and adding in that code
// WooCommerce
add_action('wp', create_function("", "if (is_archive(array('product'))) remove_action( 'woocommerce_sidebar', 'woocommerce_get_sidebar', 10);") );
add_action('wp', create_function("", "if (is_singular(array('product'))) remove_action( 'woocommerce_sidebar', 'woocommerce_get_sidebar', 10);") );
remove_action( 'woocommerce_sidebar', 'woocommerce_get_sidebar', 10);
but had no success. I don’t believe this is an issue with hooks but something that its placing the actual store in the wrong location of the theme… Just wagering a guess
Please help someone ??