missveronica
@missveronicatv on WordPress.org , @MissVeronica on Slack
- Member Since: May 28th, 2017
- Location: Stockholm, Sweden
- Website: github.com/MissVeronica
-
Posted a reply to FriendlyCaptcha & hCaptcha integration issue, on the site WordPress.org Forums:
@zoker You can try this UM hCaptcha integration: https://github.com/MissVeronica/hCaptcha-addon-for-Ultimate-Member-plugin -
Posted a reply to One parameter is not saved in db (the one that has an option parent), on the site WordPress.org Forums:
@niente9 The final solution: function custom_umwoo_jobs_dropdown() { $jobs = array( "Medic" => "Medic", "Dentist" =>… -
Posted a reply to One parameter is not saved in db (the one that has an option parent), on the site WordPress.org Forums:
@niente9 A minor change to the code snippet to avoid a PHP warning in the… -
Posted a reply to One parameter is not saved in db (the one that has an option parent), on the site WordPress.org Forums:
You can try this modified code snippet and replace 'job_test' with your parent meta key:… -
Posted a reply to One parameter is not saved in db (the one that has an option parent), on the site WordPress.org Forums:
@niente9 Yes you are right, it's lost during the profile update. -
Posted a reply to One parameter is not saved in db (the one that has an option parent), on the site WordPress.org Forums:
@niente9 How did you verify this, by phpMyAdmin? -
Posted a reply to One parameter is not saved in db (the one that has an option parent), on the site WordPress.org Forums:
@niente9 UM Filter and Action Hooks are the only supported interfaces between external code and… -
Posted a reply to One parameter is not saved in db (the one that has an option parent), on the site WordPress.org Forums:
@niente9 https://developer.wordpress.org/plugins/hooks/ -
Posted a reply to One parameter is not saved in db (the one that has an option parent), on the site WordPress.org Forums:
@niente9 What UM Hooks are you using? -
Posted a reply to Chrome fails to submit registration form, on the site WordPress.org Forums:
@youssefgp There are many advantages using SMTP relay instead of WP Mail. https://docs.ultimatemember.com/article/116-not-receiving-user-emails-or-admin-notifications -
Posted a reply to Password Reset Link Not Working, on the site WordPress.org Forums:
@lgermeroth Have you tried to do the Plugin/Theme conflict test? https://docs.ultimatemember.com/article/96-how-to-do-a-plugin-theme-conflict-test Do you have any… -
Posted a reply to Need help, on the site WordPress.org Forums:
@gujingc Can you create the roles as UM Roles? -
Posted a reply to Need help, on the site WordPress.org Forums:
@gujingc Your issue is explained here: https://docs.ultimatemember.com/article/1590-how-to-use-user-roles#fields -
Posted a reply to Need help, on the site WordPress.org Forums:
@gujingc Show a copy of your field conditional logic settings in the UM Forms Designer. -
Posted a reply to Need help, on the site WordPress.org Forums:
@gujingc Show a copy of your field conditional logic settings. -
Posted a reply to Need help, on the site WordPress.org Forums:
@gujingc In your role listing it's the value in the "Role ID" column. UM created… -
Posted a reply to Need help, on the site WordPress.org Forums:
@gujingc In the conditional logic you must use the um ID (um_agent) for the Role… -
Posted a reply to Add option to verify email and verify by admin, on the site WordPress.org Forums:
@zoker Look at this thread: https://wordpress.org/support/topic/user-activation-email-plus-admin-manual-approval/ -
Posted a reply to Send resend activation link, on the site WordPress.org Forums:
@stephenboluwatife You can try this code snippet: https://github.com/MissVeronica/um-resend-activation -
Posted a reply to user security, on the site WordPress.org Forums:
@syrupgloballlc There are two 2FA Plugins available for UM: miniOrange WP 2FA together with this… -
Posted a reply to Horrible Performance of users.php, on the site WordPress.org Forums:
@1jd123 Yes, still no solution by UM development. I have made a pull request this… -
Posted a reply to Horrible Performance of users.php, on the site WordPress.org Forums:
@1jd123 Yes, I agree with your comments. This backend performance issue is reported here: https://github.com/ultimatemember/ultimatemember/issues/909 -
Posted a reply to Homepage redirect issue, on the site WordPress.org Forums:
@ispacecrusader Install this plugin and get a trace log of your redirects: https://github.com/MissVeronica/um-redirect-login-log -
Posted a reply to Phone Number verification, on the site WordPress.org Forums:
@stephenboluwatife You should look at this solution from miniorange: https://plugins.miniorange.com/otp-verification-ultimate-member-registration-form -
Posted a reply to LinkedIn profile URL, on the site WordPress.org Forums:
@chironchan There are two different types of LinkedIn URL's and you must submit the complete… -
Posted a reply to Upgrade error, on the site WordPress.org Forums:
@siteshack This issue should be solved in the upcoming UM Version 2.4.1 https://github.com/ultimatemember/ultimatemember/issues/1010 -
Posted a reply to Browser caching problem, on the site WordPress.org Forums:
@jdembowski Three threads with the same page for reference are not duplicates? -
Posted a reply to adding user_url to header no longer works, on the site WordPress.org Forums:
@alexlanc If you have custom URL's, replace the match content with this code: $custom[$field]['match'] =… -
Posted a reply to Browser caching problem, on the site WordPress.org Forums:
@vantinhchu Yes, contact your web hosting provider about settings for the .htacess file in combination… -
Posted a reply to Caching Log In Page, on the site WordPress.org Forums:
@spowell16 Much better, but no other files such as jpg, css, jc etc are cached… -
Posted a reply to page not found, on the site WordPress.org Forums:
@ruthbri UM should save your edited email template files in this directory. Maybe the file… -
Posted a reply to Caching Log In Page, on the site WordPress.org Forums:
@spowell16 I'm using a Chrome Extension from Google WebStore: https://chrome.google.com/webstore/detail/cache-hit/dpbikgdikjegmkpihbiokijjenonebga -
Posted a reply to page not found, on the site WordPress.org Forums:
@ruthbri This is the UM Documentation about email templates https://docs.ultimatemember.com/article/1335-email-templates -
Posted a reply to Caching Log In Page, on the site WordPress.org Forums:
@spowell16 No,there is no change of the browser caching. -
Posted a reply to Caching Log In Page, on the site WordPress.org Forums:
@spowell16 No, you are still at the 30 days cache. I found this at https://docs.litespeedtech.com/lscache/noplugin/settings/#cachedisable… -
Posted a reply to Caching Log In Page, on the site WordPress.org Forums:
@spowell16 I have used a browser cache hit tool looking at your login page and… -
Posted a reply to Dropdown choices, on the site WordPress.org Forums:
@gioiliop7 Yes you can by using: $array = UM()->fields()->get_field( $meta_key ); The dropdown values are… -
Posted a reply to Ultimate Member Fatal Error, on the site WordPress.org Forums:
@htw1179 @jeremyselph New UM GitHub issue report https://github.com/ultimatemember/ultimatemember/issues/1010 -
Posted a reply to Ultimate Member Fatal Error, on the site WordPress.org Forums:
@jeremyselph Sorry, I have changed now the reply it was addressed to @htw1179 -
Posted a reply to Ultimate Member Fatal Error, on the site WordPress.org Forums:
@jeremyselph The issue with the "Clone" plugin and maybe other plugins is that a WP… -
Posted a reply to Ultimate Member Fatal Error, on the site WordPress.org Forums:
@jeremyselph You can either use a FTP client or a server file manager to rename… -
Posted a reply to Caching Log In Page, on the site WordPress.org Forums:
@spowell16 Do you have access to cPanel? At the "Advanced" tab you have a link… -
Posted a reply to Caching Log In Page, on the site WordPress.org Forums:
@spowell16 Look at the “LiteSpeed Web Cache Manager” at cPanel if your domain is Disabled. -
Posted a reply to Caching Log In Page, on the site WordPress.org Forums:
@spowell16 Exactly what I get when I remove UM Login page from LiteSpeed caching plugin.… -
Posted a reply to Caching Log In Page, on the site WordPress.org Forums:
@spowell16 Your web hosting is using the "LiteSpeed Web Server". Are you sure that you… -
Posted a reply to Caching Log In Page, on the site WordPress.org Forums:
@spowell16 Your error message is pointing at a nonce value error: case 'invalid_nonce': $err =… -
Posted a reply to Caching Log In Page, on the site WordPress.org Forums:
@spowell16 Let's try with this tool if we can solve your issue looking at the… -
Posted a reply to login from comments before comment, on the site WordPress.org Forums:
@robiarellano How to hide a page for logged out users https://docs.ultimatemember.com/article/1543-how-to-hide-a-page-for-logged-out-users -
Posted a reply to Caching Log In Page, on the site WordPress.org Forums:
@spowell16 Use imgur.com for sharing screen copies. -
Posted a reply to Caching Log In Page, on the site WordPress.org Forums:
@spowell16 Read and follow this guide: https://www.hostinger.com/tutorials/what-is-403-forbidden-error-and-how-to-fix-it