PaulS4783
Fils de soutien créés au cours des 30 derniers jours : 0
Sujets de forum favoris
This user has no favorite topics.
Sujets de forum créés
Status | Sujet | Supporter | Voix | Publications | Nouveauté |
---|---|---|---|---|---|
How can I get ONLY the parent taxonomy terms for a VIEW output
Commencé par : 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 | Il y a 3 années et 4 mois | ||
Can I change the text "Sorry, we couldn't find any posts. Please try a different
Commencé par : PaulS4783 in: Toolset Professional Support |
2 | 3 | Il y a 3 années et 4 mois | ||
Redirect rather than "This page doesn't seem to exist."
Commencé par : PaulS4783 in: Toolset Professional Support |
2 | 3 | Il y a 3 années et 4 mois | ||
ToolSet plugin cannot connect to ToolSet
Commencé par : PaulS4783 in: Toolset Professional Support |
2 | 12 | Il y a 3 années et 5 mois | ||
Conditionally display content in Content Template custom HTML block if custom field is empty
Commencé par : 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 | Il y a 3 années et 5 mois | ||
What is the URL naming convention for posts created with CRED forms?
Commencé par : PaulS4783 in: Toolset Professional Support |
2 | 3 | Il y a 3 années et 5 mois | ||
How can I restrict View to only users of a certain role
Commencé par : 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 | Il y a 3 années et 6 mois | ||
Date saved to database is one day behind the date picker
Commencé par : PaulS4783 in: Toolset Professional Support |
2 | 5 | Il y a 3 années et 7 mois | ||
Does "cred_submit_complete" fire BEFORE cred sends a notification email?
Commencé par : PaulS4783 in: Toolset Professional Support |
2 | 3 | Il y a 3 années et 7 mois | ||
Custom code works on Dashboard but not when adding posts via CRED Form
Commencé par : 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 | Il y a 3 années et 7 mois | ||
Code works on dashboard but not in a CRED form
Commencé par : PaulS4783 in: Toolset Professional Support |
2 | 3 | Il y a 3 années et 7 mois | ||
CRED post form doesn't fire the 'save_post' hook
Commencé par : PaulS4783 in: Toolset Professional Support |
2 | 9 | Il y a 3 années et 8 mois | ||
Seeing a warning "The post reference field _ could not have been displayed here"
Commencé par : PaulS4783 in: Toolset Professional Support |
2 | 7 | Il y a 3 années et 8 mois | ||
How to create a view which is dependent on a link from another view
Commencé par : PaulS4783 in: Toolset Professional Support |
2 | 8 | Il y a 3 années et 9 mois | ||
How to create a filtered view within a post type content template
Commencé par : PaulS4783 in: Toolset Professional Support |
2 | 7 | Il y a 3 années et 9 mois |