PaulS4783
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
How can I get ONLY the parent taxonomy terms for a VIEW output
Started by: PaulS4783
in: Toolset Professional Support
Problem: I have a nested View structure where the outer View shows posts and the inner View shows terms from a hierarchical taxonomy. The nested inner View should be filtered so that only the terms associated with each post in the outer View loop are displayed in the inner View. I would also like to hide any terms that have hierarchical parent terms. Solution: Use two filters in the nested View. One Query Filter should be based on the term parent, where the term parent is None. This will show only top-level terms from the hierarchy. The other Query Filter should be based on the taxonomy term, and should be set by the current post. This will hide unrelated terms from each nested View. |
2 | 5 | 3 years, 3 months ago | ||
Can I change the text "Sorry, we couldn't find any posts. Please try a different
Started by: PaulS4783 in: Toolset Professional Support |
2 | 3 | 3 years, 3 months ago | ||
Redirect rather than "This page doesn't seem to exist."
Started by: PaulS4783 in: Toolset Professional Support |
2 | 3 | 3 years, 3 months ago | ||
ToolSet plugin cannot connect to ToolSet
Started by: PaulS4783 in: Toolset Professional Support |
2 | 12 | 3 years, 4 months ago | ||
Conditionally display content in Content Template custom HTML block if custom field is empty
Started by: PaulS4783
in: Toolset Professional Support
Problem: I have created a Content Template for a custom post type. I am displaying some content inside a custom HTML block. Inside that block, I would like to conditionally display some content if a specific custom field is not empty. Solution: You can use the wpv-conditional shortcode inside a custom HTML block to add conditional logic for displaying or hiding portions of the content. For example: [wpv-conditional if="($(wpcf-consignee-company-name) ne '' )"] <span class="invoice-to-label">Company: [types field='consignee-company-name'][/types]</span><br> [/wpv-conditional] Relevant Documentation: |
3 | 6 | 3 years, 5 months ago | ||
What is the URL naming convention for posts created with CRED forms?
Started by: PaulS4783 in: Toolset Professional Support |
2 | 3 | 3 years, 5 months ago | ||
How can I restrict View to only users of a certain role
Started by: PaulS4783
in: Toolset Professional Support
Problem: Is it possible to create a custom shortcode to get the current user "role" and compare that to a string? Solution: It is possible with Toolset Access plugin, for example: Relevant Documentation: |
2 | 5 | 3 years, 6 months ago | ||
Date saved to database is one day behind the date picker
Started by: PaulS4783 in: Toolset Professional Support |
2 | 5 | 3 years, 7 months ago | ||
Does "cred_submit_complete" fire BEFORE cred sends a notification email?
Started by: PaulS4783 in: Toolset Professional Support |
2 | 3 | 3 years, 7 months ago | ||
Custom code works on Dashboard but not when adding posts via CRED Form
Started by: PaulS4783
in: Toolset Professional Support
Problem: I would like to copy a field from the parent post into the child post when submitting a child post form, but the save_post hook is not working. Solution: Use the cred_submit_complete hook to automatically copy a field from the parent post into the child post when a child post form is submitted. Use the toolset_association_created post relationships API to get the field from the parent post when the relationship is established in wp-admin without forms. Relevant Documentation: |
2 | 8 | 3 years, 7 months ago | ||
Code works on dashboard but not in a CRED form
Started by: PaulS4783 in: Toolset Professional Support |
2 | 3 | 3 years, 7 months ago | ||
CRED post form doesn't fire the 'save_post' hook
Started by: PaulS4783 in: Toolset Professional Support |
2 | 9 | 3 years, 7 months ago | ||
Seeing a warning "The post reference field _ could not have been displayed here"
Started by: PaulS4783 in: Toolset Professional Support |
2 | 7 | 3 years, 8 months ago | ||
How to create a view which is dependent on a link from another view
Started by: PaulS4783 in: Toolset Professional Support |
2 | 8 | 3 years, 8 months ago | ||
How to create a filtered view within a post type content template
Started by: PaulS4783 in: Toolset Professional Support |
2 | 7 | 3 years, 8 months ago |