Puntorosso
Admite hilos creados en los últimos 30 días: 1
Debates favoritos del foro
Este usuario no tiene debates favoritos.
Temas del foro creados
Status | Debate | Supporter | Voces | Mensajes | Caducidad |
---|---|---|---|---|---|
Edit Form with custom Post Status
Iniciado por: Puntorosso
en: Toolset Professional Support
Problem: The issue here is that the user has an edit form link to a Toolset Edit form with a custom post status and once the form sets the custom status on the post the Edit form link no longer appears on the post. Solution: We can actually workaround this issue by utilizing one of our internal hooks for Forms. Add the following to your Toolset Custom Code section in Toolset->Settings->Custom Code. Ensure that you've activated the shortcode by clicking the "activate" link on the snippet. add_filter( 'toolset_filter_edit_post_link_extra_statuses_allowed', 'ts_edit_link_statuses' ); function ts_edit_link_statuses( $stati ){ $stati[] = 'special'; return $stati; } Replace "special" with the slug of your custom post status and this should cause the Edit link to now appear. |
|
2 | 7 | hace 4 años, 2 meses | |
Pass field value to en edit form's populated dropdown
Iniciado por: Puntorosso en: Toolset Professional Support |
|
2 | 3 | hace 4 años, 2 meses | |
Communication Error
Iniciado por: Puntorosso en: Toolset Professional Support |
|
2 | 5 | hace 4 años, 2 meses | |
Problem with slugs and titles
Iniciado por: Puntorosso en: Toolset Professional Support |
|
3 | 5 | hace 4 años, 2 meses | |
Missing taxonomies in Conditional Blocks
Iniciado por: Puntorosso en: Toolset Professional Support |
|
2 | 5 | hace 4 años, 2 meses | |
Slider images
Iniciado por: Puntorosso en: Toolset Professional Support |
|
2 | 5 | hace 4 años, 2 meses | |
Populate dropdown with empty default
Iniciado por: Puntorosso en: Toolset Professional Support |
|
2 | 3 | hace 4 años, 2 meses | |
Default value on a Select field
Iniciado por: Puntorosso en: Toolset Professional Support |
|
2 | 3 | hace 4 años, 2 meses | |
Search for CPT in admin shows Posts insteads
Iniciado por: Puntorosso
en: Toolset Professional Support
Problem: I have a custom post type created by Types. When I visit the CPT dashboard and perform a search, I see results from another post type appear. Solution: Disable custom code that is interfering with search. |
|
2 | 3 | hace 4 años, 2 meses | |
Wrong number sorting with custom field.
Iniciado por: Puntorosso en: Toolset Professional Support |
|
3 | 4 | hace 4 años, 2 meses | |
Youtube in conditional block
Iniciado por: Puntorosso en: Toolset Professional Support |
|
2 | 5 | hace 4 años, 2 meses | |
Retrieve user custom field of post author
Iniciado por: Puntorosso
en: Toolset Professional Support
Problem: Display post's author information in editing post form. Solution: You can use "HTML content" element, like this: [types usermeta='user-number' user_id='[wpv-post-author format="meta" meta="ID"]'][/types] Relevant Documentation: |
|
2 | 3 | hace 4 años, 3 meses | |
Scroll after pagination ONLY
Iniciado por: Puntorosso
en: Toolset Professional Support
Problem: I would like to trigger some custom JavaScript when pagination events are triggered by a specific View. Solution: Use the JS event hook "js_event_wpv_pagination_completed" to trigger custom code. In the callback function, access the View's unique ID in the data parameter to target a specific View. |
|
2 | 5 | hace 4 años, 3 meses | |
Trying to get property 'ID' of non-object
Iniciado por: Puntorosso en: Toolset Professional Support |
|
2 | 4 | hace 4 años, 3 meses | |
User search by email
Iniciado por: Puntorosso en: Toolset Professional Support |
|
2 | 4 | hace 4 años, 3 meses |