kelvinL-2
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 |
|---|---|---|---|---|---|
|
Add Avada Post Card into View
Gestartet von: kelvinL-2 in: Toolset Professional Support |
|
2 | 2 | vor 3 years, 11 months | |
|
Auto fill today date as default date
Gestartet von: kelvinL-2
in: Toolset Professional Support
Problem: How to auto fill the datepicker of post form with today? Solution: It needs custom codes, for example: https://toolset.com/forums/topic/auto-fill-today-date-as-default-date/#post-2226599 Relevant Documentation: |
|
2 | 3 | vor 3 years, 11 months | |
|
I have a Post form with email notification enable but can't send email
Gestartet von: kelvinL-2 in: Toolset Professional Support |
|
2 | 8 | vor 3 years, 11 months | |
|
How classic View render repeatable field as post
Gestartet von: kelvinL-2 in: Toolset Professional Support |
|
2 | 8 | vor 3 years, 11 months | |
|
Query all custom fields' value into array
Gestartet von: kelvinL-2 in: Toolset Professional Support |
|
2 | 2 | vor 3 years, 11 months | |
|
Cannot insert toolset-edit-post-link in view
Gestartet von: kelvinL-2 in: Toolset Professional Support |
|
2 | 10 | vor 3 years, 11 months | |
|
Update repeatable field's post date as parent post date
Gestartet von: kelvinL-2 in: Toolset Professional Support |
|
2 | 8 | vor 3 years, 12 months | |
|
Force date format in English
Gestartet von: kelvinL-2 in: Toolset Professional Support |
|
2 | 4 | vor 4 years | |
|
Duplicate a site without data
Gestartet von: kelvinL-2 in: Toolset Professional Support |
|
2 | 4 | vor 4 years | |
|
Make the toolset form generic field be searchable
Gestartet von: kelvinL-2
in: Toolset Professional Support
Problem: The issue here is that the user wanted to integrate the select2 dropdowns for their Toolset forms Generic fields. Solution: This can be done by importing the select2 javascript and css library. Add the following to your custom code snippets at Toolset->Settings-> Custom Code and activate it.
wp_enqueue_script('select2_js', '//cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/js/select2.min.js', array(), null, true);
wp_enqueue_style( 'select2_css', '//cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css' );
From there you will need to add the following JS to your Form's JS section to enable the select2 for your field.
jQuery(document).ready(function() {
jQuery('.class-goes-here').select2();
});
Now you will need to replace 'class-goes-here' with the ID/Class of the custom field that is generated on the frontend. For further information on the usage of Select2 I recommend looking at the documentation below. |
|
2 | 3 | vor 4 years | |
|
Change the Latest Post layout
1
2
Gestartet von: kelvinL-2 in: Toolset Professional Support |
|
3 | 19 | vor 4 years | |
|
Remove all posts from specific CPT
Gestartet von: kelvinL-2 in: Toolset Professional Support |
|
2 | 2 | vor 4 years | |
|
No email notification after submitting the CRED form
Gestartet von: kelvinL-2 in: Toolset Professional Support |
|
3 | 7 | vor 4 years | |
|
Translate the Post Form message
Gestartet von: kelvinL-2 in: Toolset Professional Support |
|
2 | 6 | vor 4 years | |
|
Only Youtube link is allowed to the custom field
Gestartet von: kelvinL-2 in: Toolset Professional Support |
|
2 | 2 | vor 4 years |