PaulS4783
In den letzten 30 Tagen erstellte Support-Threads: 0
Lieblings-Forenthemen
This user has no favorite topics.
Forum Topics Created
Status | Thema | Supporter | Stimmen | Artikel | Aktualität |
---|---|---|---|---|---|
How to test, retrieve and update values that are "drop down select" field types
Gestartet von: PaulS4783 in: Toolset Professional Support |
1 | 2 | vor 3 Jahren, 11 Monaten | ||
How can I find the last value used in a sequential custom field for a post type
Gestartet von: PaulS4783 in: Toolset Professional Support |
2 | 7 | vor 3 Jahren, 11 Monaten | ||
Cannot get conditional shortcode to work
Gestartet von: 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 | vor 3 Jahren, 11 Monaten | ||
Do post reference fields ONLY link to the title of another post type?
Gestartet von: PaulS4783 in: Toolset Professional Support |
2 | 5 | vor 3 Jahren, 11 Monaten | ||
Code snippet to get the Post ID of a parent post via child Post Reference field?
Gestartet von: PaulS4783 in: Toolset Professional Support |
2 | 13 | vor 3 Jahren, 11 Monaten | ||
Ticket raised several hours ago but still unassigned?
Gestartet von: PaulS4783 in: Toolset Professional Support |
2 | 3 | vor 3 Jahren, 11 Monaten | ||
How to update the value of a custom field when the post is saved via a function
Gestartet von: PaulS4783 in: Toolset Professional Support |
2 | 7 | vor 3 Jahren, 11 Monaten | ||
Post Reference vs Post Relationships
Gestartet von: 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 | vor 3 Jahren, 11 Monaten | ||
Nothing happens when I click the Relationships / Add New Button
1
2
Gestartet von: PaulS4783 in: Toolset Professional Support |
2 | 18 | vor 3 Jahren, 12 Monaten | ||
Download failed: forbidden
Gestartet von: PaulS4783 in: Toolset Professional Support |
2 | 3 | vor 3 Jahren, 12 Monaten | ||
After recent ToolSet update shortcodes in the Custom Post Body not rendering
Gestartet von: PaulS4783 in: Toolset Professional Support |
2 | 11 | vor 4 Jahren, 1 Monat | ||
Appears to be a plugin conflict between Beaver Builder & Views/Layouts
Gestartet von: PaulS4783 in: Toolset Professional Support |
2 | 7 | vor 4 Jahren, 1 Monat | ||
How to stop Views looping out ALL the results even which filter value is blank?
Gestartet von: 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 | vor 4 Jahren, 1 Monat | ||
What is the most database efficient method to add a sequential invoice number?
Gestartet von: PaulS4783 in: Toolset Professional Support |
2 | 5 | vor 4 Jahren, 1 Monat | ||
Updated to 5.6 but it didnt fix the problem
Gestartet von: PaulS4783 in: Chat Support |
1 | 2 |
vor 4 Jahren, 1 Monat
|