Doug Watt
Fils de soutien créés au cours des 30 derniers jours : 1
Sujets de forum favoris
This user has no favorite topics.
Sujets de forum créés
Status | Sujet | Supporter | Voix | Publications | Nouveauté |
---|---|---|---|---|---|
Calendar View
Commencé par : Doug Watt in: Toolset Professional Support |
|
1 | 2 | Il y a 2 semaines et 4 jours | |
Toolset VIEWS causing Elementor to break – Part 2
Commencé par : Doug Watt in: Toolset Professional Support |
|
3 | 6 | Il y a 10 mois | |
Toolset VIEWS causing Elementor to break
Commencé par : Doug Watt in: Toolset Professional Support |
|
2 | 14 | Il y a 10 mois | |
Making map markers active with a link to the post
Commencé par : Doug Watt in: Toolset Professional Support |
|
2 | 3 | Il y a 1 année et 8 mois | |
Searching by distance between locations
Commencé par : Doug Watt in: Toolset Professional Support |
|
2 | 7 | Il y a 1 année et 8 mois | |
Create a new post as a clone of an existing post
Commencé par : Doug Watt
in: Toolset Professional Support
Problem: Setup a student lessons website? Solution: Multiple students can have same lesson, so you can try these: https://toolset.com/forums/topic/create-a-new-post-as-a-clone-of-an-existing-post/#post-2369193 Relevant Documentation: |
|
2 | 11 | Il y a 2 années et 9 mois | |
Ajax refresh of a form to update fields based on a selection made within form
Commencé par : Doug Watt in: Toolset Professional Support |
|
3 | 4 | Il y a 3 années et 5 mois | |
Change default fonts in WYSIWYG field in front-end Forms
Commencé par : Doug Watt
in: Toolset Professional Support
Problem: I would like to allow Users to choose different fonts in WYSIWYG editors. Solution: Activate the font select and font size fields in WYSIWYG editors using the following custom code: // Enable font size and font family select fields in WYSIWYG editors if ( ! function_exists( 'tssupp_add_mce_font_buttons' ) ) { function tssupp_add_mce_font_buttons( $buttons ) { array_unshift( $buttons, 'fontselect' ); // Add Font Select array_unshift( $buttons, 'fontsizeselect' ); // Add Font Size Select return $buttons; } } add_filter( 'mce_buttons_2', 'tssupp_add_mce_font_buttons' ); Relevant Documentation: |
|
2 | 4 | Il y a 4 années et 1 mois | |
Single Post view depending on status of user
Commencé par : Doug Watt in: Toolset Professional Support |
|
2 | 13 | Il y a 5 années et 7 mois | |
Problems with filters on DATE custom fields
Commencé par : Doug Watt in: Toolset Professional Support |
|
2 | 12 | Il y a 5 années et 7 mois | |
Content of forms disappeared after latest update
Commencé par : Doug Watt
in: Toolset Professional Support
Problem: Solution: If you experience the same, please clear your browser cache and try again. |
|
2 | 3 | Il y a 6 années |