Forums › Forums › Search & Filter Pro › collapsing children on taxonomy for checkboxes? any help would be appreciated!
Tagged: V3
- This topic has 7 replies, 2 voices, and was last updated 5 years, 11 months ago by Trevor.
Viewing 8 posts - 1 through 8 (of 8 total)
-
Trevor(Private) January 4, 2019 at 4:07 pm #198009
I am sorry, I do not recall any specific sites (frequently all we see are staging sites, and not the live sites).
We do not have a github account like that, but if you wish to share here, so can paste code here, starting and ending with one code back tick.
I will move this thread to our feature requests section right now.
Anonymous(Private) January 7, 2019 at 12:57 am #198127echo '<button class="btn btn-primary" type="button" data-toggle="collapse" data-target=".'.$input_id.'" aria-expanded="false" aria-controls=".'.$input_id.'"> [+] </button>'; echo '<ul class="collapse children '.$input_id.'">';
css changes
ul.collapse {display:none;} ul.collapse in {display:block;}
This is built with the assumption that bootstrap is installed (which it is on most platforms on wordpress (since most sites use wpbakery to make it easier))
-
AuthorPosts
Viewing 8 posts - 1 through 8 (of 8 total)