hiphopsmurf
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Dropbox Upload] Multiple file uploadHi Mike,
I am currently working on a solution for that. I basically set out to rewrite the plugin from the ground up and I am about 75% of the way through it. You should see an update soon :O)
Forum: Plugins
In reply to: [Simple Dropbox Upload] The plugin installed, how to add form to the pageForum: Plugins
In reply to: [Simple Dropbox Upload] Menu toggle not workingCan you send me a link to the page your having an issue with?
steven ‘at’ cdsincdesign ‘dot’ com
Forum: Reviews
In reply to: [Simple Dropbox Upload] Where did the redirect link go?Ah! Because of the way the plugin is coded, The progress indicators need to be on for the redirect to work.
Forum: Reviews
In reply to: [Simple Dropbox Upload] Where did the redirect link go?Not sure where it would’ve gone. https://screencast.com/t/ITQWhdyW
Forum: Plugins
In reply to: [Simple Dropbox Upload] CSS doesn't seem to be workingI 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>
Forum: Plugins
In reply to: [Simple Dropbox Upload] CSS doesn't seem to be workingWhich part is not accepting the style?
Forum: Plugins
In reply to: [Simple Dropbox Upload] CSS doesn't seem to be workingIf you want to send me a link, I can take a quick look
steven at cdsincdesign . com
Forum: Plugins
In reply to: [Simple Dropbox Upload] CSS doesn't seem to be working@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.
Forum: Plugins
In reply to: [Simple Dropbox Upload] Upload finishes Not in Dropbox FolderWhat size files are you attempting to upload?
If the setting “Delete local file after upload to dropbox” is set to false the plugin options, the default location of the files would be
wp-content/uploads/wpdb
Forum: Plugins
In reply to: [Simple Dropbox Upload] How to center the uploadA possible solution could be to wrap the shortcode in a div.
<div style="margin-left: auto;margin-right: auto;width: 70%;">SHORTCODE HERE</div>
Without seeing the actual page, this is of course a guess and untested.
Forum: Plugins
In reply to: [Simple Dropbox Upload] How secure are the uploads?The plugin uses SSL to transfer the file from the host to Dropbox, As long as your using SSL on the page with the form it should be completely secure.
Forum: Plugins
In reply to: [Simple Dropbox Upload] Fatal error when pressing "submit" button.Does any plugin on your site have the capability to connect to dropbox? I only ask because this is the error that is thrown when there is another plugin with the dropbox capabilities.
Forum: Plugins
In reply to: [Simple Dropbox Upload] Email NotificationsNot sure what would’ve changed, I have not had the time to update my plugin so its not something that I changed. Have you updated WordPress lately? If so what version are you on?
Forum: Plugins
In reply to: [Simple Dropbox Upload] Fatal error when pressing "submit" button.Do you have any other plugins that use DropBox?