Home › Forums › ASE Support › Mapbox Input field disabled › Reply To: Mapbox Input field disabled
Participant
Hi! This is great thanks a lot!!!
Unfortunately there is a little bug in the new update, in the file “component-map.php” on Line 40 is:
$goog_apikey = get_option( 'ase_mapbox_id' );
instead of
$goog_apikey = get_option( 'ase_mapbox_apikey' );
so it actually tries to send the mapbox id instead of the analytics key.