Hi Coen,
try switching to the advanced editor via Settings / Misc (& contact your server administrator for details – cant tell, what caused this)
regards,
Robert
Okay, that saved my day. Got the advanced editor now. When I hit the switch to show the simplified editor, it troughs the same error at me?
to bad – unfortunately I would need more info from server admin (which is you? π
I also see this under the Maps Marker menu bar:
$first_mlm_id: 7$other_mlm_ids: Array ( [0] => 8 [1] => 14 [2] => 25 [3] => 26 [4] => 31 )
I don’t think it should be there.
Adventurous greetings,
Coen
ups – thanks for reporting! missed that – output will be hidden in v3.1 (which I just wanted to commit and now has to wait a bit π
good… anything else I will post here, I will be testing now… π
Hi Coen,
FYI: v3.2 will include a new function behind the editor switch link which should be more compatible…
regards,
Robert
Great! Be happy to test it, if you have internet.. π
π testing is difficult unless you have a separate test environment (updating to the final release then could disrupt your system)
Hi Coen,
please test again with v3.2.1 – should work now.
regards,
Robert
hmmm I get a nice big fat error in the latest update:
Leaflet Maps Marker warning!
You must enqueue the plugin stylesheets manually if you want to show maps by calling do_shortcode() in your template files!
Please add the following code before your get_header() call inside your template, which is usually located in header.php:
$plugin_version = get_option(‘leafletmapsmarker_version’);
global $wp_styles;
wp_enqueue_style( ‘leafletmapsmarker’, LEAFLET_PLUGIN_URL . ‘leaflet-dist/leaflet.css’, array(), $plugin_version );
wp_enqueue_style( ‘leafletmapsmarker-ie-only’, LEAFLET_PLUGIN_URL . ‘leaflet-dist/leaflet.ie.css’, array(), $plugin_version );
$wp_styles->add_data(‘leafletmapsmarker-ie-only’, ‘conditional’, ‘lt IE 9’);
This is only for my maps in the sidebar.
v3.2.2 will have a new option for this – no more template edits needed then…
I think I must start doing offline testing for these things. Is there a way to downgrade to the last version, I haven’t downloaded that. And more over, can I just delete the new plugin and install a previous version?
Adventurous greetings,
Coen
v3.2.2 will be released later today – no need to downgrade…