Akhil
In den letzten 30 Tagen erstellte Support-Threads: 0
Lieblings-Forenthemen
This user has no favorite topics.
Forum Topics Created
Status | Thema | Supporter | Stimmen | Artikel | Aktualität |
---|---|---|---|---|---|
upload, date field not working for non admins
Gestartet von: Akhil in: Toolset Professional Support |
1 | 4 | vor 6 Jahren, 3 Monaten | ||
Online, offline status
Gestartet von: Akhil
in: Toolset Professional Support
Problem: Solution: You can find the proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 3 | vor 6 Jahren, 3 Monaten | ||
Delete and rename custom roles name
Gestartet von: Akhil
in: Toolset Professional Support
Problem: The issue here is that the user wanted to know if it was possible to rename a role after it was created in Access. Solution: Unfortunately no this is not possible to do in access. What you would need to do is to look for it in the wp_options table in your database under the row wp_user_roles . |
2 | 5 | vor 6 Jahren, 3 Monaten | ||
You Recently Visited view
Gestartet von: Akhil
in: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
3 | 5 | vor 6 Jahren, 3 Monaten | ||
Review Plugin issue
Gestartet von: Akhil in: Toolset Professional Support |
2 | 15 | vor 6 Jahren, 4 Monaten | ||
Alternative to maps
Gestartet von: Akhil
in: Toolset Professional Support
Problem: Solution: |
2 | 3 | vor 6 Jahren, 4 Monaten | ||
Modal window issue
Gestartet von: Akhil
in: Toolset Professional Support
Problem: In user's website, the modal window is not centered when opening. Solution: It is fixed by custom CSS codes Relevant Documentation: |
1 | 2 | vor 6 Jahren, 4 Monaten | ||
add_action( 'wpv_wp_login_success ??
Gestartet von: Akhil in: Toolset Professional Support |
4 | 15 | vor 6 Jahren, 5 Monaten | ||
email and password field validation always prompt.
1
2
Gestartet von: Akhil in: Toolset Professional Support |
2 | 20 | vor 6 Jahren, 5 Monaten | ||
email and password field validation always prompt.
Gestartet von: Akhil in: Toolset Professional Support |
2 | 3 | vor 6 Jahren, 5 Monaten | ||
Hide wp core login url in custom login form page ?
Gestartet von: Akhil in: Toolset Professional Support |
3 | 6 | vor 6 Jahren, 5 Monaten | ||
Passwords do not match function
Gestartet von: Akhil in: Toolset Professional Support |
2 | 13 | vor 6 Jahren, 5 Monaten | ||
Blacklist username
Gestartet von: Akhil
in: Toolset Professional Support
Problem: Solution: add_filter( 'cred_form_validate', 'tssupp_validation', 10, 2 ); function tssupp_validation( $error_fields, $form_data ) { // split error_fields into fields and errors list( $fields,$errors ) = $error_fields; // apply to specific form if ( $form_data['id'] == 6590 ) { // disallow restricted names $restricted = array( 'admin', 'administrator', 'author' ); if ( isset( $fields['user_login']['value'] ) && in_array( $fields['user_login']['value'], $restricted ) ) { //set error message for my_field $errors['user_login'] = 'That username is restricted, please try another'; } } return array( $fields, $errors ); } Relevant Documentation: |
2 | 7 | vor 6 Jahren, 5 Monaten | ||
Warning message missing , its hidden
Gestartet von: Akhil in: Toolset Professional Support |
2 | 10 | vor 6 Jahren, 5 Monaten | ||
Can view user registration form on layout preview but not on the guest mode.
Gestartet von: Akhil
in: Toolset Professional Support
|
3 | 9 | vor 6 Jahren, 5 Monaten |