hunk
Forum Replies Created
-
Forum: Plugins
In reply to: [Magic Fields 2] Textbox's are evaluating max length even tho its not checkedok, donald91 you can provide me a email for more details.
btw. i’m working in handle better way the errors in all functions for images.
thanks.
Forum: Plugins
In reply to: [Magic Fields 2] Textbox's are evaluating max length even tho its not checkedok, you use the last version of MF2 right? which version of WP. the field is “Image Media” type?
Forum: Plugins
In reply to: [Magic Fields 2] Textbox's are evaluating max length even tho its not checkedi’m waiting because i want add more fixes before they send the new version. for the moment you can update the file.
which warning produces the media field type, is only when upload the image for first time? if you save de post the thumbnail of image looks correctly?
Forum: Plugins
In reply to: [Magic Fields 2] Drag-and-drop update/recorder not savingHi, try increase the value for max_input_vars
Hi, this is for duplicate fields/groups. when the post data is send i only have the current values, i don’t not if if user delete some field or group. for example.
before de send data que user has 3 groups duplicates (a,b,c) , the user delete the “b” group, save, then MF only get the values of fields of “A” and “B”.
for solve this point I thought I could get all fields/groups make a diff (current and fields of post data), update only the fields that still exists and delete the rest. but…
In MF you can reorder groups. MF uses the follow format for the name in inputs: name_of_field[ group_index ][ field_index ] , when you add/delete/reorder the indexes of the group is reordered.
so when a try the save the data i don’t know which is the old index of field/group, for solve this we need a function who save the previous positions, if user delete some group/field, if he added or reorder groups for N changes. send this information, analyse this information, define which groups/fields they existed and that index had.
many troubles for only update values, at that moment I thought it was easier to delete all fields and recreate them.
Forum: Plugins
In reply to: [Magic Fields] add support of .gpx extension for upload fielddone
Forum: Plugins
In reply to: [Magic Fields 2] Textbox's are evaluating max length even tho its not checkedHi, this is the fix https://github.com/magic-fields-team/Magic-Fields-2/commit/e5ae6a1360438802da2291b50ab97b7ffab1f65b
It will be incorporated in the next version
Forum: Plugins
In reply to: [Magic Fields 2] Image Media Field Broken (WordPress backend)hi again, the experimental field is called image alt, if someone want test this field can download for github https://github.com/magic-fields-team/Magic-Fields-2.
this field work exactly image field.
Forum: Plugins
In reply to: [Magic Fields 2] Image Media Field Broken (WordPress backend)Hi katrinaglover, the fix, can you download the version of development https://github.com/magic-fields-team/Magic-Fields-2 and test.
Hi Magenta Cuda, ok, i see the problem, in this week a user contact me, she have the problem with upload image for configuration of server. server have a htaccess for no access direct to PHP inside wp-content. i work yesterday a image field alternative (image upload using ajax and admin-ajax.php) and works fine. i’m using FormData , but checking the compatibility work >= IE10. i review in chrome and safari and everything woks fine. do you know some ajax upload with good support in browser?
Forum: Plugins
In reply to: [Magic Fields 2] Image Media Field Broken (WordPress backend)Hi, which type of field uses? which browser uses and SO? this happen with all type images o only for special format?
Regards
EdgarForum: Plugins
In reply to: [Magic Fields] add support of .gpx extension for upload fieldHi, yes, i will add this extension in the next update. you can add for the moment in this file /js/group.js line 527
https://github.com/hunk/Magic-Fields/blob/master/js/groups.js#L527
only add one element “gpx”.
Forum: Plugins
In reply to: [Magic Fields 2] WP magic field 1 to 2 migrationHi Mike sadly in this moment there is not a script for migrate. MF1 and MF2 have distinct structure of tables. but this is not impossible, is only check the tables. the most of table have similar fields or relationship, i thinks the hardest part is migrate post type and content.
Forum: Reviews
In reply to: [Magic Fields 2] Images | Image Media fields very buggyHi, im developer of MF, unfortunately I do not have much time for MF, the most of my time is for work in iOS development. but whenever someone reports me (email or twitter) some problem with MF, I make time to repair. about image field, what type of problem have? do you have more plugins installed?
Forum: Plugins
In reply to: [Magic Fields 2] Media > Attach Error – No Pages loadok, i see, update this file and everything woks fine again
Forum: Plugins
In reply to: [Magic Fields 2] Warning upon upgrade to 2.2.2.2