georgiI
In den letzten 30 Tagen erstellte Support-Threads: 0
Lieblings-Forenthemen
This user has no favorite topics.
Forum Topics Created
| Status | Thema | Supporter | Stimmen | Artikel | Aktualität |
|---|---|---|---|---|---|
|
Validation of checkbox not working
Gestartet von: georgiI in: Toolset Professional Support |
|
1 | 5 | vor 6 months, 2 weeks | |
|
Edit post link does not edit
Gestartet von: georgiI in: Toolset Professional Support |
|
1 | 7 | vor 8 months, 3 weeks | |
|
WordPress Media Library manager on file field lists only one button file in view
Gestartet von: georgiI in: Toolset Professional Support |
|
1 | 12 | vor 8 months, 3 weeks | |
|
Form type and post type do not match
Gestartet von: georgiI in: Toolset Professional Support |
|
1 | 4 | vor 9 months | |
|
Form type and post type do not match
Gestartet von: georgiI in: Toolset Professional Support |
|
1 | 10 | vor 9 months, 3 weeks | |
|
User is registered, but not logged in
Gestartet von: georgiI in: Toolset Professional Support |
|
1 | 3 | vor 9 months, 3 weeks | |
|
Custom user role can login to website and should’t
Gestartet von: georgiI in: Toolset Professional Support |
|
1 | 5 | vor 9 months, 3 weeks | |
|
Displaying data from User forms
Gestartet von: georgiI in: Toolset Professional Support |
|
1 | 3 | vor 9 months, 4 weeks | |
|
Having an additional option of no selection on custom dropdown
Gestartet von: georgiI in: Toolset Professional Support |
|
1 | 7 | vor 1 year, 4 months | |
|
Overlapping pagination and loop
Gestartet von: georgiI in: Toolset Professional Support |
|
1 | 3 | vor 1 year, 5 months | |
|
Missing Save Button on certain templates
Gestartet von: georgiI in: Toolset Professional Support |
|
1 | 6 | vor 1 year, 6 months | |
|
Custom post type category select field
Gestartet von: georgiI in: Toolset Professional Support |
|
1 | 7 | vor 1 year, 6 months | |
|
Custom taxonomy search filter
Gestartet von: georgiI in: Toolset Professional Support |
|
3 | 14 | vor 1 year, 6 months | |
|
User data shows only custom post type in search
Gestartet von: 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 | vor 1 year, 8 months | |
|
Filtering only custom post type by date in search view
Gestartet von: 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 | vor 1 year, 9 months |