• tomb1979

    (@tomb1979)


    The main navigation:

    <?php wp_nav_menu( array( 'menu' => 'main', 'container' => false, 'items_wrap' => '%3$s' ) ); ?>

    and section labels, eg:

    <h3><a href="<?php echo get_post_type_archive_link('project'); ?>">PROJECTS</a></h3>

    render text incorrectly – alphabetically one letter earlier than intended. For example, ‘Home’ renders ‘Gnld’. This fixes itself with a refresh. I’ve looked at character encoding, font loading but to no avail – any help/suggestions/guidance very welcome!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you link to a Webpage with the issue?

    Thread Starter tomb1979

    (@tomb1979)

    Of course: tateharmer.com

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    It’s a CSS issue. Try deactivating your plugins to explore whether any could be responsible

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If you’re making a custom theme, you can work your way backwards by removing styles to see which are responsible. You can’t really do that in a Browser Develop Tool like Firebug because of this particular issue.

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

The topic ‘Garbled text fixed by refresh’ is closed to new replies.