Reset button does not hide the filter
Started by: RafaelL7560
in: Toolset Professional Support
Quick solution available
2
7
6 years, 7 months ago
RafaelL7560
Creating a featured Advert
Started by: cherylB
in: Toolset Professional Support
2
9
6 years, 7 months ago
Minesh
Views Integration with OWL slider
Started by: AtefR7377
in: Toolset Professional Support
2
3
6 years, 7 months ago
NattapatP8602
Dropdown Filters based on custom fields not functioning properly
Started by: AtefR7377
in: Toolset Professional Support
3
6
6 years, 7 months ago
Beda
Views List on sidebar
Started by: tommasoM
in: Toolset Professional Support
Quick solution available
Problem:
The issue here was that the user wanted to use the default list styling that his theme provides for unordered lists.
Solution:
For this all you need to do is when you are creating you view output using the loop wizard, just select the unordered lists and if your theme has a default styling then it will show up using that.
2
6
6 years, 7 months ago
Shane
How to delete posts from database
Started by: gayatrip
in: Toolset Professional Support
Quick solution available
2
9
6 years, 7 months ago
Minesh
Conditional tag filter that adds body class when a view is present
Started by: Caroline Sullivan
in: Toolset Professional Support
2
2
6 years, 7 months ago
Nigel
Test if one item has been checked in a set of checkboxes
Started by: josephQ
in: Toolset Professional Support
Quick solution available
Problem:
Test if one item has been checked in a set of checkboxes
Solution:
you can use option attribute to target your checkboxes field specific checkbox.
For example:
[wpv-conditional if="( '[types field="filed-name" option="0"][/types]' eq 'checkbox_value' )"]
Content
[/wpv-conditional]
[wpv-conditional if="( '[types field="filed-name" option="1"][/types]' eq 'checkbox_value' )"]
Content
[/wpv-conditional]
Another way is:
[types field="field-name" option="0" state="checked"] option 0 is checked[/types]
[types field="field-name" option="1" state="checked"] option 1 is checked[/types]
You can find proposed solution, in this case, with the following reply:
https://toolset.com/forums/topic/test-if-one-item-has-been-checked-in-a-set-of-checkboxes/#post-919714
Relevant Documentation:
2
3
6 years, 7 months ago
josephQ
How to display child pages
Started by: veronicaM
in: Toolset Professional Support
Quick solution available
2
7
6 years, 7 months ago
veronicaM
How to conditionally display view in page template only if view is not empty
Started by: peteH
in: Toolset Professional Support
2
4
6 years, 7 months ago
Shane
Can a date/time field be modified based on the user's timezone?
Started by: aaronM-9
in: Toolset Professional Support
2
6
6 years, 7 months ago
aaronM-9
Bootstrap modal content loading in view loop not working correctly
Started by: brandonS-3
in: Toolset Professional Support
2
2
6 years, 7 months ago
Luo Yang
adding custom class to wpv-sort-orderby not working
Started by: Nashaat
in: Toolset Professional Support
2
4
6 years, 7 months ago
Luo Yang
WPML translated field – shortcode
Started by: laszloB
in: Toolset Professional Support
Quick solution available
Problem:
The issue here is that the user is using WPML but wanted to display the original language and the translated version of the page title side by side.
Solution:
Unfortunately we are not able to assist in the Toolset Forums but the WPML forum will be better able to assist with translation issues.
2
2
6 years, 7 months ago
Shane
Testing for the existence of an image in a parent post isn't working
Started by: josephQ
in: Toolset Professional Support
2
3
6 years, 7 months ago
josephQ