So what's causing this?
My site is roleplaycentral.me
So what's causing this?
My site is roleplaycentral.me
Failed to load resource: the server responded with a status of 404 (Not Found)2http://roleplaycentral.me/...ole_item_bg.gif
Failed to load resource: the server responded with a status of 404 (Not Found)http://roleplaycentral.me/ow_static/themes/biohazard/images/context_action_hover.gif
Strange that they were working just a few days ago and now they are not.
Also, why would it have an error with the base theme as well?
Because this theme was working up till a few days ago when it just stopped.
Stephani,
there are css styles missing.
I just inserted the ones from the origin theme
width: 72px;
height: 72px;
background-size: cover;
background-repeat: no-repeat;
and the image appears
see screenshot
I don't know how you manage to remove these styles on all you themes
Can you to base.css file of the theme and look for the element
.ow_photo_item_widget and check if it has these styles
width: 72px;
height: 72px;
background-size: cover;
background-repeat: no-repeat;
}
if it does not please add them
you did not add anything, you don't have this class: .ow_photo_item_widget
where did you add it? have you enabled dev mode after doing this
.ow_photo_item_widget {width: 72px;height: 72px;background-size: cover;background-repeat: no-repeat;}