marioD-5
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 |
---|---|---|---|---|---|
Create a custom image field that will display the second image product
Gestartet von: marioD-5 in: Toolset Professional Support |
|
2 | 4 | vor 2 Jahren, 4 Monaten | |
Pagination not working except in wordpress customizer
Gestartet von: marioD-5 in: Toolset Professional Support |
|
2 | 4 | vor 2 Jahren, 4 Monaten | |
Odd/Even styling using classic views
Gestartet von: marioD-5
in: Toolset Professional Support
Problem: Solution: You can find proposed solution, in this case with the following reply: Relevant Documentation: |
|
2 | 8 | vor 3 Jahren, 4 Monaten | |
Always show empty options in a filter
Gestartet von: 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 | vor 3 Jahren, 4 Monaten | |
Language select filter inside a view
Gestartet von: marioD-5 in: Toolset Professional Support |
|
2 | 2 | vor 3 Jahren, 5 Monaten | |
Display more information in a relationship select field
Gestartet von: marioD-5 in: Toolset Professional Support |
|
2 | 2 | vor 3 Jahren, 5 Monaten | |
Modify price from a form
Gestartet von: marioD-5 in: Toolset Professional Support |
|
2 | 3 | vor 3 Jahren, 10 Monaten | |
Display post count inside marker hint
Gestartet von: marioD-5 in: Toolset Professional Support |
|
2 | 2 | vor 3 Jahren, 10 Monaten | |
Keep all markers on a map when a filter is selected
Gestartet von: marioD-5 in: Toolset Professional Support |
1 | 2 | vor 3 Jahren, 11 Monaten | ||
Exclude category is not working
Gestartet von: marioD-5 in: Toolset Professional Support |
|
2 | 11 | vor 4 Jahren | |
Cred product modify form, unable to change product price
Gestartet von: marioD-5 in: Toolset Professional Support |
|
2 | 2 | vor 4 Jahren, 2 Monaten | |
Product modify form – Dropdown list to select which product to modify
Gestartet von: marioD-5 in: Toolset Professional Support |
|
2 | 2 | vor 4 Jahren, 4 Monaten | |
Create a post type as guest, then create the user, assign him as the author
Gestartet von: marioD-5 in: Toolset Professional Support |
|
2 | 2 | vor 4 Jahren, 5 Monaten | |
Unable to change user role from CRED
Gestartet von: 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 | vor 4 Jahren, 8 Monaten | |
Limit users to 1 child post creation
Gestartet von: marioD-5 in: Toolset Professional Support |
|
2 | 3 | vor 5 Jahren |