Wordpress problem

auiu

Junior Member
Joined
Aug 17, 2018
Messages
156
Reaction score
32
Hello!
I was working on my website, but a strange thing happened.
When i try tuo upload an image for example the logo of the site, it doesnt show up in the media library. like in the picture below.
Any suggestion?

G60jVTI
 
Try logging in to your WP Dashboard from Incognito mode and see if it shows up.

Shortcut key to enter Incognito mode:

  • Windows, Linux, or Chrome OS: Press Ctrl + Shift + N.
  • Mac: Press ⌘ + Shift + N.
 
Fixed the image for you./ Not sure I can help with the wordpress problem but sure someone will offer some advice on this.
 
Nope, even in Incognit odoesnt work...
The fun part is that i was uploading normaly, when i try to change the different logos in PNG format, started to show this problem...
I sign out, and signed back in again, it worked partially because when i uploaded the new version of the logo, it uploaded the older one...
then later when i try tu reupload the logo ( or any other image) it doesnt shouw up at all ( like in the picture )
 
This happened to me as well. I increased the memory limit and it got solved. One of my friends was still facing the issue after increasing the limit and he installed a plugin called as "Force Regenerate Thumbnails plugin" and then the issue was solved for him. You can try it out!
 
Hello!
I was working on my website, but a strange thing happened.
When i try tuo upload an image for example the logo of the site, it doesnt show up in the media library. like in the picture below.
Any suggestion?
etO6Me
https://ibb.co/etO6Me
etO6Me
Nope, even in Incognit odoesnt work...
The fun part is that i was uploading normaly, when i try to change the different logos in PNG format, started to show this problem...
I sign out, and signed back in again, it worked partially because when i uploaded the new version of the logo, it uploaded the older one...
then later when i try tu reupload the logo ( or any other image) it doesnt shouw up at all ( like in the picture )
Change the file name of the logo and try that
 
i tried i changed the name of the file, no results
 
As @SoccerLover suggested, try force regenerating the thumbnails with this plugin: https://wordpress.org/plugins/force-regenerate-thumbnails/
 
nope even with the force regenerator plug in.
Damn...
 
this usually occurs when plugin such as cache optimizer or minify code files(css,js) are used. Sometimes coding gets unbalanced from the equation and such anomaly occurs. If the problem persists, perhaps you restore to default settings
 
I firgured out that this happen when my hosting get some trouble.
Delete your cache, logout and try again.
Hope this help
 
Get the FTP access and upload the image directly into the uploads folder through FTP client like FileZilla.
 
Problem is in its extension.
.png file.
Try to change in jpg and problem will be resolved.
Had similar issues in the past, I was never able to upload a png file in WP.
 
Problem is in its extension.
.png file.
Try to change in jpg and problem will be resolved.
Had similar issues in the past, I was never able to upload a png file in WP.
Yes you can, I do it all the time, I only use png
 
Which cache plugin, are you using? can you try image upload in any post? Instead of theme logo.

This problem occurs due to cache plugin according to my knowledge.
 
Check htaccess files in directories using ftp. (Maybe images have been denied access)

Try this

Add this line to wp-config.php

define( 'UPLOADS', ''images' );
then open one "images" folder in the directory

Note: This function will disable your previous images completely. (if any)


Clear the cache and try again.
 
Back
Top