borisv
Forum Replies Created
-
Do a conflict test:
http://docs.ultimatemember.com/article/96-how-to-do-a-plugin-theme-conflict-testI also suposed that UM works for everybody, thats why I’m here asking for help.
It works for everybody MAINLY because it works with the LAMP stack. You are running Nginx and is not a completely interchangeable substitute for Apache!
So, the problem(s) you are experiencing may well be the result of using that web server, especially if related to permalinks.
Are you asking support for the free Ultimate Member plugin or for WP Staging? In any event, you seem to have a permalink issue.
I thought you were making a description error of your desired function, but I now see you are not. The profile page when updated does not “redirect” anywhere. It remains there, only no longer in edit mode.
Admin panel => Ultimate Member => User Roles (click Edit).
At the bottom you will see ‘Registration Options’ for redirection (or not).
- This reply was modified 9 years ago by borisv.
The Youtube shortcode is located at the top of the fields manager (‘Setup New Field’) while the Youtube url field is in the middle (‘Predefined Fields’).
Two very different things.
Support for UM add-ons are not provided on this forum. Please seek help here:
https://ultimatemember.com/support/The content block issue should be fixed in this 1.3.85 update:
https://github.com/ultimatemember/ultimatemember/releasesThis is a support board for the free ultimate member plugin, not PHP 101. If you have a problem, please report it here, otherwise stop clogging the forum with irrelevant suggestions or questions.
Thank you.
Try this in your theme’s functions.php
add_action('um_submit_form_errors_hook', 'check_customer_code', 100 ); function check_customer_code( $args ){ if ( isset( $args['customer_code'] ) && $args['customer_code'] != 'ABCDE' ) { $ultimatemember->form->add_error( 'customer_code', 'invalid code entered'); }Did you do a theme and plugin conflict test?
Your login form looks OK to me.
No, its not the theme’s menu because in the conflict test, I had to disable all plugins except UM…
Assuming your menu works without UM, they are having a pile of problems it seems with the latest UM versions (1.3.84 +) and WP.
I was thinking maybe you’re having a theme update issue or something unrelated to UM, but if you haven’t then I don’t know at this point. It could well be yet another conflict or problem.
Be aware that this type of problems are usually load related, where a .js file is not loading the JQuery library asynchronously.
The fastest solution is to either roll back to an earlier version of WP, UM or both.
Assuming your Ultimate Member settings and site configurations are all correct, blank profile pages are usually related to conflicts with a theme or another plugin installed in WordPress. The first thing one should do is the standard troubleshooting procedure.