• Resolved Thomas Griffin

    (@griffinjt)


    Just happened a little while ago. All of a sudden I no longer have any dashboard icons on my admin panel (like the little house beside ‘dashboard’, etc). Did I do something funky to mess that up? How can it be fixed?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Site url?

    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.

    Thread Starter Thomas Griffin

    (@griffinjt)

    https://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.

    Thread Starter Thomas Griffin

    (@griffinjt)

    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?

    Thread Starter Thomas Griffin

    (@griffinjt)

    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.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Missing Dashboard Icons’ is closed to new replies.