• devan

    (@devancadman)


    This is a Great Plugin.
    However, due to it not being up to date with PHP. The Popup description is not formatted correctly… (All text is in 1 block, instead of many lines of text).

    I have now found the issue, and fixed my end.

    In interactive-map.php on Line 120 + 137 the code = get_the_content()
    Needs to be changed to: apply_filters('the_content', get_the_content())

    This is because sometimes get_the_content() and the_content() functions a variable sent to a PHP count() could be NULL and that is an issue for PHP 7.2

    I hope this helps anyone else having this problem ??

    • This topic was modified 2 years, 4 months ago by devan.
    • This topic was modified 2 years, 4 months ago by devan.
  • The topic ‘Description Formatting issue Fix’ is closed to new replies.