michaeledi
Forum Replies Created
-
Hi, I’ve managed to add some custom css with the help of a freelancer, and I need to control the width for specific column in the css. So it’s not a universal solution, but solved my issue.
Forum: Plugins
In reply to: [Ajax Upload for Gravity Forms] How to change the filename while downloading?I’m wondering if it’s because I used the CDN, so the domain might affect the downloaded file name?
Forum: Plugins
In reply to: [Ajax Upload for Gravity Forms] How to change the filename while downloading?Hi,
1. I tried your snippet, and it did change the name displayed in the upload field, but when I click the filename to download it or ‘save as’, there is always the ‘wp-content-uploads-gravity_forms-1-7e38ba7731a19dd489bc64977595aeff-01-2017’ prefix in the downloaded file’s name. And I don’t know what’s wrong…
2. In my site, there is no chance that a guest can upload the file, all the forms are set to ‘log-in only’, so I think the user_id is available.
Thanks!- This reply was modified 8 years, 2 months ago by michaeledi.
Hi Adrian, I hope you have seen this issue ??
Forum: Plugins
In reply to: [Drop Down Options in List Fields for Gravity Forms] Pull Downs ProblemI’ve got the same problem… Hope Adrian can help it out!
Wow, that will be great! The CDN I used is not changed frequently, I mapped it to my subdomain, so yes, it’s almost fixed to a specific domain.
Thanks for your help very much!Ah, I just noticed that you have made an exact plugin I need…
- This reply was modified 8 years, 3 months ago by michaeledi.
Aha ?? Thanks for the quick response! I’m wondering if you are available for any freelancing work? I need a list field with combination of dropdown,file upload and textarea…
Nope, I mean I didn’t realize the sorting and dragging function comes from an add-on called “Sortable List Fields for Gravity Forms”.
I checked the F12 panel in your demo site, and found the sortable.min.js is located in “https://demo.itsupportguides.com/ajax-upload-for-gravity-forms/wp-content/plugins/gravity-forms-list-field-sortable-rows/js/list-field-sortable-script.min.js”, so that means it’s in another addon, not the ajax upload addon.
Am I right?Hi Ovann,
It’s totally my fault!
I didn’t realize that this function comes from another plugin!
Problem solved, case closed ??Hi,
I’m using a clean installed wp-4.7 version, and no other plugins installed other than gravityforms and he ajax upload. The odd thing is, I didn’t see the itsg_field_sortable css, and didn’t found the 3 js scroipts’ loading error message in F12 control panel…
Why is this happening?
Thanks.Hi,
Thanks for the explanation, I think it might be my CDN settings that caused the problem, since the upload path is to another domain…
Anyway, could you check my another question regarding the dragging issue?
Thanks!Hi,
I have managed to solve that by changing the code in gravity-forms-ajax-upload-list-field.php,
change the
$column = "<a href='{$file_url}' target='_blank' >{$external_url}</a>";
to
$column = "<a href='{$file_url}' target='_blank' >{$file_name_decode}</a>";
Thanks to your code, it’s really clear and readable ??- This reply was modified 8 years, 3 months ago by michaeledi.
Forum: Plugins
In reply to: [Ajax Upload for Gravity Forms] input[type=file] button stylingHi Ovann,
I’m really impressed by your plugin, and I kinda have the same question for the styling of the list field upload button, could you show any hints to change the apperance for it?Forum: Plugins
In reply to: [Ajax Upload for Gravity Forms] input[type=file] button stylingHi Ovann,
I’m really impressed by your plugin, and I kinda have the same question for the styling of the list field upload button, could you show any hints to change the apperance for it?