Puntorosso
Support threads created in the last 30 days: 3
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Bypass Cred email verification
1
2
Started by: Puntorosso in: Toolset Professional Support |
3 | 27 | 3 years, 9 months ago | ||
View filter with OR/AND
Started by: Puntorosso
in: Toolset Professional Support
Problem: The issue here is that the user wanted to know if it is possible to combine 2 different filter groups with an AND or OR. Example Solution: |
2 | 3 | 3 years, 9 months ago | ||
Background images
Started by: Puntorosso in: Toolset Professional Support |
2 | 5 | 3 years, 9 months ago | ||
Console error when submitting a form
Started by: Puntorosso in: Toolset Professional Support |
1 | 2 | 3 years, 10 months ago | ||
Email not required
1
2
Started by: Puntorosso in: Toolset Professional Support |
2 | 18 | 3 years, 10 months ago | ||
New custom fields pre-filled with post ids
Started by: Puntorosso in: Toolset Professional Support |
2 | 3 | 3 years, 10 months ago | ||
Filter view with the same URL parameter
Started by: Puntorosso in: Toolset Professional Support |
2 | 13 | 3 years, 10 months ago | ||
Tags like Form field
Started by: Puntorosso in: Toolset Professional Support |
2 | 7 | 3 years, 10 months ago | ||
duplicated post and sorting issues for logged in users.
Started by: Puntorosso
in: Toolset Professional Support
Problem: Solution: The solution should be to add a secondary sorting field (e.g. the post title) so that there is something to distinguish between the posts according to the ordering rules. Or edit the post_date of those posts and make sure each one has a unique date. http://prntscr.com/z7yjis |
2 | 8 | 3 years, 10 months ago | ||
Edit Form with custom Post Status
Started by: 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 | 3 years, 10 months ago | ||
Pass field value to en edit form's populated dropdown
Started by: Puntorosso in: Toolset Professional Support |
2 | 3 | 3 years, 10 months ago | ||
Communication Error
Started by: Puntorosso in: Toolset Professional Support |
2 | 5 | 3 years, 10 months ago | ||
Problem with slugs and titles
Started by: Puntorosso in: Toolset Professional Support |
3 | 5 | 3 years, 10 months ago | ||
Missing taxonomies in Conditional Blocks
Started by: Puntorosso in: Toolset Professional Support |
2 | 5 | 3 years, 10 months ago | ||
Slider images
Started by: Puntorosso in: Toolset Professional Support |
2 | 5 | 3 years, 10 months ago |