georgiI
Admite hilos creados en los últimos 30 días: 0
Debates favoritos del foro
Este usuario no tiene debates favoritos.
Temas del foro creados
| Status | Debate | Supporter | Voces | Mensajes | Caducidad |
|---|---|---|---|---|---|
|
Validation of checkbox not working
Iniciado por: georgiI en: Toolset Professional Support |
|
1 | 5 | 6 months, 2 weeks ago | |
|
Edit post link does not edit
Iniciado por: georgiI en: Toolset Professional Support |
|
1 | 7 | 8 months, 3 weeks ago | |
|
WordPress Media Library manager on file field lists only one button file in view
Iniciado por: georgiI en: Toolset Professional Support |
|
1 | 12 | 8 months, 3 weeks ago | |
|
Form type and post type do not match
Iniciado por: georgiI en: Toolset Professional Support |
|
1 | 4 | 9 months ago | |
|
Form type and post type do not match
Iniciado por: georgiI en: Toolset Professional Support |
|
1 | 10 | 9 months, 3 weeks ago | |
|
User is registered, but not logged in
Iniciado por: georgiI en: Toolset Professional Support |
|
1 | 3 | 9 months, 3 weeks ago | |
|
Custom user role can login to website and should’t
Iniciado por: georgiI en: Toolset Professional Support |
|
1 | 5 | 9 months, 3 weeks ago | |
|
Displaying data from User forms
Iniciado por: georgiI en: Toolset Professional Support |
|
1 | 3 | 9 months, 4 weeks ago | |
|
Having an additional option of no selection on custom dropdown
Iniciado por: georgiI en: Toolset Professional Support |
|
1 | 7 | 1 year, 4 months ago | |
|
Overlapping pagination and loop
Iniciado por: georgiI en: Toolset Professional Support |
|
1 | 3 | 1 year, 5 months ago | |
|
Missing Save Button on certain templates
Iniciado por: georgiI en: Toolset Professional Support |
|
1 | 6 | 1 year, 6 months ago | |
|
Custom post type category select field
Iniciado por: georgiI en: Toolset Professional Support |
|
1 | 7 | 1 year, 6 months ago | |
|
Custom taxonomy search filter
Iniciado por: georgiI en: Toolset Professional Support |
|
3 | 14 | 1 year, 6 months ago | |
|
User data shows only custom post type in search
Iniciado por: georgiI
en: 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 | 1 year, 8 months ago | |
|
Filtering only custom post type by date in search view
Iniciado por: georgiI
en: 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 | 1 year, 9 months ago |