Where are the settings for background bghd.jpg?

Posted in: Newspaper
Post count: 5

After migrating a development site from localhost, I am seeing an error on my live site where the following file is not found:

http://localhost:8080/wp-content/uploads/2021/02/bghd.jpg

In background settings for the theme panel I see no references to bghd.jpg. I cannot find this anywhere to remove or update this reference and it’s causing mixed-content warnings as my live site is https.

Where can I find where this is being set? This is not an image I uploaded, so I assume it is a default.

I can see it in the CSS referenced here:

<div class="tdi_3_397_rand_style td-element-style" ><div class="td-element-style-before"><style>
/* phone */
@media (max-width: 767px)
{
.tdi_3_397_rand_style > .td-element-style-before{
content:'' !important;
width:100% !important;
height:100% !important;
position:absolute !important;
top:0 !important;
left:0 !important;
display:block !important;
z-index:0 !important;
background-image:url("http://localhost:8080/wp-content/uploads/2021/02/bghd.jpg") !important;
opacity:0.2 !important;
background-size:cover !important;
background-position:center top !important;
}
}
</style></div><style>

  • This topic was modified 5 years by pmdcloud.
Post count: 5

Did finally find this – hiding in CSS settings of rows and columns, some that only conditionally appear when looking in mobile. Very frustrating to locate – need some helper functions to locate broken references like this!

Post count: 18283

Hello !

We are sorry for the issue that you are facing. From What I understand your background image issue is resolved, did I understood correctly ?

Thank you !

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.