Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter scolombo

    (@scolombo)

    You can see the calendar here:

    https://canopy.org/event-calendar/

    same issue here, after updating to 3.0.3

    Thread Starter scolombo

    (@scolombo)

    I decided to roll back to the old version – that solves it temporarily (so if you look at my site, it’s fixed, but technically, I think still broken with the upgrade). Hoping the kinks will be worked out at some point and this will work like it did in the old version. Then I will try to upgrade again.

    To me neither version 2.4.0 is working… seems that Google feed has changed.
    I temporary fix adding this code after line 549:

    $description=str_replace(“AMPquot;”,””,str_replace(“AMPgt;”,”>”,str_replace(“AMPlt;”,”<“,$description)));
    $allow_html=1;

    I replaced “&” with “AMP” because this editor do not allow use html quote

    Plugin Contributor Nick Young

    (@nickyoung87)

    In 3.0.5 we fixed the issue with the HTML not rendering properly. Let me know if you still have the issue after the update.

    Thanks!

    Thread Starter scolombo

    (@scolombo)

    Excellent. Thanks Nick. We’ve upgraded again and it’s working now.

    Good. It’s Ok now

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘HTML Parsing not working for description’ is closed to new replies.