Problem: Only 5 markers are displayed on a map that should show many more markers. If I check the Maps address cache in Toolset > Settings > Maps, there are no addresses cached.
Solution: The minimum required MySQL version is 5.6. In this case, the server did not meet the minimum requirements. Updating the MySQL version is the best solution in this case.
The problem here is that the user's WYSIWYG field is not displaying external URLs correctly whenever the WYSIWYG field is added inside a conditional shortcode.
Solution:
This only occurs when you've formatted the conditional statement to use the shortcode of the custom field like below.
[wpv-conditional if="( '[types field='other-activities'][/types]' ne '' )"]Some Text[/wpv-conditional]
However the issue can be resolved by formatting the conditional like below
[wpv-conditional if="( $(other-activities) ne '' )"]Some Text[/wpv-conditional]
Notice the use of a different format to call the Types custom field