Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Russell Jamieson

    (@powerblogservice)

    Your WordPress theme style.css file is transforming your name to be upper case.

    AuthorSure produces the following HTML

    <a rel="author" href="http://blog.kibristaodtuvarmis.com/yazarlar/ege-gorgun/" class="authorsure-author-link">Ege GÖRGÜN</a>

    For some reason “Inspect Element” is not working on Google Chrome when I visit your site so I cannot see the specific line of CSS that is transforming your name to be upper case.

    Thread Starter egegorgun

    (@egegorgun)

    Well, well. What can I do then?

    Plugin Author Russell Jamieson

    (@powerblogservice)

    Change your WordPress theme’s style.css so it does not transform h4 elements

    The file is

    http://blog.kibristaodtuvarmis.com/wp-content/themes/corona/style.css

    The lines that cause the problem are

    h4{font-size:14px; clear:both; text-transform: uppercase;}

    and

    .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-style: normal;
    }

    Thread Starter egegorgun

    (@egegorgun)

    Hi Russel,

    Your advice definitely worked my problem out. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Author Name Modification’ is closed to new replies.