kdash1228 Posted October 28, 2020 Share Posted October 28, 2020 (edited) I am wondering if my CSS file is the reason why the PS Faceted Search is not displaying. When I do an Inspect on my product listing pages, the Left Column doesn't show anything in regards to the Faceted Search. I saw a few "block !important!" in the CSS file for some of the facet tags so I changed all of them to display: inline-block; just to see what happens but nothing changed. I've attached the original CSS file and the test CSS file. Is anyone able to figure out if my CSS file is the reason why the Faceted Search does not work on my website? theme (original).css theme (changed).css Edited October 28, 2020 by kdash1228 (see edit history) Link to comment Share on other sites More sharing options...
feho1 Posted October 29, 2020 Share Posted October 29, 2020 I just checked the original theme.css and it does not look like the css is the reason for the issue at least not the theme.css. Maybe check the configuration on the module. Or if it is hooked to left side. Try to use web DevTools of chrome or firefox Press ctrl + shift + c select the div where the filters are supposed to be if you see any where class called ".facet" click on it and check the styles on the right side of devtools and see if there is any display none. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now