Images not loading via https

Home Forums Calendar Products Events Calendar PRO Images not loading via https

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #949443
    2aces2aces
    Participant

    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

    #949764
    Gustavo Bordoni
    Keymaster

    Hi Celso,

    Thanks for reaching out to us here on our support forum.

    Can you point me out to a URL where this happens so that I can see if I can give you a snippet to fix while our developer bake this to our Core Plugin.

    To answer your two questions:

    • You shouldn’t have to touch the core of our plugin to get it o work, you just need to apply a filter to: ‘tribe_event_featured_image
    • I cannot speak about dates because it’s a work of too many people to have public dates

    My Best Regards,

    #983888
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Images not loading via https’ is closed to new replies.