简体   繁体   English

从 Wordpress 站点删除临时 url 不安全徽标链接

[英]Deleting temporary url insecure logo link from Wordpress site

I have a wordpress site that we recently made live.我有一个我们最近上线的 wordpress 网站。 We built it with a temporary URL and then switched it to the live url.我们使用临时 URL 构建它,然后将其切换到实时 URL。 I'm getting a soft failure for the SSL because of the theme's default logo.png.由于主题的默认 logo.png,我遇到了 SSL 软故障。 I've done better search and replace to try and change it but it can't since it's hardcoded.我已经做了更好的搜索和替换来尝试更改它,但它不能,因为它是硬编码的。 How and where would I change that so that it shows the live url and is secured?我将如何以及在哪里更改它以显示实时网址并受到保护?

Website is hobnobevents.com网站是 hobnobevents.com

Error from whynopadlock.com: https://www.whynopadlock.com/results/828a837d-e8d4-4553-8492-5b1d7e784454来自whynopadlock.com的错误: https ://www.whynopadlock.com/results/828a837d-e8d4-4553-8492-5b1d7e784454

An image with an insecure url of " http://185.56.86.90/~onetoncr/hobnobevents.com/wp-content/themes/bodega/img/logo.png " was loaded on line: 1 of https://www.hobnobevents.com/ .一个不安全的 url 为“ http://185.56.86.90/~onetoncr/hobnobevents.com/wp-content/themes/bodega/img/logo.png ”的图像被在线加载: https://www 的 1。 hobnobevents.com/ Errors that are reported on line 1 are generally not part of the source code.第 1 行报告的错误通常不是源代码的一部分。 This error may be caused by an external javascript file which is writing to the page, however we are unable to reliably detect these scripts in our automated test.此错误可能是由写入页面的外部 javascript 文件引起的,但是我们无法在我们的自动化测试中可靠地检测到这些脚本。 Please contact us using the "Need Help?"请使用“需要帮助?”联系我们。 link below if you need assistance with resolving this error.如果您在解决此错误方面需要帮助,请使用以下链接。

This File is Present in Your JavaScript.此文件存在于您的 JavaScript 中。

URL of JavaScript https://www.hobnobevents.com/wp-content/themes/bodega/js/default.min.js?ver=5.3.2 JavaScript 的 URL https://www.hobnobevents.com/wp-content/themes/bodega/js/default.min.js?ver=5.3.2

Code is $j([theme_root+'img/logo.png']).preload()代码是 $j([theme_root+'img/logo.png']).preload()

Check this code or change the theme_root may help you.检查此代码或更改 theme_root 可能对您有所帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM