check it in this folder on your wordpress installation
wp-admin/images
if the icon’s still there, then maybe your problem just browser cache. please push
[ctrl] + R
repeatly.
http://foreversinging.com
The images are contained within the wp-admin/images folder. Even after clearing my browser cache the images are not showing up. Anything else I can do?
Also, just made a new post, and I noticed that while I was making the post, the visual post icons (like center, right align, left align, etc.) were not showing up either.
Have you tried re-uploading the complete wp-admin directory? preferably from a fresh downloaded and locally unzipped set of WP and with an FTP program.
Have you tried re-uploading the complete wp-admin directory? preferably from a fresh downloaded and locally unzipped set of WP and with an FTP program.
Tried that, but didn’t work either. Any other suggestions?
tried with plugins deactivated?
Issue fixed.
This line in my .htaccess file was the culprit:
RewriteRule ^(.*).js$ .../gzip.php?file=$1.js [L]
Since my server doesn’t enable compression, had to do it manually with PHP. Apparently it was blocking images. I removed the line, logged out of WordPress, logged back in, and everything was fine. I proceeded to re-add the line and the images are still there in good order. Not really sure what happened, but it is fixed now.
Problem solved:
I think I may have found a simpler solution, as this same problem happened to me today.
I have a WP set of files extracted that I keep on my desktop.
Via FTP, I just uploaded the images from my local wp-admin/images folder to the same folder on my site.