Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Hello,
Please help me solve the problem with adding maps to the forum topic. Conducted experiments with several plugins, wpforo cuts json. Example, wordpress.org/plugins/waymark plugin
The map is added using a shortcode.
Code in the database generated by the plugin:
{"type":"FeatureCollection","features":[{"geometry":{"type":"Point","coordinates":[-68.74923,51.38436]},"type":"Feature","properties":{"type":"photo"}}]}
This is how the code is displayed on WordPress pages:
waymark_viewer_32b6d7.load_json({"type":"FeatureCollection","features":[{"geometry":{"type":"Point","coordinates":[-68.74923,51.38436]},"type":"Feature","properties":{"type":"photo"}}]});
Deserialized wpforo:
waymark_viewer_32b6d7.load_json({"type"[-68.74923,51.38436]},"type""photo"}}]});
Is it possible to solve this problem without compromising the security of the forum, any recommendations?
The question was solved with the help of:
if( WPF()->current_object['topicid'] == ) { echo do_shortcode( '[]' ); };
wpforo is good)