mohamed-saadC
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 |
---|---|---|---|---|---|
Conditional group with checkboxes custom fields on a user form
Started by: mohamed-saadC
in: Toolset Professional Support
Problem: Conditional display on custom checkboxes field in Toolset Forms. Solution: Please try "eq" Comparison Operators, for example: Relevant Documentation: https://toolset.com/documentation/user-guides/cred-conditional-display-engine/ |
2 | 3 | 5 years ago | ||
Impossible to order Parents in CRED by title asc. Same effect for asc & desc
Started by: mohamed-saadC in: Toolset Professional Support |
2 | 6 | 6 years, 7 months ago | ||
There’s a bug when using Layouts plugin with the Elementor Builder
Started by: mohamed-saadC
in: Toolset Professional Support
Problem: Solution: This is the solution: 1. We are providing a filter to easily turn off the filter when needed: apply_filters( 'ddl_apply_the_content_filter_in_cells', true, $this ) 2. The best solution is to use this custom solution which you can apply when you really need it (you can even define it based on conditions), in functions.php: add_filter( 'ddl_apply_the_content_filter_in_cells', 'my_override_to_content_filter' ); function my_override_to_content_filter( $bool, $cell ){ $content = $cell.get('content'); if( strpos( $content, 'find me') ){ $bool = false; } return $bool; } |
4 | 8 | 7 years, 3 months ago | ||
problem with date format in CRED
Started by: mohamed-saadC in: Toolset Professional Support |
3 | 14 | 8 years, 5 months ago |