• In dire need of assistance. My site is using Mango Woocommerce Theme. When I first started adding products, they would show on the shop page, but not on the single products page. So I followed instructions to update the outdated woocommerce template files. When I did this it immediately fixed the product page problem, but now there is broken links showing on the bottom of both product page and shop page. I deleted the files out of the theme folder I had updated, and even deleted and reinstalled woocommerce and I am faced with the same problem. Please take a look and see if anyone has an idea to do? Look at the shop link and product pages.

    site: http://www.bottomsupclothing.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,`

    It is not a broken links, but is your sidebar. Since your theme doesn’t give you any styling for the shop page, it displayed like a mess.

    You can add this code into your custom CSS file to fix the layout:

    #content .products, #content .product {width: 68%; float: left; margin-left: 10px;}
    #sidebar {width: 30%; float: left;}
    #content .products li {width: 30%; margin-right:10px;}

    If you don’t have any custom CSS file, you can install this plugin: https://wordpress.org/plugins/simple-custom-css/. Once you activate it, you can go to: WordPress dashboard > appearance > edit CSS

    Hi, So I was locked out of my old acct (I’m the original poster and yes I’m aware how ridiculouos that makes me lol.) Anyway I inserted the code provided above into the css and it worked great. However it’s still displaying all my extra sample pages as links. I’m not sure how to turn these off. If there’s a front end route (through word press) as opposed to code I’m much better with those methods. So- I’m trying to turn off all the links on the right side of the shop or products page.
    http://www.bottomsupclothing.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Woocommerce Broken! Help!’ is closed to new replies.