• Folks:

    Can you tell me why my dates and category are missing on posts on front page and other pages above the feature image?

    thx

    cheers

    Ken Gray

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

Viewing 10 replies - 1 through 10 (of 10 total)
  • Ken – this is happening on my Hueman site as well. But only in the Chrome browser. Works as usual in Firefox and Safari.

    https://www.middleweb.com/

    I’ve poked around my plug-ins… can’t figure it out. I do have two small Hueman sites with similar plug ins where it’s NOT happening. See for example:

    https://www.stem-by-design.com/

    Puzzled,
    John Norton

    Thread Starter kengray20

    (@kengray20)

    John:

    The same thing is happening with me Firefox works, Chrome doesn’t.

    I don’t have the faintest reason why but it might be a plugin conflict or a conflict with a Chrome extension. Grammarly was destroying all the styles on a number of posts in Chrome. Every time now I put an extension in Chrome, it interferes with the styling of posts.

    It would be nice if the Hueman people took a look at these two problems.

    cheers

    kgray

    • This reply was modified 2 years, 8 months ago by kengray20.

    We have also a curious problem with categories on homepage.
    all the posts are in “standard” mode publication. And one post haven’t the category right above the featured image.
    Source code is ok… and the same for all the categories. Problem only with Chrome.
    No problem on Firefox and Chromium.
    I really don’t understand this chrome behaviour.

    Yes, ours is standard, too, if I understand your meaning.
    The category/date are still there but covered by featured image.
    Very faintly seen in background.

    “float: left;” for post-category et post-date seems to be the problem. Or Chrome is the problem…

    overflow: auto; on post-inner (parent div) seems to solve the problem. But don’t ask me why ??

    Thread Starter kengray20

    (@kengray20)

    folks:

    I’m not a coder so does anyone have an answer to this in English?

    cheers

    kgray

    Hi,

    can you please add under additional CSS:

    https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/

    Please put only that code below:

    .post-meta{
    position: relative!important;
    }

    Thank you,

    Best Wishes.

    Thread Starter kengray20

    (@kengray20)

    amirzia

    Thank you. It works.

    And thank you for the simple straight-forward instructions.

    cheers

    kgray

    Sorry, but !important should only be used as a last resort.
    I prefer my overflow: auto; on post-inner
    A fix from Hueman Team will be appreciate.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘date and tags of posts missing on front page’ is closed to new replies.