• I have noticed that even though I have my certificate valid and the WP settings set to https, there is an instance where the css for the background overlay is not using https, but rather http. Here is the example:

    here is ok:

    .elementor-4 .elementor-element.elementor-element-69bfa4d:not(.elementor-motion-effects-element-type-background),.elementor-4 .elementor-element.elementor-element-69bfa4d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(“https://digitalmarketingpm.com/wp-content/uploads/2019/09/BG-home-new4.png”);}.elementor-4 .elementor-element.elementor-element-69bfa4d >

    here is it NOT ok:

    .elementor-background-overlay{background-image:url(“http://digitalmarketingpm.com/wp-content/uploads/2019/08/BG-home-new4.png”);background-position:center center;background-repeat:no-repeat;background-size:auto;opacity:1;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4 .elementor-element.elementor-element-69bfa4d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0%;margin-bottom:10%;}

    The first instance for the image is correct, the second that I have listed above is not.

    How can I keep this from happening? I have to go into the post code and manually change it to https every day, this is very frustrating.

    Any help is greatly appreciated!

    Thanks!!

    dmPM

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

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

The topic ‘css not rendering https in all images’ is closed to new replies.