Avada › Forums › Community Forum › Mixed Content Issues, can’t find offending URL in my Avada files
Tagged: mixed content SSL URL
-
AuthorPosts
-
I’m trying to fix our “Mixed Content” issue. When I hit F12 in Chrome, I get this message:
Mixed Content: The page at ‘https://atgconsults.com/’ was loaded over HTTPS, but requested an insecure image ‘http://www2.atgconsults.com/wp-content/uploads/2018/02/about.jpg’. This content should also be served over HTTPS.
offset @ jquery.js:4The browser flagged this line of code in the jquery file as the one returning the offending URL:
n.contains(b, e) ? (void 0 !== e.getBoundingClientRect && (d = e.getBoundingClientRect()),Here is where I’m stuck….
Hi,
Can you check if that about.jpg file is a leftover from a dev or staging site? That URL is throwing a 404 and it’s prefixed with
http
being unsecure as you noted. So, you’re being hit with double jeopardy.That image is being referenced as a background image in a full-width row towards the top of your page. When you find it, remove it.
Then retest. Hopefully, your issues will go away.
Thank you for your reply!
I should have included in my original post that the image file no longer exists. There is just some jquery function calling it and I need to somehow change or remove it from the js file.
I searched the database for the offending URL: %http://www2.atgconsults.com/%
I found 243 matches in the “wp_posts” table.Does this give anyone a clue about where to correct this in the Avada Theme settings?
Or should I just manually change all of them in the database?Hello @Simson
You have a valid support and should be able to open a support ticket with our team, we recommend you to do that for any issues you have and we will take a look and assist you further.
Click Here to Get Avada Support
Thanks
-Ammar
-
AuthorPosts
- You must be logged in to reply to this topic.