i have a solution for everybody that have more filters and want to close all other filter tabs if one filter tab is opened
on template index.php insert this jquery script on the footer and the filter tabs are closed if you open a different filter tab
<script>
$(".panel-collapse").click(function() {
$(".panel-collapse.collapse").removeClass("show");
return false;
});
</script>
i have a solution for everybody that have more filters and want to close all other opened filter tabs
-
- Phoca Member
- Posts: 18
- Joined: 31 Mar 2022, 18:26
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: i have a solution for everybody that have more filters and want to close all other opened filter tabs
Hi, thank you for your info.
Jan
Jan
If you find Phoca extensions useful, please support the project