• Resolved vvvv

    (@vvvv)


    Hi
    I am using WordPress HTTPS and you solved a huge redirect issue for me about a week ago – thanks again!

    One other I have noticed along these lines, is that the Events Calendar widget gets hung up when trying to navigate to the next/prev month on https pages. The ssl security icon in at least 2 browsers show a breach when trying to >> or << to the adjacent month, and will not advance to show that month (only on the https pages.)

    Is there a way to make this work again along with the plugin I am using?

    https://www.ads-software.com/plugins/events-made-easy/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Franky

    (@liedekef)

    I’m not able to reproduce it on https://localhost , can you again show that in a test setup and mail it to me?

    Thread Starter vvvv

    (@vvvv)

    Sure I will email that info.

    I am also seeing that the Location Maps are being denied view on the https pages(they come up fine in the editor, but on the https pages, they are just a green background), so if you take a look at that too – I’d sure appreciate it.

    Thanks!

    Plugin Author Franky

    (@liedekef)

    After some testing: updated code can be found in trunk. The correct reason is: the wordpress function site_url() returns
    https://&#8230; and not https, because the plugin “wordpress https”
    converts only specific pages to https, not the homepage. I used the
    homepage as a base for the jquery json call, but I can as well use just
    about any page, so I now use the current page, which then takes http(s)
    into account.

    Thread Starter vvvv

    (@vvvv)

    Thank you Franky! Appreciate it!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘https pages and calendar widget’ is closed to new replies.