Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Can category filters be a horizontal list
This topic contains 2 replies, has 2 voices, and was last updated by npinct 5 years ago.
- AuthorPosts
- December 1, 2018 at 2:39 pm #20211
Is there a way to have the category list go horizontal and be clickable?
IE category1 / category 2 / category 3?
Thanks
Attachments:
You must be logged in to view attached files.December 3, 2018 at 11:18 am #20225Hi,
Well, not with configuration, but might be possible by using custom code. I have compiled a custom code, that looks something like this on my test environment: https://www.photobox.co.uk/my/photo/full?photo_id=501398430551
To replicate this, you will need to make the following changes:
1. Use checkboxes as the category filter layout (this is the default)
2. Change this option: https://i.ibb.co/d7VVR3L/Capture2.png3. Then you will need this custom script code. Add this custom code to the functions.php in your theme/child theme directory (copy from line 3 only!). Before editing, please make sure to have a full site back-up just in case!
4. ..and some custom CSS to make it work:
That’s about it. Please note that this may not work as intended in all cases.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
December 3, 2018 at 2:59 pm #20243Thanks! I will give it a try.
- AuthorPosts
You must be logged in to reply to this topic.