marcov-3
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 |
---|---|---|---|---|---|
Checkboxes generic field is not showing required message
Iniciado por: marcov-3 en: Toolset Professional Support |
|
2 | 2 | hace 7 meses, 2 semanas | |
Split: How to translate all messages from the user forms? – how to translate — not set —
Iniciado por: marcov-3 en: Toolset Professional Support |
|
2 | 7 | hace 7 meses, 2 semanas | |
How to translate all messages from the user forms?
Iniciado por: marcov-3 en: Toolset Professional Support |
|
2 | 4 | hace 7 meses, 2 semanas | |
The date field is filling very slow
Iniciado por: marcov-3
en: Toolset Professional Support
Problem: In a user form, the birthday field is slow to fill out after selecting a date. The delay makes the process cumbersome. Solution: The delay is due to Toolset using jQuery UI for the date fields' graphical user interface (GUI). Unfortunately, this is inherent to the library, and there is no direct solution within Toolset. To improve efficiency, consider hiring a developer to create a custom Date GUI using custom code. |
|
2 | 2 | hace 9 meses, 1 semana | |
People having troubles loggin in and password reset
Iniciado por: marcov-3 en: Toolset Professional Support |
|
2 | 4 | hace 9 meses, 3 semanas | |
Max characters multi line field
Iniciado por: marcov-3
en: Toolset Professional Support
Problem: How can I limit the maximum total count of characters or lines in a multi-line field in a form? Solution: Use the following jQuery code to limit the number of lines in a multi-line field. This example sets a limit of 2 lines, but you can adjust this by changing the value of maxLines: jQuery.noConflict(); (function($) { $(document).ready(function() { var maxLines = 2; $('textarea').on('input', function() { var textarea = $(this); var lines = textarea.val().split('\n'); if (lines.length > maxLines) { textarea.val(lines.slice(0, maxLines).join('\n')); } }); }); })(jQuery); Relevant Documentation: |
|
2 | 10 | hace 9 meses, 3 semanas | |
How can I make user field required without it being added in every user form?
Iniciado por: marcov-3 en: Toolset Professional Support |
|
2 | 13 | hace 10 meses, 1 semana | |
The new user fields are above the basic Customer billing address and shipping
Iniciado por: marcov-3
en: Toolset Professional Support
Problem: I have created many user forms to gather information from users, but these fields push the basic WooCommerce billing and shipping fields down on the user-edit.php page. My customer wants the basic fields at the top of the wp-admin/user-edit.php page. Solution: Create a CSS file and assign it to the WordPress Dashboard. Set the parent container of the boxes to display: flex and use the flex order feature to change the order of the boxes. Refer to the following resources for guidance: https://www.google.com/search?q=how+to+add+css+to+wordpress+dashboard |
|
2 | 2 | hace 10 meses, 2 semanas | |
I created a form to create an user and fill in woo billing fields but it doesn't
1
2
Iniciado por: marcov-3 en: Toolset Professional Support |
|
2 | 20 | hace 11 meses, 2 semanas | |
How can I show user billing info in a user form where they can't be edited?
Iniciado por: marcov-3 en: Toolset Professional Support |
2 | 5 | hace 11 meses, 2 semanas | ||
Conditional fields stay after you change the conditional data
Iniciado por: marcov-3 en: Toolset Professional Support |
|
2 | 4 | hace 12 meses | |
How to add a form not yet filled in by the user but should not create new user
Iniciado por: marcov-3 en: Toolset Professional Support |
|
2 | 3 | hace 12 meses | |
I want to show user form in Woo my account page thru Yith my account endpoints
Iniciado por: marcov-3 en: Toolset Professional Support |
|
2 | 4 | hace 1 año | |
The placeholder is shown without code for the placeholder?
Iniciado por: marcov-3 en: Toolset Professional Support |
|
2 | 6 | hace 1 año, 1 mes | |
Woocommerce billing fields show but no info is filled in from user
Iniciado por: marcov-3 en: Toolset Professional Support |
2 | 2 | hace 1 año, 1 mes |