andresG-3
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 |
---|---|---|---|---|---|
Blog post are not showing with correct template layout
Iniciado por: andresG-3
en: Soporte profesional de Toolset
Problem: After updating WPML + Toolset plugins, I detected there is a problem when I created new posts, It seems that for new content didnt load the proper template. Solution: I have done below modifications in your website: 1) Dashboard-> WPML-> Settings-> Multilingual Content Setup in section "Post Types Translation", find "Content Templates (view-template)", enable option "Translatable - only show translated items", save 2) Edit the problem post: In section "Content Template", choose option "Template News landing", save Relevant Documentation: |
2 | 8 | hace 4 años, 4 meses | ||
Profile link not showing, not found theme profile page.
Iniciado por: andresG-3 en: Soporte profesional de Toolset |
3 | 8 | hace 4 años, 4 meses | ||
i need to create a slider using custom field image and add several images
Iniciado por: andresG-3 en: Toolset Professional Support |
2 | 10 | hace 5 años, 9 meses | ||
How to translate notification messages
Iniciado por: andresG-3 en: Toolset Professional Support |
2 | 4 | hace 6 años | ||
I need to ordering view by profile type and secondary sorting by post title
Iniciado por: andresG-3 en: Toolset Professional Support |
2 | 7 | hace 6 años, 2 meses | ||
Contact Form: send an email notification using custom field from profile page
Iniciado por: andresG-3
en: Toolset Professional Support
Problem: I would like to send an email notification when a Form is submitted. The email address is stored as a custom field on the post where the Form is displayed. Solution: Add a generic email field to your Form, hide it with CSS, and use the wpv-post-field shortcode to supply the default value like this: <div style="display:none;"> [cred_generic_field field='hidden-email-address' type='email' class='' urlparam=''] { "required":0, "validate_format":0, "persist":1, "default":"[wpv-post-field name='wpcf-lawyer-email' id='$current_page']" } [/cred_generic_field] </div> Relevant Documentation: |
3 | 13 | hace 6 años, 2 meses | ||
Forms: Add current page information to email notification subject
Iniciado por: andresG-3
en: Toolset Professional Support
Problem: I have a Form that is placed in a template for posts, so it is displayed on many pages of the site. I would like to be able to know which page contained the Form that was submitted, so I can use the post title in the email notification. Solution: You can access the title of the current page and insert it into a generic field in the Form. Then I can give you a snippet that will allow you to use a custom placeholder in the subject or body of an email notification to display the current post title. Add this generic field to your Form Builder, inside the credform shortcodes: [cred_generic_field field='currentpagetitle' type='hidden' class='' urlparam=''] { "required":0, "validate_format":0, "persist":1, "default":"[wpv-post-title id='$current_page']" } [/cred_generic_field] Then add this custom code snippet to your child theme's functions.php file: add_filter('cred_body_notification_codes', 'custom_generic_field_notification'); add_filter('cred_subject_notification_codes', 'custom_generic_field_notification'); function custom_generic_field_notification( $defaultPlaceHolders ) { $newPlaceHolders = array( '%%CURRENT_PAGE_TITLE%%' => $_REQUEST['currentpagetitle'] ); return array_merge($defaultPlaceHolders, $newPlaceHolders ); } Now you can use the custom placeholder %%CURRENT_PAGE_TITLE%% in your email notification's subject or body area to display the title of the post where the Form was displayed: %%CURRENT_PAGE_TITLE%% you have a new message from your profile page. Relevant Documentation: |
2 | 3 | hace 6 años, 2 meses | ||
How can i delete a relationship on one page without loosing the others
Iniciado por: andresG-3 en: Toolset Professional Support |
2 | 2 | hace 6 años, 2 meses | ||
Setup custom folder to upload file submission different than standard wp upload
Iniciado por: andresG-3 en: Toolset Professional Support |
2 | 2 | hace 6 años, 2 meses | ||
Clean 2000 «cred autoforms pages» on my backend
Iniciado por: andresG-3
en: Toolset Professional Support
Problem: The "Published" count in the Pages dashboard shows about 2000 Pages that cannot be found on the site. Solution: I have deleted the "ghost" post entries from the database manually. |
3 | 12 | hace 6 años, 2 meses | ||
Views and Content template resize image problem
Iniciado por: andresG-3 en: Toolset Professional Support |
2 | 3 | hace 6 años, 2 meses |