How to leave the filters open on mobile?
Natively the module makes the filters appear as closed on mobile. But, you can make some modifications to leave them open:
- Connect to your server with your FTP access
- Open the template : pm_advancedsearch_header_block.tpl (in PrestaShop 1.6 you will find it here: /modules/pm_advancedsearch4/views/templates/hook/pm_advancedsearch_header_block.tpl in PrestaShop 1.7 you will find it here: /modules/pm_advancedsearch4/views/templates/hook/1.7/pm_advancedsearch_header_block.tpl)
- Find the string:
class = "PM_ASBlockOutput
(it is present in 2 places in the template) - Replace it, each time, by:
class = "PM_ASMobileVisible PM_ASBlockOutput
- Save the template
If you don't know how to do this, we invite you to get in touch with your developer/integrator, who can easily make this modification for you.