Rogue Thumbnail Link
-
Hi,
I have recently been hacked, in repairing I have a situation arise where a thumbnail and link are on my archive pages and in other locations where is shouldn’t be.
It is the picture of the rideau center and the link it makes to page: http://www.lloydphillips.com/?p=815
http://www.lloydphillips.com/?cat=7
Can someone tell me how to remove it?
This is my php I added
.ngg-slideshow {
float: right;
}
*/
.entry-content ul li {
list-style-image: none;
}
#header-menu {
float: right;
}
#nav{border-bottom:none}
.menu-bottom-shadow {display:none;}
#container {
box-shadow: none !important;
}
#footer {
border-top: none;
padding-top: none !important;
}
.page .entry-title {
display: none;
}
.archive-title {
text-align: left;
}
#header-menu .current-menu-item {
border-bottom: #e24403 !important;
border-style:solid !important;
border-bottom-width:thick !important;
}
.entry-content .block-button.more-link {
background: none;
box-shadow: none;
border: none;
color: #123456;
text-shadow: none;
float: right;
}
.entry-content img{
border:0px solid #e3e3e3;
margin:5px;
}
.home .container_16 .grid_16 {
height: 456px;
}
#container {
margin-top: 0px;
border:0px;
}
#sidebar_bottom .sidebar-wrap {
margin: 10px 8px 5px !important;
}
#sidebar_bottom {
margin-left: 10px;
margin-right: 10px;
}
.archive .post .entry-title {
text-align: left;
margin-left:160px
}
/*.archive .excerpt-thumb img {
width:300px;
height:150px;
}*/
.archive .post .excerpt-thumb {
float: left;
width: 300px;
height: 150px;
position:absolute;
top:1px;
}
.archive .post .entry-content p {
text-align: left;
margin-left:160px
}
.archive .post .more-link {
float: left;
margin-left:-11px
}
.category-6 {
}
#footer {background: url(none);}it was actually stray code in a widget 🙂
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
