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 to test, retrieve and update values that are "drop down select" field types
Started by: PaulS4783 in: Toolset Professional Support |
1 | 2 | 3 years, 9 months ago | ||
How can I find the last value used in a sequential custom field for a post type
Started by: PaulS4783 in: Toolset Professional Support |
2 | 7 | 3 years, 9 months ago | ||
Cannot get conditional shortcode to work
Started by: PaulS4783
in: Toolset Professional Support
Problem: I have two custom fields that contain numeric values. I would like to use conditional shortcodes to display the first field value if it is not empty or '0'. If the first field value is empty or '0', I would like to display the second field value. Solution: Use the following two conditional shortcodes to achieve this effect: <tr> <td><span class="invoice-info-label">FOB Fee:</span></td> <td><span class="invoice-info-amount"> [wpv-conditional if="( ('[types field="fob-fee" output="raw"][/types]' ne '0') AND ('[types field="fob-fee" output="raw"][/types]' ne '') )"] [format-no-decimals num="[types field='fob-fee' format='FIELD_VALUE'][/types]"][/format-no-decimals] [/wpv-conditional] [wpv-conditional if="( ('[types field="fob-fee" output="raw"][/types]' eq '0' ) OR ('[types field="fob-fee" output="raw"][/types]' eq '' ))" ] [format-no-decimals num="[types field='suggested-fob-fee' format='FIELD_VALUE'][/types]"][/format-no-decimals] [/wpv-conditional] </span></td> </tr> Relevant Documentation: |
4 | 11 | 3 years, 9 months ago | ||
Do post reference fields ONLY link to the title of another post type?
Started by: PaulS4783 in: Toolset Professional Support |
2 | 5 | 3 years, 9 months ago | ||
Code snippet to get the Post ID of a parent post via child Post Reference field?
Started by: PaulS4783 in: Toolset Professional Support |
2 | 13 | 3 years, 9 months ago | ||
Ticket raised several hours ago but still unassigned?
Started by: PaulS4783 in: Toolset Professional Support |
2 | 3 | 3 years, 9 months ago | ||
How to update the value of a custom field when the post is saved via a function
Started by: PaulS4783 in: Toolset Professional Support |
2 | 7 | 3 years, 9 months ago | ||
Post Reference vs Post Relationships
Started by: PaulS4783
in: Toolset Professional Support
Problem: I would like to know whether I should use a Post Reference field or a Post Relationship, and understand the differences between the two. Solution: A post reference field is a very simple version of a one-to-many (O2M) relationship. In the database, they are handled identically. The main differences are how they are managed in wp-admin. For example, with a O2M relationship between Clients and Vehicles, you can edit the parent Client post and see all the child Vehicle posts easily in the post relationship editor panel. If you want to disconnect one of the Vehicle posts, you can do it from the Client post. However, with a post reference field, you cannot easily manage the related Vehicles from the Client post. You would have to edit each Vehicle post to change the post reference Client. So if you want more management capabilities in wp-admin, you should use a O2M relationship. If you do not need this type of management, you can use a Post Reference field instead. If you need the ability to create multiple Client post references in the same Vehicle post, you should use a M2M relationship instead of a repeating post reference field. |
2 | 5 | 3 years, 9 months ago | ||
Nothing happens when I click the Relationships / Add New Button
1
2
Started by: PaulS4783 in: Toolset Professional Support |
2 | 18 | 3 years, 10 months ago | ||
Download failed: forbidden
Started by: PaulS4783 in: Toolset Professional Support |
2 | 3 | 3 years, 10 months ago | ||
After recent ToolSet update shortcodes in the Custom Post Body not rendering
Started by: PaulS4783 in: Toolset Professional Support |
2 | 11 | 3 years, 11 months ago | ||
Appears to be a plugin conflict between Beaver Builder & Views/Layouts
Started by: PaulS4783 in: Toolset Professional Support |
2 | 7 | 3 years, 11 months ago | ||
How to stop Views looping out ALL the results even which filter value is blank?
Started by: PaulS4783
in: Toolset Professional Support
Problem: After submit the search form, what I would want to see is NO results and just the message "You must enter a shipment code." Solution: You can try these: Relevant Documentation: |
2 | 3 | 3 years, 11 months ago | ||
What is the most database efficient method to add a sequential invoice number?
Started by: PaulS4783 in: Toolset Professional Support |
2 | 5 | 3 years, 11 months ago | ||
All my Content Templates have disappeared
Started by: PaulS4783 in: Toolset Professional Support |
2 | 3 | 4 years, 5 months ago |