The site is built with Elementor and Ultimate Member and has very few other plugins. We updated, disabled, and reenabled all plugins trying to track it down.
The only thing we have been able to determine is that the issue happnes when UM is enabled, and does not happen when it is disabled.
Can you provide any guidance?
Thank you
Simon
]]>I have a website that I’m working on which is using the TutorLMS plugin alongside LSC plugin. I noticed that when I log in (while LSC is activated), I get logged out and presented with login page once clicking on “Profile” button. This button’s path is “/dashboard/” which presents the user with TutorLMS dashboard features.
I noticed when I turn off the caching either completely, or only for logged-in users on LSC settings, I do not get logged out when pressing the “Profile” button. Is there any similar or related issue to the one Im facing right now?
Could somebody please reach out and help me with this? It is odd behaviour indeed, there must be a solution to this issue rather than disabling the LSC plugin either partially or completely, correct?
Thank you in advance!
Ivan
I have installed the login logout extension, and set my logout menu settings to this, but the logout button still does not show up for logged in users. Can you assist?
]]>Can you help me with issue. I have looked in forum and such a question already appeared, but there was not a resolution for me.
When members log out system takes them to wordpress admin log in page. It is not really a solution I was expected. I would like them to be taken to login page or at least to home page. Tried with menus, created custom link, but it doesn’t work. Tried with code snoppet and pasted this code: “add_action(‘wp_logout’,’ps_redirect_after_logout’);
function ps_redirect_after_logout(){
wp_redirect( ‘https://www.apzinatskermenis.com/’ );
exit();
}”
in code snippet, but it shows me an error: “Snippet not activated, the following error was encountered:?syntax error, unexpected token ";", expecting ")"
What else I can do to get member log out to login page?
Kind regards,
Laura
]]>In the settings of the plugin, I have turned off caching for the logged-in user. However, when a user logs in, he does not immediately see that he is logged in; his profile avatar does not show on the header. Oftentimes, after logging in, he would have to open other pages before he sees his logged-in avatar appears. Sometimes, the same thing happens when a user logs out; he does not immediately see that he has logged out for his profile avatar can still be seen on the header.
I need help to stop this.
Thanks in advance.
]]>When I try to translate the log-out URL for a user, the log-out button of WooCommerce stops working. Once I turn it back to the standard – “customer-logout” it works.
I am attaching an image to show you what I mean.
https://tanchev.net/files_public/link.png
This is the translated version and is not working.
My question is, is there anything else I need to do so I can translate those inner links to whatever I desire, or there is just no chance to do so?
Also in order to not create a second topic, I am going to ask a second question regarding WooCommmerce here.
Currently, I am removing the link “Account” from the menu and replacing it with “Log in” and also removing the link “Register” with the link “Log-out” with this code:
add_filter( ‘wp_nav_menu_items’, ‘bbloomer_dynamic_menu_item_label’, 9999, 2 );
function bbloomer_dynamic_menu_item_label( $items, $args ) {
if ( ! is_user_logged_in() ) {
$items = str_replace( “Акаунт”, “Вход”, $items );
}
return $items;
}
add_filter( ‘wp_nav_menu_items’, ‘bbloomer_dynamic_menu_item_label2’, 9999, 2 );
function bbloomer_dynamic_menu_item_label2( $items, $args ) {
if ( is_user_logged_in() ) {
$empty_string;
$items = str_replace(“Регистрация”, “Изход”, $items );
}
return $items;
}
Is there a better option to do so especially for the second function, because the link stays no matter the fact the string is removed and is still clickable…
Btw, is there someone that knows what is the variable name that contains the log-out link so I can use it when string replacing the register with the log out button?
]]>I have a discount promotion for “Buy X Get Y”. The filter and discount are simple any product purchase of a certain subtotal amount, the customer will get a free Y product.
I want to implement this discount for any customer whether the customer is logged in, logged out or is a guest account.
For some reason, the “User role” or “Is logged in” rule did not work. It only works for the “Administrator” role. So the discount rule itself is working (I checked the discount implementation when logged in as Administrator) but the “User role” or “Is logged in” rule did not work.
Please someone help me! Thanks!
]]>It is a good feature I think. A lot changed happened lately (uninstalled bluehost and iThemes Security plugin) but I don’t know exactly what caused it.
]]>I don’t have any other plugins that would do this, so I’m assuming this plugin is the cause.
Seems like a security risk, and I’d like to change this behavior. How can I fix this? Thanks for any help.
]]>