georgiI
Support threads created in the last 30 days: 1
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Overlapping pagination and loop
Started by: georgiI in: Toolset Professional Support |
1 | 3 | 2 weeks, 1 day ago | ||
Missing Save Button on certain templates
Started by: georgiI in: Toolset Professional Support |
1 | 6 | 1 month, 1 week ago | ||
Custom post type category select field
Started by: georgiI in: Toolset Professional Support |
1 | 7 | 1 month, 2 weeks ago | ||
Custom taxonomy search filter
Started by: georgiI in: Toolset Professional Support |
3 | 14 | 1 month, 3 weeks ago | ||
User data shows only custom post type in search
Started by: georgiI
in: Toolset Professional Support
Problem: The customer had a search view that was supposed to show both custom post types (CPTs) "listings" and standard posts, based on the fields "city" and "listing category." However, when users were redirected to the search from their account, only "listings" were shown, and standard posts were not included in the results, even though they should have been. Solution: The issue was due to a discrepancy between the "listing category," which was set as a taxonomy for the "listings" CPT, and a custom field ('wpv-listing_category') for standard posts. The provided code was only testing for taxonomies and not for the custom field, causing standard posts to be excluded from the results. We modified the code to check both the taxonomy and custom field values, ensuring that both "listings" and standard posts would be displayed based on the search criteria. |
2 | 7 | 4 months, 1 week ago | ||
Filtering only custom post type by date in search view
Started by: georgiI
in: Toolset Professional Support
Problem: The customer created a search view that displays two types: a custom post type (CPT) and standard WordPress posts. They needed to show only CPT entries published up to a week ago, while standard posts should be displayed regardless of their publication date. The customer struggled with configuring the date filter to apply only to the custom post type. Solution: We explained that it is not possible to use different date filters for different post types within the same filter by default. To achieve this, we used the wpv_filter_query hook to apply a custom code snippet that checks the post type and applies a date filter only for the custom post type ("listing"). The filter was set to show records published until 7 days ago while allowing modifications without affecting the filter criteria. The code was also updated to ensure it filtered only by the published date, not the modified date. The customer confirmed that the solution worked as expected. |
2 | 8 | 4 months, 2 weeks ago | ||
Attach other plugin custom post type with posts trough toolset
Started by: georgiI
in: Toolset Professional Support
Problem: The customer is working on a website with two different types of listings—one created using another plugin and the other using Toolset. They wanted to know if it is possible for both custom post types (CPTs) to share the same fields and taxonomies, which are currently attached only to the custom post type created by the other plugin. Solution: We clarified that if the customer wants to have identical CPTs in both Toolset and another plugin, it might be best to convert the existing types and fields so that Toolset manages them, ensuring everything is centralized in one place. We provided a link to the relevant documentation for converting existing types and fields to Toolset control. Additionally, we mentioned that in some cases, it is possible to use custom fields in Toolset even if they are not managed by Toolset, but this would need to be checked on a case-by-case basis. Relevant Documentation: https://toolset.com/course-lesson/convert-existing-custom-types-and-fields-to-types-control/ |
2 | 3 | 4 months, 2 weeks ago | ||
Stored user data can't be edited during search view
Started by: georgiI in: Toolset Professional Support |
2 | 9 | 4 months, 2 weeks ago | ||
Split: User stored preference data, changes search results – generic field default value edit form
Started by: georgiI in: Toolset Professional Support |
2 | 4 | 5 months, 1 week ago | ||
User stored preference data, changes search results
Started by: georgiI in: Toolset Professional Support |
2 | 17 | 5 months, 2 weeks ago | ||
Conditional breaks view grid
Started by: georgiI in: Toolset Professional Support |
2 | 9 | 5 months, 3 weeks ago | ||
Exclude payed member subscriptions from toolset search
Started by: georgiI in: Toolset Professional Support |
2 | 9 | 6 months ago | ||
Change "no file chosen" text
Started by: georgiI in: Toolset Professional Support |
2 | 3 | 6 months ago | ||
Min/Max price search filter of custom price field
Started by: georgiI in: Toolset Professional Support |
2 | 9 | 6 months, 1 week ago | ||
Other plugin field as a search filter
Started by: georgiI in: Toolset Professional Support |
2 | 7 | 6 months, 2 weeks ago |