Forum Replies Created
-
AuthorPosts
-
asifsk
Participantok i will ask through woocommerce support aswell, but i dont think its their plugin issue.
Because the input field is showing correct value when inspecting through firebug, see here:
http://idevwork.com/metabox/Capture3.JPGEven i can see the correct value on front-end of website.
http://idevwork.com/metabox/Capture4.JPGBut its not showing this value in browser UI in backend, as shown here.
http://idevwork.com/metabox/Capture3.JPGasifsk
ParticipantYes, its now working fine.
Thanks
asifsk
Participantok let let me check.
asifsk
ParticipantYes, Please check this issue.
Thanks
asifsk
ParticipantThe issue is now resolved.
Thanks
asifsk
ParticipantHello,
I have replaced both files, but now the cloned "select_advanced" filed is getting auto populate with first dropdown value. It should be blank by default?
See here:

asifsk
Participantok, thanks
asifsk
ParticipantAny help available??
asifsk
ParticipantHere is the code i am using for "select_advance" field
array( 'id' => $prefix.'role', 'name' => __( 'Select User Role:', 'meta-box' ), 'type' => 'select_advanced', //'required' => true, 'multiple' => true, 'options' => $user_roles, ), ,Cloning of "select_advance" working fine if "mutiple" option is false, so its only happeining with multiple select option enable.
-
AuthorPosts