kongedam
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [Order Limit For WooCommerce ( Free Version )] 2.0.1 BugI have same issue
I have solved it via CSS
.panel {
margin-bottom: 0px;
background-color:transparent;
}Forum: Plugins
In reply to: [User Access Manager] Redirection to login page not working?Not working anymore…. can anybody fix it?
Forum: Plugins
In reply to: [User Access Manager] Redirection to login page not working?Found a solution
http://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’]);
Forum: Plugins
In reply to: [User Access Manager] Redirection to login page not working?I have same problem, redirection is not working.
please help 🙂thanks for a great plugin
/KongedamForum: Plugins
In reply to: [Admin Custom Login] Login from Floating
Viewing 6 replies - 1 through 6 (of 6 total)