Saul Baizman
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 |
|---|---|---|---|---|---|
|
Disable the caching of a view
Iniciado por: Saul Baizman en: Toolset Professional Support |
|
1 | 3 | 3 months, 3 weeks ago | |
|
Count the terms of a given custom taxonomy
Iniciado por: Saul Baizman en: Toolset Professional Support |
|
1 | 3 | 4 months, 1 week ago | |
|
Filtering a view based on a repeating field
Iniciado por: Saul Baizman en: Toolset Professional Support |
|
1 | 3 | 4 months, 1 week ago | |
|
Sorting the posts in a view based on a repeating field
Iniciado por: Saul Baizman en: Toolset Professional Support |
|
1 | 3 | 4 months, 1 week ago | |
|
24-hour display in “hours” pull-down menu on Date custom field
Iniciado por: Saul Baizman en: Toolset Professional Support |
|
1 | 3 | 4 months, 1 week ago | |
|
Two questions about front-end filters
Iniciado por: Saul Baizman en: Toolset Professional Support |
|
1 | 13 | 1 year, 5 months ago | |
|
Pagination is not appearing on a view
Iniciado por: Saul Baizman en: Toolset Professional Support |
|
1 | 12 | 1 year, 6 months ago | |
|
WordPress 6.7 and Toolset Blocks 1.6.17 relocates Save / Publish buttons
Iniciado por: Saul Baizman en: Toolset Professional Support |
|
1 | 7 | 1 year, 6 months ago | |
|
Query filter in a view isn't working as expected
Iniciado por: Saul Baizman
en: Toolset Professional Support
Problem: The customer created a view with two query filters: (1) the page must be a subpage of the page on which the view resides, and (2) the custom field "Card Exclude" must not have the value "1." Despite having four subpages, with only one marked as excluded, the view displayed no pages. Additionally, the unchecked state of the checkbox field was not saving a value to the database. Solution: The issue stemmed from how checkbox field values were stored in the database. If the checkbox was never saved, it remained absent in the database. If checked and then unchecked, it stored a value of 0, while being checked saved a value of 1. The workaround applied involved manually saving the field as true (1) and then unchecking it to store false (0), allowing the query filter to function correctly. Additionally, two other solutions were suggested: 1- Using a conditional statement in the Loop Editor: [wpv-conditional if="( $(wpcf-exclude-card) ne '1' )"]. 2- Custom code in the query to handle cases where the field might be NULL or 0. |
|
2 | 5 | 1 year, 7 months ago | |
|
JavaScript event handler issue using custom search
Iniciado por: Saul Baizman en: Toolset Professional Support |
|
2 | 3 | 1 year, 7 months ago | |
|
Question about formatting a front-end filter
Iniciado por: Saul Baizman
en: Toolset Professional Support
Problem: I want to create a custom search for the "Service" posts based on the "Audience" taxonomy. The search is functional with radio buttons, but I would prefer to display clickable visual buttons for the options rather than standard radio buttons. Solution: Toolset doesn’t provide a PHP filter to alter the radio button HTML directly. However, you can achieve a visual button style using CSS and Javascript to replace standard radio buttons. Relevant Documentation: - http://stackoverflow.com/questions/3896156/how-do-i-style-radio-buttons-with-images-laughing-smiley-for-good-sad-smiley - https://toolset.com/documentation/programmer-reference/views-filters/ |
|
2 | 5 | 1 year, 7 months ago | |
|
Disabling FontAwesome
Iniciado por: Saul Baizman en: Toolset Professional Support |
|
2 | 3 | 1 year, 7 months ago | |
|
Filter a list of posts based on taxonomy and post type
Iniciado por: Saul Baizman en: Toolset Professional Support |
|
3 | 16 | 1 year, 9 months ago | |
|
Question about Forms compatability with WooCommerce and Uncanny Codes
Iniciado por: Saul Baizman en: Toolset Professional Support |
|
2 | 5 | 1 year, 10 months ago | |
|
Some shortcodes are not being executed in a view
Iniciado por: Saul Baizman en: Toolset Professional Support |
|
2 | 2 | 2 years, 3 months ago |