daveM
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 |
---|---|---|---|---|---|
Custom fields content not updating after adding SSL
Started by: daveM
in: Types Community Support
Problem: Solution: 2. Now, before checking the Custom fields on front page, please clear all sort of caches in your site plugin cache (if any) / CDN cache (if any) / browser cache. Other way to reload the images in the Custom fields, is to manually re-add the images in the post. |
2 | 3 | 7 years, 2 months ago | ||
Single line text box in custom field erases anything inside quotes ("")
Started by: daveM in: Types Community Support |
2 | 4 | 7 years, 3 months ago | ||
Sort custom post type by custom tax in admin
Started by: daveM
in: Types Community Support
Problem: Solution: You need to make it happen using custom coding, I have found a related tutorial to filter post or custom post type by a specific taxonomy term in the WordPress admin: |
2 | 6 | 7 years, 3 months ago | ||
Conditional post fields not working in admin
Started by: daveM in: Types Community Support |
2 | 3 | 7 years, 4 months ago | ||
What format has Toolset Date Field?
Started by: daveM
in: Types Community Support
Problem: $today = date( 'Y-m-d', strtotime('today') ); 'meta_query' => array( array( 'key' => 'wpcf-tour-date', 'value' => $today, 'compare' => '>=', 'type' => 'DATE', ), ), It does not return anythign, even if there are fields with values. What's wrong? Solution: The 'type' DATE works with the 'compare' value BETWEEN only if the date is stored at the format YYYY-MM-DD and tested with this format. And our Date Field is not storing it in this format but in a simple timestamp format. The easiest solution is to compare as a NUMERIC value as that is what Toolset stores for the Date Fields. Relevant Documentation: |
2 | 3 | 7 years, 4 months ago | ||
How would I create a feed of child posts only for a specific parent?
Started by: daveM in: Types Community Support |
2 | 12 | 7 years, 5 months ago | ||
Possible to do conditional: if custom field has more than x values, then…
Started by: daveM in: Types Community Support |
1 | 2 | 8 years, 1 month ago | ||
Custom post type edit page not working correctly
Started by: daveM in: Types Community Support |
2 | 11 | 8 years, 1 month ago | ||
Setting default custom taxonomy term on custom posts
Started by: daveM in: Types Community Support |
2 | 3 | 8 years, 2 months ago | ||
Views query filter doesn't allow "NOT IN" filters?
Started by: daveM in: Types Community Support |
2 | 5 | 8 years, 2 months ago | ||
Possible to count number of repeating fields with 'echo types_render_field'?
Started by: daveM in: Types Community Support |
2 | 4 | 8 years, 2 months ago | ||
Display Custom Image Field (repeating) with the Types API
Started by: daveM
in: Types Community Support
Problem: Solution: echo types_render_field('image', array("width" => "300", "height" => "200")) Relevant Documentation: |
2 | 6 | 8 years, 3 months ago |