dahlskebank
Forum Replies Created
-
This snippet solves the same problem you can have with any other plugin that use your admin email address to send email from.
This is in fact the only plugin where I have this problem…
But thanks for posting a solution! ??Awesome! Thanks! I’m not that good with WordPress coding, but I vaguely remember wordpress@domain being the default email address when WordPress sends emails. Most likely some function that can be used…
??
??
Forum: Plugins
In reply to: [ReCaptcha Integration for WordPress] Key fields keep getting resetThis does seem to have solved the problem. Thanks! I can finally go back to proving I’m not a human. ??
Forum: Plugins
In reply to: [ReCaptcha Integration for WordPress] Key fields keep getting resetI should have been more clear, I see that now.
It is the API keys in the options page.I’m trying to figure out why, because this has happened on every single site that I have installed this plugin. Suddenly keys are reset, I have to enter them again, and it takes 4-5 times before they are actually saved… minutes later reset again.
*bump*
Seeing as there is no premium version of this plugin, and I use this plugin on every single WordPress site I setup, I’m willing to donate money to aforementioned feature (consolidating Site Lockout Notification emails).
Anyway, my real question here is if I can consolidate the login attempts emails into 1 email per day, week, month, etc, regardless if the sites are being hacked or the users are too stupid to remember their passwords, usernames, and so on and so forth. Similar to the email regarding file changes. ??
It would be a very nice upgrade feature. ??
I have enabled almost all features… ?? Brute force/Renaming login URL does not seem to help on sites that already are in the “hackers database”. For new sites I always activate this from start of development, those sites do not have this problem. Only those where I came in after hacking attempts, or long after site has been active.
Forum: Plugins
In reply to: [Purify WordPress Menus] Custom CSS classes also purifiedSo I see. Awesome! Thanks! ??
Forum: Plugins
In reply to: [Purify WordPress Menus] Custom CSS classes also purifiedFrom the menu: Appearance > Menus > Screen Options > Show advanced menu properties > CSS Classes
Then add CSS class to menu item. These disappear when I activate Purify WordPress Menus.
Screenshots here:
https://imgur.com/DUnd4YwWell, thank you for making the plugin! ??
Not getting that to work though. ??
Removed the code added after line 85.No change. Added only code before line 951. No change. Added only code before line 971. No change.
This worked however.
bsearch_where_clause before line 951
$post_type = get_query_var('post_type'); if( $wp_query->is_search && $post_type == 'qa_faqs' ) { return $where; }
bsearch_orderby_clause before line 971
$post_type = get_query_var('post_type'); if( $wp_query->is_search && $post_type == 'qa_faqs' ) { return $orderby; }
Thanks! Swift reply! ??
That does work perfectly when it is not seamless integration mode.
I prefer seamless integration mode, so I won’t have to redesign the whole search results template.
Possible solution for seamless integration mode?