• I updated wordpress and now the names of my products don’t show on my home page although the names do appear in the product section, is there a way to fix this? thank you

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello!
    Are you running a custom CSS for your page? When I inspected the HTML I came up with this line here.

    #post-46 h2 {
    display: none;
    }
    Removing this line made your item names appear.

    Thread Starter design145

    (@design145)

    where do you see

    #post-46 h2 {
    display: none;
    }

    I looked in the text of my home and I can’t find that anywhere. There were no changes that I made to the home page. I only updated but somehow the update caused the product names on the home page to disappear.Iss there something I can add to put them back?

    Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    What you can do is use your browser’s developer tools to inspect the elements. In that you can see the HTML structure:

    If you select the h2 tag, the styling shows:
    Css line

    If you click on the link it will take you to: https://prolificcandles.com/shop/wp-content/themes/skeleton/style.css?ver=1.6

    In that file you appear to have:

    
    ul.disc {list-style-type:disc;}
    
    #post-46 h2 {display:none;}
    
    .product-quantity {color: #EE2B7B;}
    

    I’m guessing it may have been added by accident.

    Thread Starter design145

    (@design145)

    I was able to add the wording again by using my product page as the home page. I kind of miss how it was before my update but now there’s no way to revert back. I guess I will have to ask on another forum if there is a way to change my home page again so I don’t have 2 replica pages. I’m not too web developer savvy but as long as I have instructions i’m usually able to figure things out. Thanks for the help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Home screen lists products after update product name not appearing’ is closed to new replies.