Hallo, ik heb al gezocht op google en ik vond regelmatig dezelfde bestand naam van dat image, maar op mijn wordpress geeft firebug aan dat die images dood zijn. Ik zou dat graag willen fixen ,maar ik weet niet eens wat het is, heeft het iets te maken met jquery ofzo? Ik weet niet eens waar het vandaan komt, zefls de juiste files vind ik niet op mijn ftp van wordpress.
Het gaat om deze images:
ui-bg_highlight-soft_75_cccccc_1x100.png
ui-bg_flat_75_ffffff_40x100.png
ui-bg_glass_75_e6e6e6_1x400.png
etc.
Ik heb dit op alle pagina's van wordpress, volgens firebug zit het verwerkt in een css file.
Dit is een stukje code van de css waar zo'n image is in verwerkt:
.ui-widget-content {
background: url("images/ui-bg_flat_75_ffffff_40x100.png") repeat-x scroll 50% 50% #FFFFFF;
border: 1px solid #AAAAAA;
color: #222222;
}
.ui-widget-content a {
color: #222222;
}
.ui-widget-header {
background: url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #CCCCCC;
border: 1px solid #AAAAAA;
color: #222222;
font-weight: bold;
}
.ui-widget-header a {
color: #222222;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
background: url("images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
border: 1px solid #D3D3D3;
color: #555555;
font-weight: normal;
}
Is dit een bekend probleem? Heeft het iets te maken met de cache? Kan het gefixt worden?
Bedankt alvast.
Het gaat om deze images:
ui-bg_highlight-soft_75_cccccc_1x100.png
ui-bg_flat_75_ffffff_40x100.png
ui-bg_glass_75_e6e6e6_1x400.png
etc.
Ik heb dit op alle pagina's van wordpress, volgens firebug zit het verwerkt in een css file.
Dit is een stukje code van de css waar zo'n image is in verwerkt:
.ui-widget-content {
background: url("images/ui-bg_flat_75_ffffff_40x100.png") repeat-x scroll 50% 50% #FFFFFF;
border: 1px solid #AAAAAA;
color: #222222;
}
.ui-widget-content a {
color: #222222;
}
.ui-widget-header {
background: url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #CCCCCC;
border: 1px solid #AAAAAA;
color: #222222;
font-weight: bold;
}
.ui-widget-header a {
color: #222222;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
background: url("images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
border: 1px solid #D3D3D3;
color: #555555;
font-weight: normal;
}
Is dit een bekend probleem? Heeft het iets te maken met de cache? Kan het gefixt worden?
Bedankt alvast.