PaulS4783
Admite hilos creados en los últimos 30 días: 0
Debates favoritos del foro
Este usuario no tiene debates favoritos.
Temas del foro creados
Status | Debate | Supporter | Voces | Mensajes | Caducidad |
---|---|---|---|---|---|
How to test, retrieve and update values that are "drop down select" field types
Iniciado por: PaulS4783 en: Toolset Professional Support |
1 | 2 | hace 3 años, 10 meses | ||
How can I find the last value used in a sequential custom field for a post type
Iniciado por: PaulS4783 en: Toolset Professional Support |
2 | 7 | hace 3 años, 10 meses | ||
Cannot get conditional shortcode to work
Iniciado por: PaulS4783
en: 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 | hace 3 años, 10 meses | ||
Do post reference fields ONLY link to the title of another post type?
Iniciado por: PaulS4783 en: Toolset Professional Support |
2 | 5 | hace 3 años, 10 meses | ||
Code snippet to get the Post ID of a parent post via child Post Reference field?
Iniciado por: PaulS4783 en: Toolset Professional Support |
2 | 13 | hace 3 años, 10 meses | ||
Ticket raised several hours ago but still unassigned?
Iniciado por: PaulS4783 en: Toolset Professional Support |
2 | 3 | hace 3 años, 11 meses | ||
How to update the value of a custom field when the post is saved via a function
Iniciado por: PaulS4783 en: Toolset Professional Support |
2 | 7 | hace 3 años, 11 meses | ||
Post Reference vs Post Relationships
Iniciado por: PaulS4783
en: 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 | hace 3 años, 11 meses | ||
Nothing happens when I click the Relationships / Add New Button
1
2
Iniciado por: PaulS4783 en: Toolset Professional Support |
2 | 18 | hace 3 años, 11 meses | ||
Download failed: forbidden
Iniciado por: PaulS4783 en: Toolset Professional Support |
2 | 3 | hace 3 años, 11 meses | ||
After recent ToolSet update shortcodes in the Custom Post Body not rendering
Iniciado por: PaulS4783 en: Toolset Professional Support |
2 | 11 | hace 4 años | ||
Appears to be a plugin conflict between Beaver Builder & Views/Layouts
Iniciado por: PaulS4783 en: Toolset Professional Support |
2 | 7 | hace 4 años | ||
How to stop Views looping out ALL the results even which filter value is blank?
Iniciado por: PaulS4783
en: 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 | hace 4 años | ||
What is the most database efficient method to add a sequential invoice number?
Iniciado por: PaulS4783 en: Toolset Professional Support |
2 | 5 | hace 4 años | ||
Updated to 5.6 but it didnt fix the problem
Iniciado por: PaulS4783 en: Chat Support |
1 | 2 |
hace 4 años
|