daveM
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é |
---|---|---|---|---|---|
Custom fields content not updating after adding SSL
Commencé par : 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 | Il y a 7 années et 2 mois | ||
Single line text box in custom field erases anything inside quotes ("")
Commencé par : daveM in: Types Community Support |
2 | 4 | Il y a 7 années et 3 mois | ||
Sort custom post type by custom tax in admin
Commencé par : 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 | Il y a 7 années et 3 mois | ||
Conditional post fields not working in admin
Commencé par : daveM in: Types Community Support |
2 | 3 | Il y a 7 années et 4 mois | ||
What format has Toolset Date Field?
Commencé par : 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 | Il y a 7 années et 4 mois | ||
How would I create a feed of child posts only for a specific parent?
Commencé par : daveM in: Types Community Support |
2 | 12 | Il y a 7 années et 5 mois | ||
Possible to do conditional: if custom field has more than x values, then…
Commencé par : daveM in: Types Community Support |
1 | 2 | Il y a 8 années et 1 mois | ||
Custom post type edit page not working correctly
Commencé par : daveM in: Types Community Support |
2 | 11 | Il y a 8 années et 1 mois | ||
Setting default custom taxonomy term on custom posts
Commencé par : daveM in: Types Community Support |
2 | 3 | Il y a 8 années et 2 mois | ||
Views query filter doesn't allow "NOT IN" filters?
Commencé par : daveM in: Types Community Support |
2 | 5 | Il y a 8 années et 2 mois | ||
Possible to count number of repeating fields with 'echo types_render_field'?
Commencé par : daveM in: Types Community Support |
2 | 4 | Il y a 8 années et 2 mois | ||
Display Custom Image Field (repeating) with the Types API
Commencé par : daveM
in: Types Community Support
Problem: Solution: echo types_render_field('image', array("width" => "300", "height" => "200")) Relevant Documentation: |
2 | 6 | Il y a 8 années et 3 mois |