Puntorosso
Support threads created in the last 30 days: 1
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Featured Images Disappearing
Started by: Puntorosso in: Toolset Professional Support |
|
2 | 11 | 3 years, 11 months ago | |
Ajax images caching
Started by: Puntorosso in: Toolset Professional Support |
|
2 | 4 | 3 years, 11 months ago | |
Print page
Started by: Puntorosso in: Toolset Professional Support |
|
2 | 4 | 3 years, 11 months ago | |
populate form fields
Started by: Puntorosso in: Toolset Professional Support |
|
3 | 9 | 3 years, 11 months ago | |
Bypass Cred email verification
1
2
Started by: Puntorosso in: Toolset Professional Support |
|
3 | 27 | 3 years, 11 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, 11 months ago | |
Background images
Started by: Puntorosso in: Toolset Professional Support |
|
2 | 5 | 3 years, 11 months ago | |
Console error when submitting a form
Started by: Puntorosso in: Toolset Professional Support |
1 | 2 | 3 years, 12 months ago | ||
Email not required
1
2
Started by: Puntorosso in: Toolset Professional Support |
|
2 | 18 | 3 years, 12 months ago | |
New custom fields pre-filled with post ids
Started by: Puntorosso in: Toolset Professional Support |
|
2 | 3 | 4 years ago | |
Filter view with the same URL parameter
Started by: Puntorosso in: Toolset Professional Support |
|
2 | 13 | 4 years ago | |
Tags like Form field
Started by: Puntorosso in: Toolset Professional Support |
|
2 | 7 | 4 years 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 | 4 years 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 | 4 years ago | |
Pass field value to en edit form's populated dropdown
Started by: Puntorosso in: Toolset Professional Support |
|
2 | 3 | 4 years ago |