I think it might have something to do with this…that was done to my site….just giving more info to help out.
Woocommerce Plugin Template overriding (Karma WordPress Theme)
Posted 47 days ago in WooCommerce and tagged as Karma – WordPress Theme.
Introduction
WooCommerce has a template overriding feature that enables you to alter the layout and appearance of various sections within your WooCommerce pages.
For more details about template overriding please visit the following WooCommerce documentation page.
https://wcdocs.woothemes.com/codex/template-structure
The tutorial below outlines how to use the WooCommerce Template Override feature to use a full-width page template for your websites Shop pages. Please note that this type of customization is not covered under normal theme support. We suggest that you have a comfortable level of PHP/HTML/CSS coding knowledge. If you are in need of custom coding assistance for this tutorial we recommoend 2 very highly trusted theme customization partners: WPQuestions.com and Codeable.io
Tutorial
In this tutorial we will be referencing the “Shop Page”. The Shop Page is the page which is built into Karma that automatically populates all of your WooCommerce content.
Here is a demo shop page.
https://themes.truethemes.net/Karma/shop
This shop page is “hard-coded” into the theme and cannot be changed like normal pages within your website. Custom coding using WooCommerce’s template override functionality is needed to change the Shop Page Template.
Steps:
1) Open up Karma Theme and create a new folder, called woocommerce. The file structure will be: /Karma/woocommerce/
2) Download the ZIP file below which contains the following file: archive-product.php.zip
archive-product.php.zip
3) Unzip the file and upload archive-product.php into the woocommerce folder you’ve just created. The file structure will be: /Karma/woocommerce/archive-product.php
4) That’s it. Your WooCommerce Shop Page will now use Karma’s “full-width page template” instead of the “right sidebar” page template.