matthewC-9
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 |
---|---|---|---|---|---|
Getting an error when trying to display one page's content within another
Started by: matthewC-9 in: Toolset Professional Support |
2 | 5 | 4 years, 8 months ago | ||
Conditional only working for some posts
Started by: matthewC-9 in: Toolset Professional Support |
1 | 2 | 4 years, 10 months ago | ||
More help with conditionals
Started by: matthewC-9 in: Toolset Professional Support |
2 | 9 | 5 years ago | ||
Help with types_render_field
Started by: matthewC-9 in: Toolset Professional Support |
2 | 8 | 5 years ago | ||
Get repeatable field group for Relevanssi search
Started by: matthewC-9 in: Toolset Professional Support |
2 | 2 | 5 years, 1 month ago | ||
Custom code snippet from localhost isn't working when I put it on a live server
Started by: matthewC-9 in: Toolset Professional Support |
2 | 5 | 5 years, 3 months ago | ||
Complex conditional statement stopping page from loading
Started by: matthewC-9
in: Toolset Professional Support
Problem: A complex conditional statement is not working correctly. Solution: Sometimes long conditionals must be broken up into multiple templates. This is an unfortunate side effect of how WordPress handles regular expressions. Relevant Documentation: |
3 | 10 | 5 years, 3 months ago | ||
View only showing 1 item after updating to Views 2.9 and Types 3.3.3
Started by: matthewC-9
in: Toolset Professional Support
Problem: After updating Views, the results seem to be inaccurate in a View using post relationships and custom field filters. Solution: Update to the latest version of Views to get the fix here. |
2 | 11 | 5 years, 3 months ago | ||
No-date-set option for date filter on view
Started by: matthewC-9
in: Toolset Professional Support
Problem: Display posts which "start date" and "end date" field values are NOT EXISTS. Solution: It needs custom codes, for example: https://toolset.com/forums/topic/no-date-set-option-for-date-filter-on-view/#post-1261607 Relevant Documentation: https://toolset.com/documentation/programmer-reference/views-filters/#wpv_filter_query https://codex.wordpress.org/Class_Reference/WP_Query#Custom_Field_Parameters |
2 | 3 | 5 years, 5 months ago | ||
Grouping posts in a view with an intermediary post type
Started by: matthewC-9
in: Toolset Professional Support
Problem: Two post types: "resource" and "resource list", with many-to-many relationship using below intermediate post type. In a single "resource list" post, setup a post view: - query posts of intermediate post type - display related "resource" posts: - order the results by numeric field "order" - groups the results by taxonomy "Resource categories" Solution: You might consider to Move the numeric field "order" to post type "resource". See details here: Relevant Documentation: |
2 | 11 | 5 years, 5 months ago | ||
One more follow-up question
Started by: matthewC-9
in: Toolset Professional Support
Problem: For some lists, there won't be any subcategories (ie none of the taxonomy terms used), and for those lists, I would ideally like to fall back to a different view instead. Solution: You can register the taxonomy subcategories to both post types, for example: https://toolset.com/forums/topic/one-more-follow-up-question/#post-1246859 Relevant Documentation: |
2 | 3 | 5 years, 5 months ago |