Htaccess1993
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [WP Health Check] Notice WarningHey guys,
I’ve found the Bug. The Bug is in the File “wp-health-check/wp-health-check.php” on line 159.
To fix this Bug, I have replaced the following Code
$harmful_users = get_userdatabylogin('admin'); //wphc_r_print($harmful_users); if(!empty($harmful_users)){ $notice[] = 'You are using a user with username <b>admin</b>. We recommend to change the username to something else.'; }with this Code:
$harmful_users = get_user_by('login', 'admin'); //wphc_r_print($harmful_users); if(!empty($harmful_users)){ $notice[] = 'You are using a user with username <b>admin</b>. We recommend to change the username to something else.'; }I hope I could help. 🙂
Forum: Plugins
In reply to: [MiniMax - Page Layout Builder] Different CSS style classesSorry for multi posting, but it wasn’t an idea, if i can define all the columns with different css styles?
Forum: Plugins
In reply to: [MiniMax - Page Layout Builder] Different CSS style classesThat is the problem. I defined classes in these Settings. But in the source code, i can’t see the defined classes.
Forum: Reviews
In reply to: [MiniMax - Page Layout Builder] Excellent!I have a question. How I can define different CSS style classes for a row? At the first time I thought, I can define different CSS style classes in the row settings. That wasn’t right, but is it right, then don’t work this function.
Viewing 4 replies - 1 through 4 (of 4 total)