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 to test, retrieve and update values that are "drop down select" field types
Commencé par : PaulS4783 in: Toolset Professional Support |
1 | 2 | Il y a 3 années et 9 mois | ||
How can I find the last value used in a sequential custom field for a post type
Commencé par : PaulS4783 in: Toolset Professional Support |
2 | 7 | Il y a 3 années et 9 mois | ||
Cannot get conditional shortcode to work
Commencé par : 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 | Il y a 3 années et 9 mois | ||
Do post reference fields ONLY link to the title of another post type?
Commencé par : PaulS4783 in: Toolset Professional Support |
2 | 5 | Il y a 3 années et 9 mois | ||
Code snippet to get the Post ID of a parent post via child Post Reference field?
Commencé par : PaulS4783 in: Toolset Professional Support |
2 | 13 | Il y a 3 années et 9 mois | ||
Ticket raised several hours ago but still unassigned?
Commencé par : PaulS4783 in: Toolset Professional Support |
2 | 3 | Il y a 3 années et 9 mois | ||
How to update the value of a custom field when the post is saved via a function
Commencé par : PaulS4783 in: Toolset Professional Support |
2 | 7 | Il y a 3 années et 10 mois | ||
Post Reference vs Post Relationships
Commencé par : 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 | Il y a 3 années et 10 mois | ||
Nothing happens when I click the Relationships / Add New Button
1
2
Commencé par : PaulS4783 in: Toolset Professional Support |
2 | 18 | Il y a 3 années et 10 mois | ||
Download failed: forbidden
Commencé par : PaulS4783 in: Toolset Professional Support |
2 | 3 | Il y a 3 années et 10 mois | ||
After recent ToolSet update shortcodes in the Custom Post Body not rendering
Commencé par : PaulS4783 in: Toolset Professional Support |
2 | 11 | Il y a 3 années et 11 mois | ||
Appears to be a plugin conflict between Beaver Builder & Views/Layouts
Commencé par : PaulS4783 in: Toolset Professional Support |
2 | 7 | Il y a 3 années et 11 mois | ||
How to stop Views looping out ALL the results even which filter value is blank?
Commencé par : 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 | Il y a 3 années et 11 mois | ||
What is the most database efficient method to add a sequential invoice number?
Commencé par : PaulS4783 in: Toolset Professional Support |
2 | 5 | Il y a 3 années et 11 mois | ||
Updated to 5.6 but it didnt fix the problem
Commencé par : PaulS4783 in: Chat Support |
1 | 2 |
Il y a 3 années et 11 mois
|