Home › Forums › Plugin Support › New Beta Version
Tagged: beta
- This topic has 6 replies, 2 voices, and was last updated 11 years ago by 
Khaled. 
- 
		AuthorPosts
 - 
		
			
				
October 27, 2014 at 5:25 pm #6462October 28, 2014 at 6:45 pm #6469
martinr
MemberI tested it with [user-meta-login] and it is working.
Is there a problem with [user-meta-login form="Kundenlogin"] ??
It would be nice if you could give me an answer.Thanks and best regards
October 29, 2014 at 1:15 am #6470martinr
MemberUploading Photos:
Warning: getimagesize(http://www.XXX.de/wp-content/uploads/files/Bildschirmfoto.png) [
function.getimagesize
]: failed to open stream: HTTP request failed! HTTP/1.1 401 Authorization Required in /www/htdocs/XXX/XXX/wp-content/plugins/user-meta/framework/models/PluginFrameworkWPSupport.php on line 562October 29, 2014 at 3:27 pm #6472martinr
MemberNext question: When I use a range field. Where can I put in for example “onchange=”range.value=value”?
This is an important thing 🙁Best regards
October 29, 2014 at 4:55 pm #6477martinr
MemberNext problem:
HTML Fields adds “/” to tag:
Example:
<div id=\”um_field_114_test\”></div>
October 30, 2014 at 1:44 pm #6479martinr
MemberAfter much testing, I have come to the conclusion that the beta version for me is not usable in the least. Unfortunately, because I would like to use the Range Fields.
Other errors:
Some shared fields do not change the settings when you change settings at the field the form, for example HTML.
THe whole classes are a mess, sorry;-) (which is also in the current version something is so). It would be better if User Meta Pro would make no formatting and no classes, IDs etc. applies. Or you could exhibit it. That would be cleaner code I think.
Thank you for your interest. I’ll now return the old version.
Martin
October 30, 2014 at 11:39 pm #6482Khaled
MemberHi Martin,
Thanks a lot for your testing. I have just update dev containing fixes for your reported issues.
To add “onchange” with any field, please see following example (with new dev version)
add_filter( 'user_meta_field_config', 'addEvents', 10, 3 ); function addEvents( $field, $fieldID, $formName ){ if ( $fieldID <> 'Target_Field_ID' ) return $field; $field['events'] = array( 'onchange' => 'custom_js_function()' ); return $field; } - 
		AuthorPosts
 
- You must be logged in to reply to this topic.
 
