Timothy
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 |
---|---|---|---|---|---|
Google Maps Retired Version Error
Started by: Timothy in: Toolset Professional Support |
3 | 12 | 6 years, 4 months ago | ||
Creating a Multi Select Relationship Dropdown
Started by: Timothy in: Toolset Professional Support |
2 | 6 | 6 years, 5 months ago | ||
Create and Populate a Multiple Select Using other CPT
Started by: Timothy in: Toolset Professional Support |
2 | 2 | 6 years, 5 months ago | ||
Send Notification From Email in Parent CPT
Started by: Timothy in: Toolset Professional Support |
3 | 4 | 6 years, 6 months ago | ||
Sending Notification Email Based on CPT Select Field
Started by: Timothy
in: Toolset Professional Support
Problem: Solution: You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 6 | 6 years, 6 months ago | ||
Creating a random order of gallery images from different cpts
Started by: Timothy in: Toolset Professional Support |
2 | 4 | 6 years, 7 months ago | ||
Trying to Create a Gallery With a Repeating Image Field, not Looping Correctly
Started by: Timothy in: Toolset Professional Support |
2 | 2 | 6 years, 7 months ago | ||
Creating a dropdown for child taxonomy as custom filter
Started by: Timothy in: Toolset Professional Support |
2 | 4 | 6 years, 7 months ago | ||
CPT Revisions not appearing
Started by: Timothy
in: Toolset Professional Support
Problem: |
2 | 5 | 6 years, 8 months ago | ||
How to send a notification before a post expires?
1
2
Started by: Timothy
in: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
4 | 20 | 6 years, 10 months ago | ||
CRED: Error parsing callback data for `check_post_id`
Started by: Timothy in: Toolset Professional Support |
2 | 13 | 6 years, 10 months ago | ||
Styling The New Maps Distance Filters To Be Inline
Started by: Timothy
in: Toolset Professional Support
Problem: Solution: .form-group > label { display: block; } .form-control.js-toolset-maps-distance-value.js-wpv-filter-trigger-delayed { display: inline-block; width: 10%; } .js-toolset-maps-distance-unit.form-control.js-wpv-filter-trigger { display: inline-block; width: 10%; } .form-control.js-toolset-maps-distance-center.js-wpv-filter-trigger { display: inline-block; width: 40%; } You can adjust widths according to your need. |
3 | 7 | 6 years, 11 months ago | ||
Test for custom field length in a wpv-conditional shortcode
Started by: Timothy
in: Toolset Professional Support
Problem: Solution: /** * Register shortcode "fieldlength" * * requires attribute field = "slug" of field to measure length of */ add_shortcode( 'fieldlength', function( $atts ){ global $post; $string = get_post_meta( $post->ID, $atts['field'], true); return strlen( $string ); }); Register the custom shortcode at Toolset > Settings > Front-end Content and then use it inside a wpv-conditional shortcode like so: [wpv-conditional if="( '[fieldlength field='wpcf-author-name']' gt '15' )"] Length > 15 [/wpv-conditional] |
2 | 4 | 6 years, 11 months ago | ||
Creating a Saved Search From View Filters To a CPT
Started by: Timothy in: Toolset Professional Support |
2 | 3 | 6 years, 11 months ago | ||
Using a Conditional To Show Content with Checkboxes
Started by: Timothy in: Toolset Professional Support |
3 | 8 | 6 years, 12 months ago |