johnB-37
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 |
---|---|---|---|---|---|
Not able to access plug in page
Started by: johnB-37 in: Toolset Professional Support |
|
2 | 3 | 5 years, 7 months ago | |
Outputting an image based on text field
Started by: johnB-37
in: Toolset Professional Support
Problem: I have a custom text field that is used to store the name of a country. I would like to display the flag of that country on the front-end of the site, instead of the text name of the country. Solution: You can construct an image HTML tag using the Types field shortcode as a variable. For example, you can upload images like "Tanzania.jpg" and "Rwanda.jpg" to your server, then build the image tag like this: <img src="/wp-content/uploads/flags/[types field='country' output='raw'][/types].jpg" alt="[types field='country' output='raw'][/types]" /> It only works if the country names and image file names are identical. If possible, you should use a select field with predefined country names. Relevant Documentation: |
|
2 | 3 | 6 years ago | |
Displaying search form and search results
Started by: johnB-37
in: Toolset Professional Support
Problem: The issue here is that the user wanted to create a parametric search. Solution: This can be done by following the instructions in the link below. |
|
2 | 5 | 6 years, 2 months ago | |
Checkbox field not searching
Started by: johnB-37
in: Toolset Professional Support
Problem: The checkbox filter I added to my custom search View is not filtering the results as expected. Solution: Check to be sure there is a Query Filter associated with the filter control. If not, the filter will not function correctly. Instead of adding the Query Filter manually, delete the filter control from Search and Pagination, then add it back using the New Filter button. The Query Filter will be updated automatically using the correct syntax. |
|
2 | 3 | 6 years, 2 months ago | |
Displaying multi-item fields as separate list items
Started by: johnB-37
in: Toolset Professional Support
Problem: Solution: For example: <ul> <li>[types field="patent-number" separator="</li><li>"][/types]</li> </ul> Relevant Documentation:=> https://toolset.com/documentation/user-guides/repeating-fields/#Displaying%20Repeating%20Fields |
|
2 | 9 | 6 years, 4 months ago | |
Split: Displaying multi-item fields as separate list items – li not rendering on specific page
Started by: johnB-37
in: Toolset Professional Support
Problem: Solution: For example: <ul class="list-award"> <li>[types field='awards' separator='</li><li>'][/types]</li> </ul> Relevant Documentation: |
|
2 | 5 | 6 years, 4 months ago | |
adding images to view filters
Started by: johnB-37
in: Toolset Professional Support
Problem: Solution: There are some hints added in this thread which can help in your case: |
|
3 | 6 | 6 years, 4 months ago | |
How to have an empty value in select box
Started by: johnB-37
in: Toolset Professional Support
Problem: Set default for value for search field. Solution: When you are adding the fields to your views search you should have the option to set the default values. |
|
2 | 3 | 6 years, 4 months ago | |
Emplying layout template
Started by: johnB-37 in: Toolset Professional Support |
|
2 | 5 | 6 years, 4 months ago |