Saul Baizman
In den letzten 30 Tagen erstellte Support-Threads: 2
Lieblings-Forenthemen
This user has no favorite topics.
Forum Topics Created
| Status | Thema | Supporter | Stimmen | Artikel | Aktualität |
|---|---|---|---|---|---|
|
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, 10 months | |
|
Disabling FontAwesome
Gestartet von: Saul Baizman in: Toolset Professional Support |
|
2 | 3 | vor 1 year, 10 months | |
|
Filter a list of posts based on taxonomy and post type
Gestartet von: Saul Baizman in: Toolset Professional Support |
|
3 | 16 | vor 2 years, 1 month | |
|
Question about Forms compatability with WooCommerce and Uncanny Codes
Gestartet von: Saul Baizman in: Toolset Professional Support |
|
2 | 5 | vor 2 years, 1 month | |
|
Some shortcodes are not being executed in a view
Gestartet von: Saul Baizman in: Toolset Professional Support |
|
2 | 2 | vor 2 years, 6 months | |
|
PHP fatal error caused by Toolset Layouts
Gestartet von: Saul Baizman in: Toolset Professional Support |
|
2 | 2 | vor 2 years, 11 months | |
|
Conditional statement in Views isn't working as expected
Gestartet von: Saul Baizman in: Toolset Professional Support |
|
2 | 11 | vor 2 years, 11 months | |
|
Set the maxsize attribute of a cred generic text field
Gestartet von: Saul Baizman
in: Toolset Professional Support
Problem: I am trying to set the maximum number of characters for a generic text field on a CRED user form I would like to know if there is a way to achieve this without using JavaScript, possibly by using a filter or extending the PHP class responsible for the generic text field. Solution: The best way to accomplish this is by adding JavaScript code to the JS Editor of your form to include the desired attribute.
document.addEventListener('DOMContentLoaded', function() {
var textField = document.querySelector('input[name="job_title"]');
if (textField) {
textField.setAttribute('maxlength', '50');
}
});
Replace "job_title" with the field name that you have. Relevant Documentation: https://toolset.com/documentation/programmer-reference/forms/cred-shortcodes/#cred_generic_field |
|
2 | 3 | vor 3 years, 4 months | |
|
Creating a required CRED form field inserts default value of "1"
Gestartet von: Saul Baizman in: Toolset Professional Support |
|
2 | 3 | vor 3 years, 6 months | |
|
Question about populating a generic field via shortcode on a CRED form
Gestartet von: Saul Baizman in: Toolset Professional Support |
1 | 2 | vor 3 years, 6 months | ||
|
Customizing error message on CRED form
Gestartet von: Saul Baizman in: Toolset Professional Support |
|
2 | 3 | vor 3 years, 11 months | |
|
CRED form question about server-side validation
Gestartet von: Saul Baizman in: Toolset Professional Support |
|
2 | 5 | vor 3 years, 11 months | |
|
Location of CRED error messages
Gestartet von: Saul Baizman in: Toolset Professional Support |
|
2 | 4 | vor 3 years, 11 months | |
|
Questions about user forms (CRED plugin)
Gestartet von: Saul Baizman in: Toolset Professional Support |
|
2 | 3 | vor 3 years, 11 months | |
|
Location of custom fields on post edit screen
Gestartet von: Saul Baizman
in: Toolset Professional Support
Problem: The problem here is that the user's custom fields were in the wrong location on their post edit screen. Solution: |
|
2 | 3 | vor 4 years, 2 months |