Giter Club home page Giter Club logo

Comments (9)

markmollart avatar markmollart commented on September 14, 2024 1

The solution I have found so far is to copy a red dot from the REST API:
Screen Shot 2019-05-06 at 11 00 53 am
paste this into a database find and replace tool like https://interconnectit.com/products/search-and-replace-for-wordpress-databases/ and replace with nothing.

This Looks like a possible solution (just need to convert jquery to JS):
$(document).ready(function() {
$("body").children().each(function() {
$(this).html($(this).html().replace(/&#8232 ;/g," ")); // remove the space in front of the first semicolon!
});
});
https://wordpress.org/support/topic/l-sep-character-shows-up-in-chrome/

from koval.

samlogan avatar samlogan commented on September 14, 2024

Looks like they might be coming across from the WP WYSIWYG editor, will investigate @Samueldriessen

from koval.

Samueldriessen avatar Samueldriessen commented on September 14, 2024

Thanks Sam. I have removed this from Capital Partners in preparation for site launch.

from koval.

Samueldriessen avatar Samueldriessen commented on September 14, 2024

Hey @samlogan possible update on this - it could be caused when copying content from sketch, not sure of this though.

from koval.

samlogan avatar samlogan commented on September 14, 2024

@Samueldriessen yeah that’s what I have traced it back to. Making some updates to Koval next week so will try and address it then

from koval.

Samueldriessen avatar Samueldriessen commented on September 14, 2024

Hi @samlogan , Have we had any movement on this? Mark is seeing this on GAPerry, may be worth finding preventative or post-fix methods for it.

from koval.

samlogan avatar samlogan commented on September 14, 2024

@Samueldriessen I believe @chungeric has been looking into it but it's a hard one to fix as it appears to be an issue with the character encoding at WordPress's end, possibly from the database schema allowing in UTF characters when copying and pasting into their WYSIWYG editor from Sketch.

from koval.

markmollart avatar markmollart commented on September 14, 2024

I was able to get the character removed from the REST Json feed with this update (please note this is specific to GA Perry)

https://github.com/birdbrain/gaperry-wp/commit/40e21d7c56e2af58a4232f1f6ffc85c6faa53f75

from koval.

samlogan avatar samlogan commented on September 14, 2024

@markmollart that’s great

from koval.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.