fabricdestashing
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Media upload not working in iOS 13.4 in browserHi,
I had this issue as well – The ‘upload files’ button on the media uploader would not trigger the little iOS select from gallery, take picture, etc modal pop up only on iOS Safari mobile.
I was able to fix it with this:div.moxie-shim.moxie-shim-html5,
div.moxie-shim.moxie-shim-html5 input[type=”file”] {
display: block;
}Put this in your child theme style.css file! Works perfectly now 🙂
Hi,
I had this issue as well – The ‘upload files’ button on the media uploader would not trigger the little iOS select from gallery, take picture, etc modal pop up only on iOS Safari mobile.
I was able to fix it with this:div.moxie-shim.moxie-shim-html5,
div.moxie-shim.moxie-shim-html5 input[type=”file”] {
display: block;
}Put this in your child theme style.css file! Works perfectly now 🙂
Forum: Fixing WordPress
In reply to: Uploading Photos via Mobile DeviceThanks for the reply!
Unfortunately the app won’t work as a solution for me. My website is multivendor, and the users upload images via a front-end dashboard.- This reply was modified 6 years, 5 months ago by fabricdestashing.