The Map addon is dropping an extraneous “All Map” bar on the page which is very much unwanted. The rounded CSS bubble shows up and says “All Map” above the map (and does nothing), but the extra bar (also does nothing) occupies the left side of the page.
I just need it to go away.
Thank you!
Nov 21,2021 AT 1:17AM - 3 years ago -Update:
The problem is in the events-map addon folder /includes in file class-frontend.php
I tracked it down to this:
if($args[‘map_type’]==’upcoming’){
echo ‘<a class=”evo-mapfocus evo_btn”>’. evo_lang_get(‘evoEM_l2′,’All Map’).'</a>’;
If I remove “upcoming” from the shortcode, the problem goes away – but so does the feature. The “All Map” button above the map doesn’t seem to reset the map after clicking on an event within the map, which I believe it is supposed to do.
Since I’m just getting started I left the shortcode in place so you could see the issue in action.
My guess is that code is supposed to drop a button below the map; instead it places a bar with no compatible formatting on the left side of the screen (on mobile it responsively moves below the map.)
In short, I can solve the issue on my end by eliminating the “upcoming” shortcode, but it also changes the feature. I’m okay with that for now, this is mostly an FYI since the add-on is paid and shouldn’t do that.
Hey Jason,
Thank you for all the details and clarifications!
We will review this deeper and accordingly update
You’re the best!
Closing this ticket since it’s not an emergency.
❤️