Puntorosso
In den letzten 30 Tagen erstellte Support-Threads: 1
Lieblings-Forenthemen
This user has no favorite topics.
Forum Topics Created
Status | Thema | Supporter | Stimmen | Artikel | Aktualität |
---|---|---|---|---|---|
Edit Form with custom Post Status
Gestartet von: Puntorosso
in: 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 | vor 4 Jahren, 2 Monaten | |
Pass field value to en edit form's populated dropdown
Gestartet von: Puntorosso in: Toolset Professional Support |
|
2 | 3 | vor 4 Jahren, 2 Monaten | |
Communication Error
Gestartet von: Puntorosso in: Toolset Professional Support |
|
2 | 5 | vor 4 Jahren, 2 Monaten | |
Problem with slugs and titles
Gestartet von: Puntorosso in: Toolset Professional Support |
|
3 | 5 | vor 4 Jahren, 2 Monaten | |
Missing taxonomies in Conditional Blocks
Gestartet von: Puntorosso in: Toolset Professional Support |
|
2 | 5 | vor 4 Jahren, 2 Monaten | |
Slider images
Gestartet von: Puntorosso in: Toolset Professional Support |
|
2 | 5 | vor 4 Jahren, 2 Monaten | |
Populate dropdown with empty default
Gestartet von: Puntorosso in: Toolset Professional Support |
|
2 | 3 | vor 4 Jahren, 2 Monaten | |
Default value on a Select field
Gestartet von: Puntorosso in: Toolset Professional Support |
|
2 | 3 | vor 4 Jahren, 2 Monaten | |
Search for CPT in admin shows Posts insteads
Gestartet von: Puntorosso
in: 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 | vor 4 Jahren, 2 Monaten | |
Wrong number sorting with custom field.
Gestartet von: Puntorosso in: Toolset Professional Support |
|
3 | 4 | vor 4 Jahren, 2 Monaten | |
Youtube in conditional block
Gestartet von: Puntorosso in: Toolset Professional Support |
|
2 | 5 | vor 4 Jahren, 2 Monaten | |
Retrieve user custom field of post author
Gestartet von: Puntorosso
in: 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 | vor 4 Jahren, 2 Monaten | |
Scroll after pagination ONLY
Gestartet von: Puntorosso
in: 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 | vor 4 Jahren, 2 Monaten | |
Trying to get property 'ID' of non-object
Gestartet von: Puntorosso in: Toolset Professional Support |
|
2 | 4 | vor 4 Jahren, 2 Monaten | |
User search by email
Gestartet von: Puntorosso in: Toolset Professional Support |
|
2 | 4 | vor 4 Jahren, 3 Monaten |