devdjny
Forum Replies Created
-
Thank you. Happy to hear this is available. Can you provide a quick example of how to write the array for the keys to exclude using the example below provided in your documentation? Eg. does below simply a list of comma separated keys where you have “// Code” , or is additional code required? If this request requires premium support, please let me know. Thanks, again!
Declaration:
$non_date_keys = apply_filters( ‘acui_export_non_date_keys’, array() );
Code exemple:
add_filter( ‘acui_export_non_date_keys’, ‘prefix_acui_export_non_date_keys’ );
function prefix_acui_export_non_date_keys( $array ) {
// Code
return $array;
}
I DO realize that the toggle is to set it to NO (and it is actually set to YES). Perhaps a set radio buttons would be more clear.
Yes, that’s what i’ve been doing… Renaming the plugin to be able to see Admin/ login page. That’s the only thing that’s working for me. I have no caching on the site, which is in early development. After renaming, and logging in, I can rename back to proper plugin name and all works well for a few session and then this problem resurfaces. I am using default 2021 theme and plugins are minimal. I will attempt to deactivate all other plugins when this re-occurs and see if there is a conflict by reactivating one at a time.
Suggestion: I would change the language of the setting in Access Control to say:
Access Control > Exclude Defaults: YES, since this is quite confusing as NO. The default is they ARE excluded by default = YES. A setting of NO implies that they are NOT excluded by default. Does that make sense?Thanks
Forum: Plugins
In reply to: [Gravity Forms Zero Spam] Is this plugin compatible with WPBruiser?I should have stated my question differently. WPBruiser is a spam blocking plugin and has an extension for Gravity Forms. Do you know if there are any conflicts between WPBruiser and Gravity Forms Zero Spam?
- This reply was modified 3 years, 8 months ago by devdjny.
Thank you. That’s good news, as we then can have both working independently…
Here’s the simple .htaccess rule we use for restricting WP Admin logins:
<Files wp-login.php>
Order deny,allow
Deny from all
Allow from xx.xxx.xx.xxx
Satisfy All
</Files>- This reply was modified 3 years, 11 months ago by devdjny.
Forum: Plugins
In reply to: [GDPR] Not saving data in backendI had this exact problem at one point, and I finally figured out that I had an errant space entered in one of the empty fields. When that was the case, none of the SAVE buttons worked, and anything I entered thereafter was defaulted back to the previous entries. So, after I cleared out all the empty fields… making sure that NONE of the empty fields had spaces in them, all started working. Give it a go.
Working fine now. Thanks!
Forum: Plugins
In reply to: [BruteProtect] Application ErrorSame here.
Forum: Plugins
In reply to: [BruteProtect] Application errorHi,
I think you may be missing something, Sam. I am experiencing this same issue.
I get the same error when going directly to https://my.bruteprotect.com/
Application Error
An error occurred in the application and your page could not be served. Please try again in a few moments.
If you are the application owner, check your logs for details.
So… that’s not my server.
Looks like the app is timing out on your end. Load issues perhaps?
Please fix.
Thanks.
Forum: Plugins
In reply to: [Easing Slider] enable slider on front page onlyMatthew – Can you narrow that down a little?
Re: the appropriate theme file.
Forum: Fixing WordPress
In reply to: 301 redirects from one subfolder install to anotherThis forum is frustrating as all hell. There are too many posts to get any traction.
Does anyone have any insight about how to handle these redirects in this scenario above?
Thanks.
Forum: Fixing WordPress
In reply to: 301 redirects from one subfolder install to anotherAnyone?