michaelS-13
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 |
---|---|---|---|---|---|
Divi in Views is not inserting any shortcodes into a text module.
Gestartet von: michaelS-13 in: Toolset Professional Support |
2 | 2 | vor 5 Jahren, 1 Monat | ||
image upload in a form invokes the backend wordpress uploader vs front-end
Gestartet von: michaelS-13 in: Chat Support |
1 | 2 |
vor 5 Jahren, 3 Monaten
|
||
telephone cred field on user form (Create Free Seller Account) stopped working..
Gestartet von: michaelS-13
in: Toolset Professional Support
Problem: The issue here is that the user had a phone number field on their form. However this field stopped working. Solution: Upon investigating the issue I found that the user was using some custom code to format the field into a telephone number, however the code had some issues and caused the field to stop working. The correct code can be seen below. document.getElementsByName('wpcf-telephone')[0].addEventListener('input', function (e) { var x = e.target.value.replace(/\D/g, '').match(/(\d{0,3})(\d{0,3})(\d{0,4})/); e.target.value = !x[2] ? x[1] : '(' + x[1] + ') ' + x[2] + (x[3] ? '-' + x[3] : ''); }); To get this to work for your site just replace 'wpcf-telephone' with "wpcf-myfield" where myfield is the slug of your custom field. |
2 | 10 | vor 5 Jahren, 3 Monaten | ||
Need to have 1 login form that redirects based on WP_user-role
1
2
Gestartet von: michaelS-13 in: Toolset Professional Support |
3 | 21 | vor 6 Jahren, 4 Monaten | ||
display author meta fields in post only if viewer is logged-in with custom role
Gestartet von: michaelS-13 in: Toolset Professional Support |
2 | 12 | vor 6 Jahren, 5 Monaten | ||
CRED / Forms redirection not working as expected
Gestartet von: michaelS-13 in: Toolset Professional Support |
2 | 3 | vor 6 Jahren, 5 Monaten | ||
Displaying user fields in content template. No display fields for this user …
Gestartet von: michaelS-13
in: Toolset Professional Support
Problem: Solution: |
2 | 5 | vor 6 Jahren, 6 Monaten | ||
Display a view in a sidebar
Gestartet von: michaelS-13
in: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
2 | 7 | vor 7 Jahren, 1 Monat | ||
Fields and View button does not appear in "Create new Visual Editor cell"
Gestartet von: michaelS-13 in: Toolset Professional Support |
2 | 3 | vor 7 Jahren, 2 Monaten | ||
Edit Post Field Group Page .. drop-downs to edit not working, only add new field
Gestartet von: michaelS-13 in: Toolset Professional Support |
2 | 8 | vor 7 Jahren, 2 Monaten | ||
How to use module manager to populate a custom select user field with states
Gestartet von: michaelS-13
in: Types Community Support
Problem: I would like to create a custom select field populated with all the states as options. Solution: This process is complex, and requires some custom code and knowledge of XML formatting. Relevant Documentation: |
2 | 7 | vor 7 Jahren, 2 Monaten | ||
Broken Links on Multiple Pages
Gestartet von: michaelS-13 in: Toolset Professional Support |
2 | 5 | vor 7 Jahren, 2 Monaten |