acts-1224C
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 |
---|---|---|---|---|---|
Submit iframe code in Forms
Iniciado por: acts-1224C
en: Toolset Professional Support
Problem: I would like to add an HTML iframe tag to a custom field when editing a post in a front-end Form, but the content does not seem to be saved. If I add the same code in wp-admin when editing a post, it is saved as expected. Solution: For security purposes, Forms automatically restricts certain code. To override that security feature, you must enable iframe tags with custom code. Add the following custom code in your child theme's functions.php file: add_filter( 'wp_kses_allowed_html', 'tssupp_author_cap_filter',1,1 ); function tssupp_author_cap_filter( $allowedposttags ) { if ( !current_user_can( 'publish_posts' ) ) return $allowedposttags; // Here add tags and attributes you want to allow $allowedposttags['iframe']=array( 'align' => true, 'width' => true, 'height' => true, 'frameborder' => true, 'name' => true, 'src' => true, 'id' => true, 'class' => true, 'style' => true, 'scrolling' => true, 'marginwidth' => true, 'marginheight' => true, ); return $allowedposttags; } That should cover most of the default iframe attributes for a Google Calendar embed, but you may need to adjust this code to support other non-default attributes individually. Go to Toolset > Settings > Forms and click "Select allowed HTML tags". Choose all the tags you would like to allow Users to insert in a Form, including iframe tags. |
|
2 | 4 | hace 4 años, 4 meses | |
Types Plugin
Iniciado por: acts-1224C en: Toolset Professional Support |
|
2 | 4 | hace 4 años, 4 meses | |
blocks are not showing in the website page editor.
1
2
Iniciado por: acts-1224C en: Toolset Professional Support |
|
3 | 16 | hace 4 años, 7 meses | |
Cannot get Message Module to work when creating new posts
Iniciado por: acts-1224C en: Toolset Professional Support |
|
2 | 2 | hace 4 años, 7 meses | |
Toolset chat support ticket by acts-1224C – 1605620828
Iniciado por: acts-1224C en: Chat Support |
|
1 | 2 |
hace 4 años, 7 meses
|
|
cred forms-default sign in form
Iniciado por: acts-1224C en: Toolset Professional Support |
|
2 | 2 | hace 4 años, 8 meses | |
documentation for the messaging system
Iniciado por: acts-1224C en: Toolset Professional Support |
|
2 | 5 | hace 4 años, 8 meses | |
Naming Child Posts Genereation
Iniciado por: acts-1224C en: Toolset Professional Support |
|
2 | 2 | hace 4 años, 10 meses |