|
Output Repeating Field and wrap each in href
Started by: colinC
in: Toolset Professional Support
Quick solution available
Problem:
In this ticket the user wanted to wrap each of his repeating fields in a url.
Solution:
What you can do is to use the [wpv-for-each ]
https://toolset.com/documentation/user-guides/views-shortcodes/#vf-153482
This way you can loop through each of the fields and add the link to it .
Like this.
<ol>[wpv-for-each field="wpcf-my-field"]<li><a href="[types field='my-field' output='raw'][/types]>[types field='myField'][/types]</a></li>[/wpv-for-each]</ol>
|
|
2 |
3 |
6 years, 5 months ago
colinC
|
|
Output of the checkboxes custom field prints comas even where an empty field
Started by: Mykola Yabchenko
in: Toolset Professional Support
Quick solution available
Problem:
Outputting a Types checkboxes fields prints commas where options are unchecked.
Solution:
This was a bug fixed in Types 3.0.3
|
|
2 |
3 |
6 years, 5 months ago
Mykola Yabchenko
|
|
Displaying User Field on admin page
Started by: haryonoS
in: Toolset Professional Support
Quick solution available
Problem:
The issue here is that the user wanted to display his user's custom fields on the admin page on the backend.
Solution:
Unfortunately this isn't possible with our Toolset plugins. What you can do is use the plugin below and see if it helps.
https://wordpress.org/plugins/codepress-admin-columns/
|
|
2 |
3 |
6 years, 5 months ago
haryonoS
|