• Jack Sarlo

    (@redhalls)


    Hi,

    If I switch to ssl how will the plugins I have and their scripts and external libraries start using https? Some of the plugins have options to make the change, but not others.

    For example one plugin adds this code to my website:

    <script src="http://www.informationmarketingexpert.com/wp-content/plugins/layered-popups/js/script.min.js" defer="defer" type="text/javascript"></script>

    How will I switch that to https?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Usually, just clearing all caches is sufficient for this. Plugins should be dynamically fetching their own URLs, so you just have to make sure you don’t have anything stale left over. Also, use the plugin “better search replace” to search for http://example.com and replace with https://example.com.

    Thread Starter Jack Sarlo

    (@redhalls)

    ok, I see. Thanks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to update plugin’s scripts/libraries after switching to SSL?’ is closed to new replies.