Mine also doesnt work. Please help.
@jonnyirish is it possible that your theme might be overriding the css?
Which mobile OS are you referring to? Android, iOS? I have tested it on Chrome Mobile on both Android KitKat and iOS with no issue.
hi hiphop,
Ref the css… I’ll change themes, check and advise.
Ref the mobile users, I was using chrome mobile on Android 4.1.2
I’ll do some more checks and get back to you!
thanks
Hi Hiphop,
I changed my theme and still I’m not seeing the css being applied. Anything else that might be obvious?
Rgds,
Jon
If you want to send me a link, I can take a quick look
steven at cdsincdesign . com
Thank you Hip Hop! (by the way, issue #2 is a red herring, and you can ignore it. I realised that when I was selecting a file to upload from my phone, I was selecting from my dropbox, as opposed to from my gallery/personal folders.
Here’s my test-site : http://djonryan.com/mobile_qptech/dropbox-test/
Which part is not accepting the style?
Here’s a snapshot of what I’m seeing at the link I gave you… just in case we’re seeing different things:
http://djonryan.com/mobile_qptech/wp-content/uploads/2015/drp.jpg
none of the styling is showing. I’m just seeing the ‘choose file’ button and the ‘submit’ button
I didn’t include styles other than whats shown because most themes add styles to input boxes and submit buttons.
You can add the following to your themes style.css file at the bottom:
.wp-dropbox .input_form{border: 1px solid #EFEFEF;}
.wp-dropbox #submit_button{margin-top:-4px;}
Or on the page itself:
<style>
.wp-dropbox .input_form{border: 1px solid #EFEFEF;}
.wp-dropbox #submit_button{margin-top:-4px;}
</style>
Thanks for clarifying that. I thought that I was missing some styling but I wasn’t.