- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
I am working with custom theme. The layered navigation filter collapse/expandable functionality is not working with my theme. As I have checked the JS is not loading for this filter.
Can you please suggest me.
Thanks
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @rachelraov0dba
What is the parent theme of your custom theme you are using?
If you are using blank parent theme then It does not have this functionality.
Luma theme having this feature
If you are using with blank parent theme then In this case, you can get code layered navigation view.phtml and add in your theme such as below :
Get Luma theme Magento_LayeredNavigation/templates/layer/view.phtml code
replace the code with
your custom theme Magento_LayeredNavigation/templates/layer/view.phtml
Problem Solved! Click Kudos & Accept as Solution!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @rachelraov0dba
What is the parent theme of your custom theme you are using?
If you are using blank parent theme then It does not have this functionality.
Luma theme having this feature
If you are using with blank parent theme then In this case, you can get code layered navigation view.phtml and add in your theme such as below :
Get Luma theme Magento_LayeredNavigation/templates/layer/view.phtml code
replace the code with
your custom theme Magento_LayeredNavigation/templates/layer/view.phtml
Problem Solved! Click Kudos & Accept as Solution!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Filter navigation Collapsed expand functionality not working
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Filter navigation Collapsed expand functionality not working
Thanks @Madhu Rajawat
Fixed the issue.