Akhil
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
upload, date field not working for non admins
Started by: Akhil in: Toolset Professional Support |
1 | 4 | 6 years, 3 months ago | ||
Online, offline status
Started by: Akhil
in: Toolset Professional Support
Problem: Solution: You can find the proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 3 | 6 years, 3 months ago | ||
Delete and rename custom roles name
Started by: 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 | 6 years, 3 months ago | ||
You Recently Visited view
Started by: Akhil
in: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
3 | 5 | 6 years, 3 months ago | ||
Review Plugin issue
Started by: Akhil in: Toolset Professional Support |
2 | 15 | 6 years, 4 months ago | ||
Alternative to maps
Started by: Akhil
in: Toolset Professional Support
Problem: Solution: |
2 | 3 | 6 years, 4 months ago | ||
Modal window issue
Started by: 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 | 6 years, 4 months ago | ||
add_action( 'wpv_wp_login_success ??
Started by: Akhil in: Toolset Professional Support |
4 | 15 | 6 years, 4 months ago | ||
email and password field validation always prompt.
1
2
Started by: Akhil in: Toolset Professional Support |
2 | 20 | 6 years, 4 months ago | ||
email and password field validation always prompt.
Started by: Akhil in: Toolset Professional Support |
2 | 3 | 6 years, 4 months ago | ||
Hide wp core login url in custom login form page ?
Started by: Akhil in: Toolset Professional Support |
3 | 6 | 6 years, 4 months ago | ||
Passwords do not match function
Started by: Akhil in: Toolset Professional Support |
2 | 13 | 6 years, 4 months ago | ||
Blacklist username
Started by: 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 | 6 years, 4 months ago | ||
Warning message missing , its hidden
Started by: Akhil in: Toolset Professional Support |
2 | 10 | 6 years, 4 months ago | ||
Can view user registration form on layout preview but not on the guest mode.
Started by: Akhil
in: Toolset Professional Support
|
3 | 9 | 6 years, 4 months ago |