Forum Replies Created
-
AuthorPosts
-
SteveKeymasterYou can register your own validation function.
Use the callback method here >
Untested, but this should work:
function my_validate_numeric($file, $field, $arguments) { return is_numeric($file) ? true : 'is not numeric.'; }
SteveKeymaster@mandelkind– Are you using the latest version of Piklist? I believe this was an issue in a past version.
SteveKeymasterSo, if you remove this it works?
add_filter ('load_textdomain_mofile', array($this, 'override_load_textdomain_theme'), 10, 2 );
SteveKeymasterGlad you got it working!
SteveKeymaster@jrcreative– It’s happened before and they did it. Sometimes you need to ask the tech to escalate the issue, but it’s definitely an option.
SteveKeymasterReally appreciate your understanding. Thanks!
SteveKeymaster@mplysiak– Unfortunately, this is not a quick fix. Will look into it but it will be a while. Sorry.
SteveKeymaster@cully– We suggest you setup Workflows for settings page. Though they “may” work, because we put in some backwards compatibility code, they will not be the best they can be in the future.
SteveKeymaster@jrcreative– This is one of our open tickets. In the meantime you can ask WP Engine to implement a rule to essentially whitelist ‘_post’ as a query arg.
SteveKeymaster@rdkruijf– This may hang if you have errors or notices on your site. Can you activate wp_debug and see what notices you have and see if you can resolve them? If not, you may want to disable the plugins that are causing the notices so you can run the script.
SteveKeymaster@vavakco- I’m not sure I understand. What are you trying to do when you get this notice?
-
AuthorPosts