- I click the set featured button
- try to add image in set featured option
- when I click set featured image button the image doesn't upload
I have already updated my theme and wordpress theme after this issue. Tested on different web browsers but issue is not getting resolved. What should I do?
- I click the set featured button
- try to add image in set featured option
- when I click set featured image button the image doesn't upload
I have already updated my theme and wordpress theme after this issue. Tested on different web browsers but issue is not getting resolved. What should I do?
Share Improve this question edited Feb 12, 2017 at 14:36 fuxia♦ 107k39 gold badges255 silver badges459 bronze badges asked Feb 12, 2017 at 14:33 voiceuneedvoiceuneed 112 bronze badges 1- Did you check the console? Are there any errors? When you open network tab, when you upload a button does it make new request? You also should check server error logs. How big is the file? Disk is not full? – NatWeb Solutions Commented Nov 20, 2019 at 10:59
2 Answers
Reset to default 1
Switching to the unedited default Theme (Twenty Sixteen, etc.) for a moment using the WP dashboard to rule out any theme-specific issue.
Maybe a third party plugin causes a js conflict/error on the admin screen. Please try to deactivate all plugins and check if this solves the issue. If yes activate them one by one again to find the incompatible plugin.
Same issue happened with me when i was using below code in my js file in my plugin . This might help authors.
// Enable Media Upload
if(function_exists( 'wp_enqueue_media' )){
wp_enqueue_media();
}else{
wp_enqueue_style('thickbox');
wp_enqueue_script('media-upload');
wp_enqueue_script('thickbox');
}
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744989138a4604793.html
评论列表(0条)