kelvinL-2
Admite hilos creados en los últimos 30 días: 1
Debates favoritos del foro
Este usuario no tiene debates favoritos.
Temas del foro creados
Status | Debate | Supporter | Voces | Mensajes | Caducidad |
---|---|---|---|---|---|
Disable individual custom post page like the archive
Iniciado por: kelvinL-2 en: Toolset Professional Support |
|
3 | 4 | hace 4 años, 2 meses | |
Inline edit custom post
Iniciado por: kelvinL-2 en: Toolset Professional Support |
|
2 | 3 | hace 4 años, 2 meses | |
Add repeatedly relationship custom post at frontend
1
2
Iniciado por: kelvinL-2 en: Toolset Professional Support |
|
2 | 18 | hace 4 años, 2 meses | |
cred_form_validate does validate a custom field
Iniciado por: kelvinL-2
en: Toolset Professional Support
Problem: I am trying to validate a custom field with cred_form_validate, but I cannot validate a specific field. Errors never appear in the form. Solution: Be sure to include the form_messages field in the Form builder so errors can be displayed. Then use the following syntax to validate a custom field: function fn_cred_form_validate($error_fields, $form_data) { list($fields,$errors)=$error_fields; if ($form_data['id']==221) { if (empty($fields['wpcf-application-tour-number']['value'])) { //set error message for my_field $errors['application-tour-number']='Please select tour first'; } } return array($fields,$errors); } add_filter('cred_form_validate','fn_cred_form_validate',10,2); Notice that the wpcf- prefix is required in the $fields array, but should not be included in the $errors array. Relevant Documentation: |
|
2 | 9 | hace 4 años, 2 meses | |
Toolset chat support ticket by kelvinL-2 – 1616342153
Iniciado por: kelvinL-2 en: Chat Support |
|
1 | 1 |
hace 4 años, 2 meses
|
|
Allow administrator to assign the author for subscriber
Iniciado por: kelvinL-2 en: Toolset Professional Support |
|
2 | 10 | hace 4 años, 2 meses | |
Hide the custom fields in a Form and keep the value after save
Iniciado por: kelvinL-2
en: Toolset Professional Support
Problem: I have defined a custom field in my Form and set its value using a URL parameter. I would like to hide that field on the front-end, but if I use HTML comments the field value is not saved. How can I hide the field but save the value from a URL parameter? Solution: Use CSS to hide the field itself or a container element: <div style="display:none;">[cred_field ...]</div> Relevant Documentation: |
|
2 | 4 | hace 4 años, 2 meses | |
Text Transform not work on Fields and Text
Iniciado por: kelvinL-2
en: Toolset Professional Support
Problem: I am using a Fields and Text block to display some text, including the post slug. I have set the text-transform property for this block to be "uppercase" but the slug always displays in lowercase. Solution: It seems that GeneratePress includes some styles for H1 elements that includes the property text-transform: none;, and you would have to override that using custom CSS. Add the CSS class tb-uppercase-override to the Fields and Text block, then add this CSS in the template, an enqueued CSS file, or in Appearance > Customize > Additional CSS: .tb-uppercase-override h1 { text-transform: uppercase; } That will override the GP theme style. |
|
2 | 12 | hace 4 años, 2 meses | |
Customize the post title using $_POST or $fields
Iniciado por: kelvinL-2 en: Toolset Professional Support |
|
2 | 2 | hace 4 años, 2 meses | |
Toolset not really load the bootstrap 4 css
Iniciado por: kelvinL-2 en: Toolset Professional Support |
1 | 3 | hace 4 años, 2 meses | ||
Custom post with two or more content template
Iniciado por: kelvinL-2 en: Toolset Professional Support |
1 | 2 | hace 4 años, 3 meses | ||
Setting the grid for different viewport
Iniciado por: kelvinL-2 en: Toolset Professional Support |
|
2 | 9 | hace 4 años, 3 meses | |
unserialize(): Error at offset error message from /wp-content/plugins/types/
Iniciado por: kelvinL-2 en: Toolset Professional Support |
|
2 | 12 | hace 4 años, 3 meses | |
adding javascript to custom field at dashboard
Iniciado por: kelvinL-2 en: Toolset Professional Support |
|
2 | 6 | hace 4 años, 3 meses | |
Adding social login to login form
Iniciado por: kelvinL-2 en: Toolset Professional Support |
|
2 | 4 | hace 4 años, 3 meses |