kelvinL-2
In den letzten 30 Tagen erstellte Support-Threads: 1
Lieblings-Forenthemen
This user has no favorite topics.
Forum Topics Created
Status | Thema | Supporter | Stimmen | Artikel | Aktualität |
---|---|---|---|---|---|
Disable individual custom post page like the archive
Gestartet von: kelvinL-2 in: Toolset Professional Support |
|
3 | 4 | vor 4 Jahre, 2 Monaten | |
Inline edit custom post
Gestartet von: kelvinL-2 in: Toolset Professional Support |
|
2 | 3 | vor 4 Jahre, 2 Monaten | |
Add repeatedly relationship custom post at frontend
1
2
Gestartet von: kelvinL-2 in: Toolset Professional Support |
|
2 | 18 | vor 4 Jahre, 2 Monaten | |
cred_form_validate does validate a custom field
Gestartet von: kelvinL-2
in: 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 | vor 4 Jahre, 2 Monaten | |
Toolset chat support ticket by kelvinL-2 – 1616342153
Gestartet von: kelvinL-2 in: Chat Support |
|
1 | 1 |
vor 4 Jahre, 2 Monaten
|
|
Allow administrator to assign the author for subscriber
Gestartet von: kelvinL-2 in: Toolset Professional Support |
|
2 | 10 | vor 4 Jahre, 2 Monaten | |
Hide the custom fields in a Form and keep the value after save
Gestartet von: kelvinL-2
in: 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 | vor 4 Jahre, 2 Monaten | |
Text Transform not work on Fields and Text
Gestartet von: kelvinL-2
in: 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 | vor 4 Jahre, 2 Monaten | |
Customize the post title using $_POST or $fields
Gestartet von: kelvinL-2 in: Toolset Professional Support |
|
2 | 2 | vor 4 Jahre, 2 Monaten | |
Toolset not really load the bootstrap 4 css
Gestartet von: kelvinL-2 in: Toolset Professional Support |
1 | 3 | vor 4 Jahre, 3 Monaten | ||
Custom post with two or more content template
Gestartet von: kelvinL-2 in: Toolset Professional Support |
1 | 2 | vor 4 Jahre, 3 Monaten | ||
Setting the grid for different viewport
Gestartet von: kelvinL-2 in: Toolset Professional Support |
|
2 | 9 | vor 4 Jahre, 3 Monaten | |
unserialize(): Error at offset error message from /wp-content/plugins/types/
Gestartet von: kelvinL-2 in: Toolset Professional Support |
|
2 | 12 | vor 4 Jahre, 3 Monaten | |
adding javascript to custom field at dashboard
Gestartet von: kelvinL-2 in: Toolset Professional Support |
|
2 | 6 | vor 4 Jahre, 3 Monaten | |
Adding social login to login form
Gestartet von: kelvinL-2 in: Toolset Professional Support |
|
2 | 4 | vor 4 Jahre, 3 Monaten |