I have built a custom Wordpress theme and am using Woo Commerce for the shopping cart plugin. Most of it has integrated well (I have added hooks for the theme in functions.php and have copied Woo commerce template pages into woocommerce sub-folder in theme.) However I am trying to add a wrapper () outside of the loop on the product category pages and can't for the life of me work out what I need to edit in order to make it work. I need to do this in order to re-position the products via CSS. I could apply the css to but this is not specific enough for me
So far I have:
- Experimented with content-product_cat.php and content-product.php (but both operate within the loop.
- Experimented with a number of other template pages
- I have added the tags to the wrapper-start.php and wrapper-end.php pages. This works for the other pages but does not show in product-cateogry
I have looked online and on Wordpress site but it does not offer any help on the matter. Any help would be greatly appreciated!
Kind Regards Nick