marioD-5
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 |
---|---|---|---|---|---|
Create a custom image field that will display the second image product
Started by: marioD-5 in: Toolset Professional Support |
|
2 | 4 | 2 years, 7 months ago | |
Pagination not working except in wordpress customizer
Started by: marioD-5 in: Toolset Professional Support |
|
2 | 4 | 2 years, 7 months ago | |
Odd/Even styling using classic views
Started by: marioD-5
in: Toolset Professional Support
Problem: Solution: You can find proposed solution, in this case with the following reply: Relevant Documentation: |
|
2 | 8 | 3 years, 7 months ago | |
Always show empty options in a filter
Started by: marioD-5
in: Toolset Professional Support
Problem: The issue here is that the customer wants to always show values that will produce a No Results Found on their view filters rather than having only values that will produce a result. Solution: When you choose the setting "Let me choose individual settings manually", under "Which options to display in the form inputs" choose "Always show all values for inputs" |
|
2 | 5 | 3 years, 7 months ago | |
Language select filter inside a view
Started by: marioD-5 in: Toolset Professional Support |
|
2 | 2 | 3 years, 8 months ago | |
Display more information in a relationship select field
Started by: marioD-5 in: Toolset Professional Support |
|
2 | 2 | 3 years, 8 months ago | |
Modify price from a form
Started by: marioD-5 in: Toolset Professional Support |
|
2 | 3 | 4 years ago | |
Display post count inside marker hint
Started by: marioD-5 in: Toolset Professional Support |
|
2 | 2 | 4 years, 1 month ago | |
Keep all markers on a map when a filter is selected
Started by: marioD-5 in: Toolset Professional Support |
1 | 2 | 4 years, 1 month ago | ||
Exclude category is not working
Started by: marioD-5 in: Toolset Professional Support |
|
2 | 11 | 4 years, 3 months ago | |
Cred product modify form, unable to change product price
Started by: marioD-5 in: Toolset Professional Support |
|
2 | 2 | 4 years, 5 months ago | |
Product modify form – Dropdown list to select which product to modify
Started by: marioD-5 in: Toolset Professional Support |
|
2 | 2 | 4 years, 7 months ago | |
Create a post type as guest, then create the user, assign him as the author
Started by: marioD-5 in: Toolset Professional Support |
|
2 | 2 | 4 years, 8 months ago | |
Unable to change user role from CRED
Started by: marioD-5
in: Toolset Professional Support
Problem: Solution: add_action('cred_save_data', 'cred_update_user_role_pending',10,2); function cred_update_user_role_pending($post_id, $form_data) { if ($form_data['id'] == 3386 ) { $user = new WP_User( $post_id ); $user->remove_role('pendingtechnician'); $user->add_role('technician'); } } Relevant Documentation: |
|
2 | 12 | 4 years, 11 months ago |