Conflict with MapSVG. Solution provided by developer.
-
I found a conflict between WP Editor and MapSVG (https://codecanyon.net/item/mapsvg-responsive-vector-maps-and-floorplans-plugin-for-wordpress/2547255)
The author of that plugin (Roman S. Stepanov) made the following changes to WP Editor to resolve the issue:
”WP Editor
/classes/WPEditor.php
line 177:if(isset($_GET[‘page’]) && $_GET[‘page’]==’wpeditor_plugin’){ …
– same as for BadgeOS, this line checks if we are on wpeditr_plugin page and if so – we can load required javascript files. WP Editor uses CodeMirror library (for code syntax highlighting) which is being used by MapSVG as well.”
I hope this may be of use to the WP Editor plugin developer.
Best regards,
Michael
- The topic ‘Conflict with MapSVG. Solution provided by developer.’ is closed to new replies.