• Plugin is great, however It does not fully support pages that use SSL.

    For example when I’m logged into the admin dashboard I’m using HTTPS but trying to click the link to show details on a report opens a lightbox to an HTTP page. This does not show anything in google chrome because its not loading the http version of the page from an https page.

    if links were agnostic “//www.yoursite.com” instead of always being “https://www.yoursite.com” This plugin would work find on both sites with or without https.

    https://www.ads-software.com/plugins/wp-reportpost/

Viewing 1 replies (of 1 total)
  • Thread Starter MikesTooLz

    (@mikestoolz)

    The issue is the use of
    <?php echo WP_PLUGIN_URL;?>

    inside the new-reports.php

    WP_PLUGIN_URL will always return an http url even if the site is using https.

Viewing 1 replies (of 1 total)
  • The topic ‘no SSL Support’ is closed to new replies.