• Resolved abgrades

    (@abgrades)


    Hello
    I m having problems with the title of the product not showing in the product page…
    i ve looked everywhere but i cant figure it out…
    I dont know if it matters but i m using the astra theme

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Nancy

    (@nancythanki)

    Thanks for reaching out. I see what you mean on the product page.

    This kind of problem is usually caused by either a conflict with your theme or with another plugin.
     
    The best way to determine this is to:

    • Temporarily switch your theme to Storefront
    • Disable all plugins except for WooCommerce
    • Repeat the action that is causing the problem

    If you’re not seeing the same problem after completing the conflict test, then you know the problem was with the plugins and/or theme you deactivated. To figure out which plugin is causing the problem, reactivate your other plugins one by one, testing after each, until you find the one causing conflict. You can find a more detailed explanation on how to do a conflict test here.

    You have this in your CSS somewhere:

    h1.entry-title {
    display: var(–page-title-display);
    }

    • This reply was modified 5 years, 7 months ago by seank123.
    Thread Starter abgrades

    (@abgrades)

    Thanks…i ll try deactivating the plugins to see if any one of them is conflicting with the title and if its an important one I’ll try to find that lines of CSS…after i find them, should i just delete it?

    I would suspect it’s coming from the theme CSS – deleting it from there would just be temporary as when the theme is next updated the file may be overwritten.

    Try going to Appearance-Customise-Additional CSS and see if it’s in there – if so then, yes, delete it.

    If not try adding:

    h1.entry-title {
    display: block;
    }

    See if that fixes it.

    Thread Starter abgrades

    (@abgrades)

    That did it!
    You’re the man !!!
    Thanks so much !!!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Missing product title’ is closed to new replies.