• Guy

    (@guyrutenberg)


    Using WordPress 4.8.2, the plugin converts things like & ” < > to their equivalent html entities and displays them as text. So for example, I would get

    char* test = &quot;adf&quot;; instead of char* test = "adf";

    I’ve tried disabling other plugins but it doesn’t fix the issue. I’m not using the visual editor, and in the past the plugin worked correctly, some time ago it simply stopped producing the correct output. Any help?

Viewing 5 replies - 1 through 5 (of 5 total)
  • I’m having the same issue…..

    • This reply was modified 7 years, 4 months ago by tvhawk.

    Same issue here. Lots of &amp;amp; which keeps multiplying every time I save the post ??

    Same issue here. VERY frustrating since its been in use for some time and there are many posts with code references that depend on this.

    I too have done the plugin on/off dance and I cannot find a plugin conflict.

    I also used a default WordPress theme (twenty sixteen) and the issue persisted.

    I also had my web host check (wpengine) to make sure they did not see any issues from their end.

    In Summary:

    This:

    <!-- PWA Manifest -->
    <link rel=&quot;manifest&quot; href=&quot;/path/to/manifest.json&quot;>

    Gets turned into this:

    <!-- PWA Manifest -->
    <link rel="manifest" href="/path/to/manifest.json">
    • This reply was modified 7 years, 3 months ago by berchman. Reason: HTML not displaying properly
    • This reply was modified 7 years, 3 months ago by berchman.
    • This reply was modified 7 years, 3 months ago by stephencottontail.

    www.ads-software.com was giving me issues with trying to get the html to look right.

    Here is a link to a screen capture of the code in action.

    This should give you a clear picture of what is going on:
    https://www.evernote.com/l/AAWzPCo0FWpAEpcVRHLzWInA0HJGR95Rkj8

    I noticed a sort of pattern to this:

    1. It doesn’t happen on all posts. If I remove all the & amp;& amp repeats and leave it with only a single & (no amp;), the issue does not return. But if I leave any instance of & amp; JavaScript kicks in onblur and adds another amp; to it. (This is a definitely the repeatable bug).

    2. I haven’t been able to figure out why the & amp; gets introduced in the first place. My guess is it occurs when converting from old < pre > or < code > blocks that were added prior to this plugin being activated.

    Note that spacing in the code above was added to hopefully prevent auto encoding. The spaces aren’t in my actual code blocks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Html Entities’ is closed to new replies.