• Resolved mmcclanahan

    (@mmcclanahan)


    I’m using version 1.0.13 of easyrotator. In file easyrotator.php at lines 135 and 139 you are attempting to load jquery-ui stylesheets from ajax.googleapis.com. Unfortunately you are using the http protocol. On an site that uses SSL this results in a “Mixed Content” error and the system refuses to load the stylesheets. ajax.googleapis.com does support the https protocol and that is what should be used.

    I have verified that changing these two lines from “http:” to “https:” does solve the problem on an SSL system and that it does not cause any issues on a non-SSL site.

    Thanks, Max

Viewing 1 replies (of 1 total)
  • Plugin Author DWUser

    (@dwusercom)

    Hi Max,

    Thanks so much for bringing this to our attention. This issue only applies on admin pages when the PageLines plugin is present, due to a work-around for a styling conflict. While it doesn’t affect many users, it’s obviously a noteworthy issue for those it does affect, such as you! We’ve just released a patch (no version update) to the plugin to correct the issue. You can manually re-download and update the easyrotator.php file, or uninstall and then reinstall from the WP dashboard.

    Please let me know if you run into any other issues.

    Sincerely,
    Drew O’Neill

Viewing 1 replies (of 1 total)
  • The topic ‘Mixed Content errors’ is closed to new replies.