Description Formatting issue Fix
-
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()
andthe_content()
functions a variable sent to a PHP count() could be NULL and that is an issue for PHP 7.2I hope this helps anyone else having this problem ??
- The topic ‘Description Formatting issue Fix’ is closed to new replies.