Viewing 11 replies - 16 through 26 (of 26 total)
  • Thread Starter JohnNadeau

    (@johnnadeau)

    Oh good. Thank YOU !

    Quick note: no image at the link you provided.

    For now, shall I:
    A) leave it “as is” for you to test (no problem if so) ?
    or
    B) make your/my prior code edits (so that it displays properly in the meantime) ?

    Thanks,

    John

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    B) make your/my prior code edits (so that it displays properly in the meantime) ?

    You can make the changes, we’ll test things on one of our test installs, thank you!

    Thread Starter JohnNadeau

    (@johnnadeau)

    Hi Jeremy,

    Just upgraded from 3.3 to 3.3.2.

    I’m still seeing the problem in the middle of excerpts: when an ‘&’ is used within the excerpt, it is displayed as ‘&’

    See: https://lelacappelle.com/beyond-the-snow-covered-lakefront-cottages/

    Then hover over the Holiday Card and note the issue: ‘… as you can see it’s warm & inviting…’ It’s happening on other hover/excerpts too.

    Looking back at this thread, we tried re-indexing but it didn’t help before.

    I won’t re-index or make any changes until I hear back from you so that you can see/document the issue.

    Thanks!

    John

    Thread Starter JohnNadeau

    (@johnnadeau)

    …Sorry… wherever you see an ‘&’ in my prior post, it should have shown ‘&amps;’ ??

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    Yes, we haven’t fixed that yet: you can follow our progress here:
    https://github.com/Automattic/jetpack/pull/1282#issuecomment-69748153

    Thread Starter JohnNadeau

    (@johnnadeau)

    Thanks Jeremy.

    I went ahead and made the former changes you recommended and it appears to be working:

    IN:
    jetpack/modules/related-posts/jetpack-related-posts.php

    CHANGED:
    ‘excerpt’ => $this->_to_utf8( $this->_get_excerpt( $post->post_excerpt, $post->post_content ) ),

    TO THIS:
    ‘excerpt’ => html_entity_decode($this->_to_utf8( $this->_get_excerpt( $post->post_excerpt,
    $post->post_content ) ),ENT_QUOTES, ‘UTF-8’ ),

    Thread Starter JohnNadeau

    (@johnnadeau)

    Hey There,

    Was this issue resolved in version 3.5 ?

    Thanks,

    John

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    No, not yet. The issue is still opened. I asked our Related Posts expert to take another look.

    Thread Starter JohnNadeau

    (@johnnadeau)

    Thanks Jeremy. It’s one of those little things I have to manually change each time JetPack is updated. It will be nice when the fix is folded into JetPack.

    Thread Starter JohnNadeau

    (@johnnadeau)

    Hi Jeremy,

    I’ve been following your progress at GitHub… very cool !

    Do you anticipate it being folded into version 3.5.4 or 3.6?

    Thanks,

    John

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    Do you anticipate it being folded into version 3.5.4 or 3.6?

    It will be shipped in 3.6, scheduled to be released in a few weeks.

Viewing 11 replies - 16 through 26 (of 26 total)
  • The topic ‘Related Posts &Hellip Typo on Hover’ is closed to new replies.