marioD-5
Fils de soutien créés au cours des 30 derniers jours : 0
Sujets de forum favoris
This user has no favorite topics.
Sujets de forum créés
Status | Sujet | Supporter | Voix | Publications | Nouveauté |
---|---|---|---|---|---|
Create a custom image field that will display the second image product
Commencé par : marioD-5 in: Toolset Professional Support |
|
2 | 4 | Il y a 2 années et 6 mois | |
Pagination not working except in wordpress customizer
Commencé par : marioD-5 in: Toolset Professional Support |
|
2 | 4 | Il y a 2 années et 6 mois | |
Odd/Even styling using classic views
Commencé par : marioD-5
in: Toolset Professional Support
Problem: Solution: You can find proposed solution, in this case with the following reply: Relevant Documentation: |
|
2 | 8 | Il y a 3 années et 6 mois | |
Always show empty options in a filter
Commencé par : 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 | Il y a 3 années et 6 mois | |
Language select filter inside a view
Commencé par : marioD-5 in: Toolset Professional Support |
|
2 | 2 | Il y a 3 années et 7 mois | |
Display more information in a relationship select field
Commencé par : marioD-5 in: Toolset Professional Support |
|
2 | 2 | Il y a 3 années et 7 mois | |
Modify price from a form
Commencé par : marioD-5 in: Toolset Professional Support |
|
2 | 3 | Il y a 4 années | |
Display post count inside marker hint
Commencé par : marioD-5 in: Toolset Professional Support |
|
2 | 2 | Il y a 4 années | |
Keep all markers on a map when a filter is selected
Commencé par : marioD-5 in: Toolset Professional Support |
1 | 2 | Il y a 4 années | ||
Exclude category is not working
Commencé par : marioD-5 in: Toolset Professional Support |
|
2 | 11 | Il y a 4 années et 2 mois | |
Cred product modify form, unable to change product price
Commencé par : marioD-5 in: Toolset Professional Support |
|
2 | 2 | Il y a 4 années et 4 mois | |
Product modify form – Dropdown list to select which product to modify
Commencé par : marioD-5 in: Toolset Professional Support |
|
2 | 2 | Il y a 4 années et 6 mois | |
Create a post type as guest, then create the user, assign him as the author
Commencé par : marioD-5 in: Toolset Professional Support |
|
2 | 2 | Il y a 4 années et 7 mois | |
Unable to change user role from CRED
Commencé par : 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 | Il y a 4 années et 10 mois |