Viewing 8 posts - 1 through 8 (of 8 total)
The topic ‘Problem with display while upload media from front end’ is closed to new replies.
Hello,
When I try to upload any media from front-end, it shows like this
refer1: https://prnt.sc/pwyw2y
refer2: https://prnt.sc/pwyzgu
Is there any compatibility problem with the latest WordPress or something else?
Thanks
I have updated with the latest version and i didn’t face this issue.
check:http://prntscr.com/px9283
make sure that all plugins and theme updated with the latest one.
hi,
yes, you are right I have also faced the same problem as you are facing.i think it’s the WordPress issue, I have just tried to fix it with the help of custom CSS for now you can use this
h2.media-attachments-filter-heading {
display:none !important;
}
.media-frame-router .media-router button#menu-item-upload{
color:#22272d;
}
.media-toolbar-primary.search-form input#media-search-input{
margin-top:30px !important;
border-radius:10px !important;
border-bottom:1px solid #00;
}
add this custom css in appearance>>customize>>custom css
let me know the results.
The topic ‘Problem with display while upload media from front end’ is closed to new replies.