• I am using this plugin on a secured hosting (https), and it was giving me an error about some content not being delivered securely.

    I came to find out that the content that is not being delivered as https is the Google API for the admin stylesheet (apl-admin-ui-css-css).

    I was able to fix this issue on my installation by changing line 363 in APLCore.php to https instead of http, but it would be nice if you can change it in the plugin files so that it won’t be lost when updated.

    'https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.21/themes/' . $APLOptions['jquery_ui_theme'] . '/jquery-ui.css',

    Thanks,

    https://ww.wp.xz.cn/plugins/advanced-post-list/

Viewing 1 replies (of 1 total)
  • Same problem here – all pages are loaded via https

    Most browsers support omitting the protocol, so removing the ‘http’ altogether works for me. So, that line 363 can be '//ajax.gooleapis.com/...

    Also in /wp-content/plugins/advanced-post-list/includes/js/APL-admin.js

    Line 782: loadjscssfile('//ajax.googleapis.com...

Viewing 1 replies (of 1 total)

The topic ‘Importing Google APIs in https’ is closed to new replies.