Saul Baizman
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 |
|---|---|---|---|---|---|
|
Disable the caching of a view
Gestartet von: Saul Baizman in: Toolset Professional Support |
|
1 | 3 | vor 3 months, 3 weeks | |
|
Count the terms of a given custom taxonomy
Gestartet von: Saul Baizman in: Toolset Professional Support |
|
1 | 3 | vor 4 months, 1 week | |
|
Filtering a view based on a repeating field
Gestartet von: Saul Baizman in: Toolset Professional Support |
|
1 | 3 | vor 4 months, 1 week | |
|
Sorting the posts in a view based on a repeating field
Gestartet von: Saul Baizman in: Toolset Professional Support |
|
1 | 3 | vor 4 months, 1 week | |
|
24-hour display in “hours” pull-down menu on Date custom field
Gestartet von: Saul Baizman in: Toolset Professional Support |
|
1 | 3 | vor 4 months, 1 week | |
|
Two questions about front-end filters
Gestartet von: Saul Baizman in: Toolset Professional Support |
|
1 | 13 | vor 1 year, 5 months | |
|
Pagination is not appearing on a view
Gestartet von: Saul Baizman in: Toolset Professional Support |
|
1 | 12 | vor 1 year, 6 months | |
|
WordPress 6.7 and Toolset Blocks 1.6.17 relocates Save / Publish buttons
Gestartet von: Saul Baizman in: Toolset Professional Support |
|
1 | 7 | vor 1 year, 6 months | |
|
Query filter in a view isn't working as expected
Gestartet von: Saul Baizman
in: 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 | vor 1 year, 7 months | |
|
JavaScript event handler issue using custom search
Gestartet von: Saul Baizman in: Toolset Professional Support |
|
2 | 3 | vor 1 year, 7 months | |
|
Question about formatting a front-end filter
Gestartet von: Saul Baizman
in: 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 | vor 1 year, 7 months | |
|
Disabling FontAwesome
Gestartet von: Saul Baizman in: Toolset Professional Support |
|
2 | 3 | vor 1 year, 7 months | |
|
Filter a list of posts based on taxonomy and post type
Gestartet von: Saul Baizman in: Toolset Professional Support |
|
3 | 16 | vor 1 year, 9 months | |
|
Question about Forms compatability with WooCommerce and Uncanny Codes
Gestartet von: Saul Baizman in: Toolset Professional Support |
|
2 | 5 | vor 1 year, 10 months | |
|
Some shortcodes are not being executed in a view
Gestartet von: Saul Baizman in: Toolset Professional Support |
|
2 | 2 | vor 2 years, 3 months |