Angelo
Forum Replies Created
-
Go to your Categories and Click in Edit Category, you will find the options in there to protect a category.
Set.
Roles who can see the content and Content Restriction Redirect URLGo to your settings Form and in the password option find this button
Force strong password? , Set that Option as NOT,…You can find some help HERE
Maybe some of your plugins have a conflict with UM, try to deactivate all of them, and try again …if its works , find the plugin that is causing the conflict. you can always get support from Ultimate Mmber Team ,they have an exelent Paid Support, you cn see the information HERE
Hello Barbara , also there is a panic Key that you can setup in case you can not login, go to ultimate member settings and find the panic key option, you can put any name you want, let say barbarawolfe
After that , logout from your site and then type your site url and your panic key
Example: https://yousite.com / wp-admin/?um_panic_key=barbarawolfeForum: Plugins
In reply to: [SEO Ultimate] Wrong redirection in multisiteI have some problem also, if I click edit my profile in multisite
( Directories) it takes me to a 404 page…exemple.
If a click in edit my profile in mysite.com/yellowsite/user/25 .. it takesme to mysite.com/yellowsite/yellowsite/user/25/?profiletab=main&um_action=edit.the correct way should have to be
mysite.com/yellowsite/user/25/?profiletab=main&um_action=edit.They have some problem with the last update…in multisite when you clik edit my profile ..there is an issue …I think we have to wait a while 🙁
You Mean..Editors can login but not to the dashboard …or editors can´t
Definitely login.
If Editors can Login but not to the dashboard, you need to give them permitions in the roll editor in Plugin Settings , and ofcourse asign that roll to editors ..if your issue continues you can try theyre Paid Support, they will fixit Faster
Paid SupportYou can find it in Settings / Access
You can Try the Paid Support, they will fix it directly in your site
Paid SupportDisable Admin Login via Frontend
DO NOT turn this option on if you have set the option “Allow Backend Login Screen for Guests” to NO. This will result in being locked out of admin.
and then use this shorcode
[logged-in-user-avatar]
Paste this in your funtion php
// MOSTRAR AVATAR EN WP
function logged_in_user_avatar_shortcode() {
if ( is_user_logged_in() ) {
global $current_user;
get_currentuserinfo();
return get_avatar( $current_user->ID );
}
}
add_shortcode(‘logged-in-user-avatar’, ‘logged_in_user_avatar_shortcode’);