We're merging with GenerateBlocks! Learn more here.

[Resolved] intermittent display glitch "à" instead of "à"

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support intermittent display glitch "à" instead of "à"

  • This topic has 9 replies, 2 voices, and was last updated 4 years ago by Tom.
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #10904
    Daniel
    Participant

    Hi,

    From time to time, I’ve got a display glitch in my update date, i see “Mis &agrave ; jour le 22 juillet 2019” instead of “Mise à jour le 22 juillet”.

    Note that if I’m doing nothing, It will work most of the time but from time to time I’ve got the display glitch and I want to stop this glitch from happening again.

    Do you have any idea of what could cause this issue?

    Page where the problem happen: http://www.optionparent.com/
    WP show posts version used: wp-show-posts-pro-1.0-beta.2.zip
    Custom CSS:
    .wp-show-posts-updated {
    display: inline-block;
    }

    .wp-show-posts-updated + .wp-show-posts-entry-date {
    display: none;
    }

    .wp-show-posts-entry-date:before {
    content: “Publié le “;
    }

    .wp-show-posts-updated:before {
    content: “Mis à jour le “;
    }

    #10920
    Tom
    Keymaster

    Hi there,

    Does this happen consistently, or only sometimes? Always in the same browser?

    #10924
    Daniel
    Participant

    Hi Tom,

    It does happen only sometimes, always on Chrome (both Desktop and Mobile). I will try with Edge/Firefox next time it happen.

    #10953
    Tom
    Keymaster

    That’s strange that it would only be sometimes. Perhaps you have a browser extension causing a conflict? Does it happen in incognito mode?

    #10986
    Daniel
    Participant

    Next time I see it, I will disable all my browser extensions and try it in incognito mode. I will also flush cache on WP.

    #11050
    Daniel
    Participant

    Since the problem has not happened for several days and I hope that the problem was elsewhere (browser cache?), You can consider this ticket closed. Thank you.

    #11234
    Daniel
    Participant

    The problem seems to appear more on Safari and sometimes on Edge but not on Chrome. Also, when i flush the SiteGround Cache, the problem disappear temporarily. Do you have any idea of what the problem could be?

    #11251
    Tom
    Keymaster

    Hmm, I found this: https://www.jan-pietruska.de/wiki/special-characters-fuer-content-before-after-css/

    I’m not sure if those codes can be used with other letters, though?

    #11252
    Daniel
    Participant

    Thank you for the resource! adding “\00e0 ” instead of “à” seem to work well on Chrome, Edge and Safari. I will keep you posted if anything goes wrong but it really seem to work well now.

    #11270
    Tom
    Keymaster

    Awesome! Glad I could help 🙂

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.