Title: Https and mixed content issue
Last modified: January 20, 2017

---

# Https and mixed content issue

 *  [Alison](https://wordpress.org/support/users/anonymical7/)
 * (@anonymical7)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/https-and-mixed-content-issue/)
 * Hi All, I am trying to get https fully running on this site, but cannot seem 
   to locate where to edit or locate the code to get it to go to https. Its two 
   images still loading in http? I tried the .htaccess rewrite solution but that
   did not work either. Ideas?
 * The person that designed this site is unreachable. I see the one png is not named
   correctly.I am not sure why he used a IP address in the url of the one file.
 * Using [https://www.whynopadlock.com/check.php](https://www.whynopadlock.com/check.php)
   I see this report:
 * Insecure URL: [http://174.36.243.202/~easlceeu/wp-content/uploads/2011/12/a1.pngg](http://174.36.243.202/~easlceeu/wp-content/uploads/2011/12/a1.pngg)
   
   Insecure URL: [https://www.easlce.eu/wp-content/themes/easlce2/images/arrow_grey.png](https://www.easlce.eu/wp-content/themes/easlce2/images/arrow_grey.png)
 * Any guidance would be appreciated! Google still says theres errors.
 * Thanks A xo

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/https-and-mixed-content-issue/#post-8678748)
 * Are these images being added by your theme or are they n the content area of 
   your posts/pages? You can check if it’s the former by temporarily switching to
   the default theme to rule out any theme-specific problems.
 *  Thread Starter [Alison](https://wordpress.org/support/users/anonymical7/)
 * (@anonymical7)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/https-and-mixed-content-issue/#post-8678775)
 * Esmi, thanks for writing!
    I went through my theme files and do not seem to see
   the url hard coded anywhere. I think they are being added by the theme though
   because the images are either in the headers or the slide show.I wonder if its
   the javascript on the slide show on the front page. In my google console I also
   see this:
 * `(index):324 Mixed Content: The page at 'https://www.easlce.eu/' was loaded over
   HTTPS, but requested an insecure image 'http://www.easlce.eu/wp-content/uploads/
   2011/12/a3.png'. This content should also be served over HTTPS.slideit @ (index):
   324(anonymous function) @ VM2374:1`
 * Thanks for looking at this!
 *  Thread Starter [Alison](https://wordpress.org/support/users/anonymical7/)
 * (@anonymical7)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/https-and-mixed-content-issue/#post-8678947)
 * Update: Found where things are loading- its a slide show. Where would one find
   this script to edit within a theme? And, if found, can I simply change the links
   to https? Thanks.
 *     ```
          <!-- Slideshow Wrapper -->
             <div id="slide-wrapper">
               <!-- Slideshow Static -->
               <div class="static-block">
               <!-- Removed -->
       <a href="javascript:gotoshow()"><img src="http://174.36.243.202/~easlceeu/wp-content/uploads/2011/12/a1.pngg" name="slide" border=0 width=620 height=346></a>
       <script>
       <!--
   
       //configure the paths of the images, plus corresponding target links
       slideshowimages("http://www.easlce.eu/wp-content/uploads/2011/12/a1.png","http://www.easlce.eu/wp-content/uploads/2011/12/a2.png","http://www.easlce.eu/wp-content/uploads/2011/12/a3.png")
       slideshowlinks("http://www.easlce.eu/about-us/","http://www.easlce.eu/about-us/","http://www.easlce.eu/about-us/")
   
       //configure the speed of the slideshow, in miliseconds
       var slideshowspeed=3100
   
       var whichlink=0
       var whichimage=0
       function slideit(){
       if (!document.images)
       return
       document.images.slide.src=slideimages[whichimage].src
       whichlink=whichimage
       if (whichimage<slideimages.length-1)
       whichimage++
       else
       whichimage=0
       setTimeout("slideit()",slideshowspeed)
       }
       slideit()
   
       //-->
       </script>
       ```
   
    -  This reply was modified 9 years, 4 months ago by [Alison](https://wordpress.org/support/users/anonymical7/).
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [9 years, 4 months ago](https://wordpress.org/support/topic/https-and-mixed-content-issue/#post-8679144)
 * Install the plugin “better search replace”. Search for `http://174.36.243.202/
   ~easlceeu` and replace with `https://www.easlce.eu`. That should resolve the 
   issue.
 *  Thread Starter [Alison](https://wordpress.org/support/users/anonymical7/)
 * (@anonymical7)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/https-and-mixed-content-issue/#post-8681688)
 * Hi thanks Steve, strangely “better search replace” did not flag that url. But
   I ended up discovering the php file and editing the url in error. All is good
   now. Thanks both of you for the help!
 * A
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [9 years, 4 months ago](https://wordpress.org/support/topic/https-and-mixed-content-issue/#post-8681972)
 * I should have also suggested a 2nd plugin, “string locator” that finds stuff 
   that’s hard-coded and not in the database. 🙂
 *  Thread Starter [Alison](https://wordpress.org/support/users/anonymical7/)
 * (@anonymical7)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/https-and-mixed-content-issue/#post-8686715)
 * Thanks Steve,
 * I found one more string that appeared on our site but the string locator could
   not find it either. But I tracked it down to this piece of code in a plugin I
   think. How can I force it to apply https? Its only on the standard login page
   now that it shows mixed content. [https://www.easlce.eu/wp-login.php](https://www.easlce.eu/wp-login.php)
   
   I tried just deleting the image but the login page still requests the unsecure
   url of the logo: [http://www.easlce.eu/wp-content/plugins/easlcemember/images/logo.png](http://www.easlce.eu/wp-content/plugins/easlcemember/images/logo.png)
 * This is the code I believe that requests the image? Let me know if I should repost
   in a new thread, I was unsure since its along the same issue. I appreciate the
   help! x
 *     ```
       $default_options["login_reg_logo_src"] = $GLOBALS["WS_PLUGIN__"]["easlcemember"]["c"]["dir_url"]."/images/logo.png";
       $default_options["login_reg_logo_src_width"] = "550";
       $default_options["login_reg_logo_src_height"] = "100";
       $default_options["login_reg_logo_url"] = home_url("/");
       $default_options["login_reg_logo_title"] = get_bloginfo("name");
       				/**/
       ```
   
    -  This reply was modified 9 years, 4 months ago by [Alison](https://wordpress.org/support/users/anonymical7/).
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [9 years, 4 months ago](https://wordpress.org/support/topic/https-and-mixed-content-issue/#post-8687855)
 * Disable and delete the plugin, then reinstall it. That might shock it into using
   the current access protocol.. Nothing in the code you showed has “[http://&#8221](http://&#8221);
   as part of it.

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

The topic ‘Https and mixed content issue’ is closed to new replies.

## Tags

 * [HTTPS](https://wordpress.org/support/topic-tag/https/)
 * [SSL](https://wordpress.org/support/topic-tag/ssl/)

 * In: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
 * 8 replies
 * 3 participants
 * Last reply from: [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/https-and-mixed-content-issue/#post-8687855)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
