o3digital
Forum Replies Created
-
Forum: Plugins
In reply to: [Two-Factor] Issue with UbikeySame problem solved with this :
https://www.ads-software.com/plugins/two-factor-provider-webauthn/
Duplicate the key system but it’s works !
More infos : https://github.com/WordPress/two-factor/issues/553
See if in your custom tab, you have this :
do_action(“um_profile_content_{$nav}_{$subnav}”, $args);Delete the line and the tab will not appear twice anymore !
As simple as a display:none;
I think this is a UM issue !
Same issue !
UM 2.0.13I’m not sure that a css trick will fix the bug !
Many Problems with checkbox and conditionals and required too !
I have :
– Checkbox 1 : yes / no (required)
– Checkbox 2 : red / blue (required)
-> show if Checkbox 1 contains yes
– textbox 1 (required)
-> show if Checkbox 2 contains contains red
– textbox 2 (required)
-> show if Checkbox 1 contains contains noIssues :
– textbox 1 and 2 are not required, no error message after posting
– if Checkbox 1 is yes and Checkbox 2 is red, textbox 1 is not displayed after posting
– Warning: strstr() expects parameter 1 to be string, array given in …./wp-content/plugins/ultimate-member/includes/core/um-actions-form.php on line 380I think there are several issues with checkbox and conditionals.
(Ultimate Version 2.0.13 + conflict test OK)
- This reply was modified 6 years, 6 months ago by o3digital.