Doug Watt
Admite hilos creados en los últimos 30 días: 0
Debates favoritos del foro
Este usuario no tiene debates favoritos.
Temas del foro creados
| Status | Debate | Supporter | Voces | Mensajes | Caducidad |
|---|---|---|---|---|---|
|
Calendar View
Iniciado por: Doug Watt en: Toolset Professional Support |
|
1 | 2 | 10 months ago | |
|
Toolset VIEWS causing Elementor to break – Part 2
Iniciado por: Doug Watt en: Toolset Professional Support |
|
3 | 6 | 1 year, 7 months ago | |
|
Toolset VIEWS causing Elementor to break
Iniciado por: Doug Watt en: Toolset Professional Support |
|
2 | 14 | 1 year, 7 months ago | |
|
Making map markers active with a link to the post
Iniciado por: Doug Watt en: Toolset Professional Support |
|
2 | 3 | 2 years, 5 months ago | |
|
Searching by distance between locations
Iniciado por: Doug Watt en: Toolset Professional Support |
|
2 | 7 | 2 years, 5 months ago | |
|
Create a new post as a clone of an existing post
Iniciado por: Doug Watt
en: 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 | 3 years, 7 months ago | |
|
Ajax refresh of a form to update fields based on a selection made within form
Iniciado por: Doug Watt en: Toolset Professional Support |
|
3 | 4 | 4 years, 2 months ago | |
|
Change default fonts in WYSIWYG field in front-end Forms
Iniciado por: Doug Watt
en: 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 | 4 years, 10 months ago |