• Resolved moucho

    (@moucho)


    Hello,

    I’ve been using this plugin for a while and it’s been working great so far, nice work.

    I’ve recently installed an SSL and change my WordPress url so that it works always with https. The problem is that the event details in the popup are not visible, it’s only a window with no text.

    After some code review, the thing is that jquery is been blocked by browsers because of mixed content on the popup. The text is there, but it’s not visible and using css styles I haven’t been able to make it work.

    Here are two examples, with and without https:

    Using https


    Without https

    As you can see if you check for errors in the browser inspector, it’s because jquery is being blocked.

    Any ideas, even an url change in the code?

    Thanks

    https://wordpress.org/plugins/spider-event-calendar/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Sona

    (@support-web-dorado)

    @moucho,

    This will be fixed, if the content will be called out with https not http, which is currently the default. Please contact me at support[at]web-dorado.com and I will further help you out with resolving the case. Thanks.

    I believe I have the same or similar problem. Our site is still under development and not public. It is all https. I’m a WP newbee.

    The calendar link is https:// (which is correct)

    The problem is that when clicking on a calendar event, there is a popup, but no visual content.

    Thread Starter moucho

    (@moucho)

    You can solve this if you edit the file functions_for_xml_and_ajax.php
    in the spider-event-calendar

    You can search for the string: http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js

    And change it to:

    https://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js

    (There are two lines which need to be changed)

    Of course, make a backup first just in case something goes wrong. And if you update the plugin you’ll need to do this again.

    Cheers

    Updated: If there are 2 events on the same date, when I click the date, the popup shows BOTH events ok.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problem loading calendar details and mixed content’ is closed to new replies.