Forums
(@kongedam)
7 months, 3 weeks ago
I have same issue
5 years, 9 months ago
I have solved it via CSS
.panel { margin-bottom: 0px; background-color:transparent; }
8 years, 9 months ago
Not working anymore…. can anybody fix it?
9 years, 2 months ago
Found a solution
https://outofcontrol.ca/blog/comments/fix-for-user-access-manager-for-wordpress
Open /wp-content/plugins/user-access-manager/class/UserAccessManager.class.php.
Search for ‘public function redirect’ and replace this code: $oObject = get_page_by_title($oPageParams->query_vars[‘pagename’]);
with this code:
$oObject = get_page_by_path($oPageParams->query_vars[‘pagename’]);
I have same problem, redirection is not working. please help ??
thanks for a great plugin /Kongedam
Hi.
It would be nice if I could spcify where the login box should be. se this Link
/Kongedam