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 |
---|---|---|---|---|---|
Toolset VIEWS causing Elementor to break – Part 2
Iniciado por: Doug Watt en: Toolset Professional Support |
3 | 6 | hace 8 meses | ||
Toolset VIEWS causing Elementor to break
Iniciado por: Doug Watt en: Toolset Professional Support |
2 | 14 | hace 8 meses, 1 semana | ||
Making map markers active with a link to the post
Iniciado por: Doug Watt en: Toolset Professional Support |
2 | 3 | hace 1 año, 6 meses | ||
Searching by distance between locations
Iniciado por: Doug Watt en: Toolset Professional Support |
2 | 7 | hace 1 año, 6 meses | ||
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 | hace 2 años, 7 meses | ||
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 | hace 3 años, 3 meses | ||
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 | hace 3 años, 11 meses | ||
Single Post view depending on status of user
Iniciado por: Doug Watt en: Toolset Professional Support |
2 | 13 | hace 5 años, 5 meses | ||
Problems with filters on DATE custom fields
Iniciado por: Doug Watt en: Toolset Professional Support |
2 | 12 | hace 5 años, 5 meses | ||
Content of forms disappeared after latest update
Iniciado por: Doug Watt
en: Toolset Professional Support
Problem: Solution: If you experience the same, please clear your browser cache and try again. |
2 | 3 | hace 5 años, 10 meses | ||
Displaying data from parent post type in CRED form (cont)
Iniciado por: Doug Watt
en: Toolset Professional Support
Problem: The question was well answered and the project (still in development due to some unavoidable delays) has been progressing. However, I am now getting a message about a line of code in the form which is "legacy". Solution: In the new version of Toolset plugins, we introduced new post type relationship, If you have migrated the relationships settings to the new relationships( this is recommended), I suggest you follow our document to generate the form content again If you are still using the legacy relationships, then you can ignore those messages, it should be able compatible with the latest version of Toolset plugins. Relevant Documentation: https://toolset.com/documentation/post-relationships/how-to-set-up-post-relationships-using-toolset/ |
2 | 5 | hace 6 años, 3 meses | ||
How to add delivery details to a woocommerce product – before adding to cart
Iniciado por: Doug Watt en: Toolset Professional Support |
2 | 3 | hace 6 años, 3 meses | ||
giving client the ability to delete users fro the front-end
Iniciado por: Doug Watt en: Toolset Professional Support |
2 | 4 | hace 6 años, 6 meses |