Title: Huge headache trying to implement HTTPS (only missing 1 item)
Last modified: September 24, 2018

---

# Huge headache trying to implement HTTPS (only missing 1 item)

 *  [Carpanta](https://wordpress.org/support/users/carpanta/)
 * (@carpanta)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/huge-headache-trying-to-implement-https-only-missing-1-item/)
 * Hi
 * As you can see if you go to the linked page Ive almost implemented the HTTPS 
   protocol in all my pages, except for one pesky image that stops from showing 
   the green padlock
 * the image came with the theme or the ex-designer put it there, not sure, but 
   it isnt referenced in functions or header or anywhere else. I cannot find where
   is originally mentioned so I can edit it and put the // instead of the http.
 * help!!!!
    -  This topic was modified 7 years, 8 months ago by [Carpanta](https://wordpress.org/support/users/carpanta/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhuge-headache-trying-to-implement-https-only-missing-1-item%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Shanora](https://wordpress.org/support/users/shanoranetworks/)
 * (@shanoranetworks)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/huge-headache-trying-to-implement-https-only-missing-1-item/#post-10719063)
 * Hi!
 * It looks like only one image is at issue on the home page (I didn’t check the
   others):
    [http://liposuccion-susmedicos.com/wp-content/themes/clockwork/images/bg/bg08.png](http://liposuccion-susmedicos.com/wp-content/themes/clockwork/images/bg/bg08.png)
 * Since you say you cannot find the link, above is the path. However, the image
   should be in your media library, where you can update the url.
 * In general, you may need to go into your media library and manually change any
   url that did is not https. If you are using a builder, they often don’t update
   when you switch to https. If this is the case you may also need to go into each
   page and change the urls. Where to edit depends on the builder.
 *  Thread Starter [Carpanta](https://wordpress.org/support/users/carpanta/)
 * (@carpanta)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/huge-headache-trying-to-implement-https-only-missing-1-item/#post-10719080)
 * yes, thanks I knew all that, the problem is the image is part of the theme, (
   as I explained in my OP) so I cannot update it from my media library, because
   its not there, and theres also not reference in the code of the main page, or
   in any other page I could find.
 * Thats my issue, sorry if I didnt explain myself too well in my original post,
   and thanks again for your good will to help
 * what I need to find is the page or place where this is referenced so I can change
   the link from HTTP to //
 *  [Shanora](https://wordpress.org/support/users/shanoranetworks/)
 * (@shanoranetworks)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/huge-headache-trying-to-implement-https-only-missing-1-item/#post-10719657)
 * Sorry about that.
 * It looks like you can find the reference in options.css line 129.
 *  Thread Starter [Carpanta](https://wordpress.org/support/users/carpanta/)
 * (@carpanta)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/huge-headache-trying-to-implement-https-only-missing-1-item/#post-10719686)
 * many thanks, you found it indeed! but Ive edited and saved it and the error remains.
   Im lost, could it be this same error in another place too?
 * this is the line edited:
    .header{background:url([https://liposuccion-susmedicos.com/wp-content/themes/clockwork/images/bg/bg08.png](https://liposuccion-susmedicos.com/wp-content/themes/clockwork/images/bg/bg08.png))!
   important;}
 * I also tried with:
    .header{background:url(//liposuccion-susmedicos.com/wp-content/
   themes/clockwork/images/bg/bg08.png) !important;}
 * but I keep getting the same error, annoying, very anoying
 * thanks for your help Shanora! your good find should¿ve fixed the error, I dont
   know why it didnt!
 * still getting the same warning and no green padlock 🙁
    -  This reply was modified 7 years, 8 months ago by [Carpanta](https://wordpress.org/support/users/carpanta/).
 *  [Shanora](https://wordpress.org/support/users/shanoranetworks/)
 * (@shanoranetworks)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/huge-headache-trying-to-implement-https-only-missing-1-item/#post-10719692)
 * Looks like a caching issue. It looks good on my end. Try F5 or Ctrl-R. I have
   a green lock.
 *  Thread Starter [Carpanta](https://wordpress.org/support/users/carpanta/)
 * (@carpanta)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/huge-headache-trying-to-implement-https-only-missing-1-item/#post-10719700)
 * wow, again right
 * basically Im an idiot!
 * many, many thanks! saved my life
 *  Thread Starter [Carpanta](https://wordpress.org/support/users/carpanta/)
 * (@carpanta)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/huge-headache-trying-to-implement-https-only-missing-1-item/#post-10719701)
 * Can I ask you a final question, and sorry If Im abusing of your time, but how
   did you locate where the reference for the image was? how did you find out that
   it was in the file options.css line 129?
 *  [Shanora](https://wordpress.org/support/users/shanoranetworks/)
 * (@shanoranetworks)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/huge-headache-trying-to-implement-https-only-missing-1-item/#post-10719709)
 * I use Firefox. Right click and inspect element. I noticed that the other images
   were referenced in the css, so in the style editor tab, I did a ctrl-F and searched
   for bg08 in the css files until I got a hit.
 * It’s a great tool. If you haven’t used it before, play with it a bit – it’s extremely
   useful. Chrome also has similar features.
 *  Thread Starter [Carpanta](https://wordpress.org/support/users/carpanta/)
 * (@carpanta)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/huge-headache-trying-to-implement-https-only-missing-1-item/#post-10719760)
 * great info, again many thanks for your help!

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

The topic ‘Huge headache trying to implement HTTPS (only missing 1 item)’ is closed
to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 9 replies
 * 2 participants
 * Last reply from: [Carpanta](https://wordpress.org/support/users/carpanta/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/huge-headache-trying-to-implement-https-only-missing-1-item/#post-10719760)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
