Ian
Support threads created in the last 30 days: 1
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Slider with repeating images
Started by: Ian in: Toolset Professional Support |
|
1 | 4 | 4 days, 10 hours ago | |
Filter view with date pull down menu
Started by: Ian in: Toolset Professional Support |
|
1 | 6 | 1 month, 1 week ago | |
Hide posts with specific term
Started by: Ian
in: Toolset Professional Support
Problem: Solution: To achieve the desired functionality, you can consider using Toolset's conditional HTML to restrict content based on taxonomy. Here are some resources and suggestions: https://toolset.com/documentation/user-guides/conditional-html-output-in-views/ While Toolset does not provide a built-in way to filter by taxonomy terms directly, combining the above methods with some custom code can achieve the desired result. However, support for custom code is beyond the scope of this forum. If custom implementation becomes a roadblock, consider seeking assistance from Toolset Contractors: https://toolset.com/contractors/ |
|
2 | 2 | 9 months, 1 week ago | |
Can not Edit Page with Toolset Blocks WordPress 6.5.2 Issue
Started by: Ian in: Toolset Professional Support |
2 | 2 | 10 months, 2 weeks ago | ||
User Edit Many to Many Relationships
Started by: Ian in: Toolset Professional Support |
|
2 | 13 | 11 months, 4 weeks ago | |
Change User Role with Toolset Form
Started by: Ian
in: Toolset Professional Support
Problem: add_action('cred_submit_complete', 'cred_update_user_role_pending', 10,2); function cred_update_user_role_pending($post_id, $form_data) { require_once(ABSPATH.'wp-admin/includes/user.php'); if ( isset($form_data) && !empty($form_data) && isset($form_data['id']) && $form_data['id'] == 4981 ) { // update the user role $user = new WP_User( $post_id ); $user->remove_role( 'pending_vendor' ); $user->add_role( 'vendor' ); } } I also put in a check to make sure by the time the form is submitted, there's a valid formdata, it was causing a fatal error for some reason. |
|
2 | 5 | 1 year ago | |
Delete User from Form Not Working
Started by: Ian
in: Toolset Professional Support
Problem: function efm_delete_user( $user_id, $form_data ){ if ( isset($form_data) && !empty($form_data) && isset($form_data['id']) && $form_data['id'] == 5846 ) { require_once( ABSPATH.'wp-admin/includes/user.php' ); wp_delete_user( $user_id ); } } add_action( 'cred_submit_complete', 'efm_delete_user', 10, 2 ); |
|
2 | 7 | 1 year ago | |
Incompatibility with latest Blocksy Theme
Started by: Ian in: Toolset Professional Support |
2 | 3 | 1 year ago | ||
FEATURE REQUEST: The argument for more Toolset blocks
Started by: Ian in: Toolset Professional Support |
|
2 | 2 | 1 year ago | |
FEATURE REQUEST: Toolsets Killer App
Started by: Ian in: Toolset Professional Support |
|
2 | 2 | 1 year ago | |
redirecting taxonomy links
Started by: Ian in: Toolset Professional Support |
|
2 | 9 | 1 year ago | |
Conflict With owlCarousel by Webnus
Started by: Ian in: Toolset Professional Support |
|
2 | 10 | 1 year ago | |
Edit link not working for custom post status
Started by: Ian in: Toolset Professional Support |
|
2 | 8 | 1 year, 1 month ago | |
Custom post status not showing in forms
Started by: Ian in: Toolset Professional Support |
1 | 2 | 1 year, 1 month ago | ||
Display posts by same author with Gridbuilder WP
Started by: Ian in: Toolset Professional Support |
|
2 | 4 | 1 year, 7 months ago |