First, I am not a exactly a developer. So, excuse any lack of knowledge.
We are trying to achieve a 100% SSL website and we encounter the same problem of these two threads: https://theeventscalendar.com/support/forums/topic/events-calendar-pro-ssl-resources/ and https://theeventscalendar.com/support/forums/topic%2Fevent-calendar-pro-and-ssl-connections/?source=tri.be
Even after using the gist, the images on MAP view was loading using http and not https. So, we put a custom version of tribe_event_featured_image() on our functions.php, where we added $image_src[0] = str_replace( 'http://', '//', $image_src[0] ); right after the $featured_image = '';. And then, we made a copy of the map view on our template folder. But when visiting the mpa view, the ajax response didn’t load at all and the page kept showing the loading gif ad infinitum.
As we could not figure out how to make it work, we edite the original plugin map view file and changed the original function.
1) Is there any way to make this workaround only using our template files and avoiding changing the plugin files?
2) Is there any date when this will be patched or a new version fully https aware?
Thanks in advance.
Celso