katso
Forum Replies Created
-
That’s correct, the wp-config file is generated by Kubernetes. Thank you 🙂
Just FYI, I installed it via “Add plugin”, and I have the latest to date versions of WP and the plugin
Thank you for a quick reply, we will try!
In fact it happens every time I try to save course. I have the latest version of LifterLMS, and Divi, and I have disabled any settings in Divi for js file generation, and cleared cache.
If I delete those DOM elements from the page, the saving works.
Forum: Plugins
In reply to: [Cleverwise Daily Quotes] Undefined array key “layout”Bingo! Thank you very much!
Forum: Plugins
In reply to: [Cleverwise Daily Quotes] Undefined array key “layout”Thank you very much for quick response 🙂
@missveronicatv Thank you very much for the reply!
With some small adjustments I got both registration and login working, mostly:
function um_custom_validate_secret_word_registration( $key, $array, $args ) { if ( isset( $args[$key] ) && $args[$key] != '1234' ) { UM()->form()->add_error( $key, __( 'Please enter the current secret word, found on the IAA dashboard.', 'ultimate-member' ) ); } } add_action( 'um_custom_field_validation_secret_word_registration', 'um_custom_validate_secret_word_registration', 30, 3 ); function um_custom_validate_secret_word_login( $key, $array, $args ) { if ( isset( $args[$key] ) && $args[$key] != '1234' ) { UM()->form()->add_error( $key, __( 'Please enter the current secret word, found on the IAA dashboard.', 'ultimate-member' ) ); } } add_action( 'um_custom_field_validation_secret_word_login', 'um_custom_validate_secret_word_login', 30, 3 );`
However when logging in with the wrong code, I see the error code in the url, but there’s no error next to the Secret Word input, and at the top of the inputs it says “An error has been encountered”. Should something be done with um_login_error_secret_word?
Thank you very much for your help!!
Thank you for your reply Bryle,
I’m afraid I’m not making myself clear….. I’d like the files to be kept BOTH locally and remotely, and deleted according to the retention policy. Does that make sense? In our case, I’d like the files to be present BOTH on the web server, and on the remote serverfor two months.
Is that possible? From what I can see from the updraft settings, I can have the files EITHER on the remote server or on the local server, not BOTH.
Thank you for your patience
Indeed I saw that option, but from what I can tell it just keeps the local files indefinitely. Will the local files be cleared following the remote retention policy?
Many thanks
Worked as needed 🙂
Actually I have just found this article: https://www.wordfence.com/help/advanced/remove-or-reset/#remove-or-reset
I will follow these steps and close the ticket if it sorts the matter 🙂
Thank you for a quick reply Natalie. I hope this gets into the near releases, as it is not a big change, but would get rid of a lot of headache for our site admins 🙂
Many thanks
For the last few updates, the changelog on the plugin in WordPress dashboard hasn’t shown any changes since March 20th. However, today’s update has the change log. Thank you 🙂