michaelS-13
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Divi in Views is not inserting any shortcodes into a text module.
Started by: michaelS-13 in: Toolset Professional Support |
2 | 2 | 5 years, 2 months ago | ||
telephone cred field on user form (Create Free Seller Account) stopped working..
Started by: 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 | 5 years, 4 months ago | ||
Need to have 1 login form that redirects based on WP_user-role
1
2
Started by: michaelS-13 in: Toolset Professional Support |
3 | 21 | 6 years, 5 months ago | ||
display author meta fields in post only if viewer is logged-in with custom role
Started by: michaelS-13 in: Toolset Professional Support |
2 | 12 | 6 years, 6 months ago | ||
CRED / Forms redirection not working as expected
Started by: michaelS-13 in: Toolset Professional Support |
2 | 3 | 6 years, 6 months ago | ||
Displaying user fields in content template. No display fields for this user …
Started by: michaelS-13
in: Toolset Professional Support
Problem: Solution: |
2 | 5 | 6 years, 7 months ago |