Hello again.
is it possible to have the filter panels collapsed by default?
filter panels collapsed by default?
-
- Phoca Member
- Posts: 22
- Joined: 02 Feb 2018, 18:18
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: filter panels collapsed by default?
Hi, it is managed by Bootstrap, so you can edit the layouts (or override them)
For example all text form filter fields are displayed by:
components\com_phocacart\layouts\form_filter_text.php
Just open this file and find the string "collapse in" and remove the "in" (it is inside class attributes). This can be done for all other layouts.
Jan
For example all text form filter fields are displayed by:
components\com_phocacart\layouts\form_filter_text.php
Just open this file and find the string "collapse in" and remove the "in" (it is inside class attributes). This can be done for all other layouts.
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 22
- Joined: 02 Feb 2018, 18:18
Re: filter panels collapsed by default?
Thank you so much. Solved! Goodbye.
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: filter panels collapsed by default?
Ok
If you find Phoca extensions useful, please support the project
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: filter panels collapsed by default?
Hi, since version 3.3.2
https://www.phoca.cz/news/1058-phoca-ca ... 2-released
you can set it in parameters:
- collapse all
- display all
- display only which are active (which have some active item inside)
Jan
https://www.phoca.cz/news/1058-phoca-ca ... 2-released
you can set it in parameters:
- collapse all
- display all
- display only which are active (which have some active item inside)
Jan
If you find Phoca extensions useful, please support the project