• RHoffmeyer

    (@rhoffmeyer)


    Hi,

    On my mobile website, “e80c” is appearing on each story line. I’ve updated both WordPress and the plugin. Why is the “e80c” sudden appearing on my website?

    My website is TheStatehouseFile.com

    Thank you, Rachel

    • This topic was modified 8 years ago by RHoffmeyer.
Viewing 5 replies - 1 through 5 (of 5 total)
  • airdrummer

    (@airdrummer)

    those are supposed to be right arrows:
    <i class=".icon-angle-right:before, .wptouch-icon-angle-right:before">

    which should be defined as
    content: '\e80c';

    but somehow has lost the escaping backslash:
    content: 'e80c';

    there’s also a trumpload of css errors;-\

    • This reply was modified 8 years ago by airdrummer.
    Thread Starter RHoffmeyer

    (@rhoffmeyer)

    Thanks for explaining. Any suggestions on how to fix?

    airdrummer

    (@airdrummer)

    try disabling other plugins…most of the css errors seem to come from yuzo

    airdrummer

    (@airdrummer)

    just noticed all the ‘e8’ social links icons @ the bottom of the page…somewhere the escapes are being stripped…

    Reinharts

    (@reinharts)

    My site actually has the escaping backslashes here… but the icons don’t work!
    It must be something with the new minify CSS they’re pushing in the latest versions. Never works out well.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘“e80c” appears on mobile website’ is closed to new replies.