• 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 6 years, 5 months ago by Carpanta.

    The page I need help with: [log in to see the link]

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

    (@shanoranetworks)

    Hi!

    It looks like only one image is at issue on the home page (I didn’t check the others):
    https://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

    (@carpanta)

    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

    (@shanoranetworks)

    Sorry about that.

    It looks like you can find the reference in options.css line 129.

    Thread Starter Carpanta

    (@carpanta)

    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) !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 6 years, 5 months ago by Carpanta.
    Shanora

    (@shanoranetworks)

    Looks like a caching issue. It looks good on my end. Try F5 or Ctrl-R. I have a green lock.

    Thread Starter Carpanta

    (@carpanta)

    wow, again right

    basically Im an idiot!

    many, many thanks! saved my life

    Thread Starter Carpanta

    (@carpanta)

    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

    (@shanoranetworks)

    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

    (@carpanta)

    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.