borisv
Forum Replies Created
-
That question was already answered.
Are those tabs created with a paid extension? And, what’s the object of making it invisible to everybody?
Nobody can give you relevant information if there is no clear understanding of what you are trying to do.
Well, you asked to be “manually reset a user password”, so VerySiberian gave you a pertinent answer.
You can force users to reset their passwords if you like. Just search the WP repository under “Force password resets” and see what plugin you like best, or try this one and let us know if this did the trick:
https://wordpress.org/plugins/expire-passwords/- This reply was modified 9 years, 6 months ago by borisv.
You should try first by re-enqueuing the order of the css and java-scripts files UM requires so that they can page-load first than the ones your theme requires.
I hope this helps,
Have you disabled all plugins and tested to see if the upload function works as intended before posting here?
I am not sure about what you did. But, if your installations of both WP and UM were normal, then ideally your admin page profile would be at:
http://pacifictraining.es/user/admin/
Not this:
http://pacifictraining.es/welcome/user/admin/Check your permalink settings and tell us where is at.
Customization questions are for the most part not discussed on this free UM support board. Please hire a developer to help you with your customization needs.
I know that. You already said it.
What I don’t know is what you’re trying to accomplish here: who can’t see profile #2 tabs? Everyone, certain user roles, profile owners, admins? I don’t even know what you are referring to with “tabs”. Are you talking about the About tab as well?
This is like shooting darts in the night.
One more try:
echo '<li><a href="<?php echo um_user_profile_url(); ?>" title="<?php echo esc_attr(um_user('display_name')); ?>">'. $EM_Booking->get_person()->get_name() .'</a></li>';Try with the echo and without it as stated before above and may have to tweak it a bit to make it work.
Otherwise, customization questions about other WordPress plugins are, for the most part, never discussed on this free UM support board.
Good luck.
Customization questions are for the most part not discussed on this free UM support board. Please hire a developer to help you with your customization needs.
This is probably a theme or plugin conflict. Switch to the default WP theme and see if it works then. If so we will know it is a theme conflict. If the issue still exists then it will most likely be a plugin conflict. If that is the case then you will need to deactivate all other plugins and check if this solves the issue. If it does, it’s a plugin conflict indeed and you will need to activate each plugin one by one checking each time your UM pages until you can find the conflicting plugin.
'<li><a href="<?php echo um_user_profile_url(); ?>">'. $EM_Booking->get_person()->get_name() .'</a></li>';You can try this line and see if that works, but that code you’ve posted is not from the UM plugin. You are actually posting at the wrong support board.
First off, ‘custom post types’ can be anything one wants it to be, so your question is ambiguous at best. Second, customization questions are for the most part not discussed on this free UM support board. Please hire a developer to help you with your customization needs.
Thank you.
I’m glad that solved your issue.
What exactly did you do the core/um-actions-misc.php?
Also after editing, did you clear your cache at all?
Let me know
I’ve left the Members Page empty on purpose because when its assigned to the Members Area page it just takes people back to the home page, which is not what we want.
Apparently your WP is running on a sub directory…