External image embedded into stylesheet.
Hi,
I just updated the ClassiEstate ChildTheme today, along with other plugins from AppThemes and ClassiPress. After installation, and refreshing my website I kept getting malware warning on each page from using Google Chrome.
It stated that there was a malware threat from a website called BlueDoorRentals. I further checked this problem out by using the Wordfence Scan plugin.
The results said that the problem was from the style.css file. I opened up that file and search for any links to that website. I found this below:
.single-ad_listing .additional-features ul li {
float: left;
width:150px;
line-height:17px;
padding-left:22px;
margin:5px;
/*background:transparent url(
http://www.bluedoorrentals.com/wp-co...ick_bullet.png) no-repeat;*/
}
As you can see, I hidden the line from being accessed. This fixed the problem, but the security scan still brought it up. I have deleted it now.
How did this get here, and why is the stylesheet linking to an outside source image. You need to check if this immediately.
Thanks
Liam
Last edited by mohsinoffline; January 29th, 2014 at 12:59 AM.