• Hello, I am having a problem with my author pages and bylines. At the top of the author pages are “About [1]” rather than the person’s name, resulting in all the articles having a “By: [1]” byline rather than the person’s name, such as “By: Chloe X.” Can someone help with trying to debug this? I’m using Avada and tried editing it using its builder to no avail, as well as on the native WordPress dashboard itself. An example of an article title with the glitching/incorrect byline is shown below.

    • This topic was modified 1 year, 4 months ago by chloexiang.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • lisa

    (@contentiskey)

    try this:

    install health check plugin which can be used in troubleshooting mode to deactivate all plugins and theme might help narrow down the source of the issue (maybe your theme or a plugin) https://www.ads-software.com/plugins/health-check/

    It appears that’s it’s being caused by this Gutenberg block-library CSS rule:

    .fn {
        counter-increment: footnotes;
        display: inline-block;
        font-size: smaller;
        text-indent: -9999999px;
        vertical-align: super;
    }

    With that rule removed, it displays the name normally.

    I’m guessing that it’s either due to a theme setting, Gutenberg block setting, or a conflict between the theme and Gutenberg (like both trying to use the same fn class name.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issue With Author Pages and Byline’ is closed to new replies.