Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › horizontal filters
- This topic has 9 replies, 2 voices, and was last updated 1 year, 4 months ago by
jbcdfw.
-
AuthorPosts
-
January 15, 2025 at 8:02 pm #52501
jbcdfw
ParticipantI have a question about categories under settings displaying horizontal vs vertical. I’ve included an example mockup of what I’d like to achieve. Can you help me make this happen?
And I also noticed an issue in the documentations – and it appears more than once. I thought I’d share with you that there’s a misspelling on the documentation.
I recently updated my license and will hold off on tying it to a URL until I learn if we can use the license on our production and staging sites? we have staging22, staging23 and production. may I use the one code for all 3?
January 16, 2025 at 1:20 pm #52507Ernest Marcinko
KeymasterHi!
Sure! It is possible with settings and a bit of custom CSS.
First off, you want to set the settings layout to a block and visible. Then use the following custom CSS:
.asp_ss fieldset { min-width: 100% !important; } .asp_ss fieldset .categoryfilter { display: flex !important; flex-wrap: wrap; }You can use the same license on all staging sites on the same domain 🙂
January 17, 2025 at 10:25 pm #52530jbcdfw
Participantawesome news on the staging sites – thank you –
so you’re saying by referencing the screenshot you included for block and visible – that will activate the horizontal option that is currently crossed out and inaccessible for us?
I used css edits to make it look like my example but it required display:inline-block not flex – but I will give it a go and see if I can make it work for us.
Thank you so much for the amazing support – you guys are always very quick to respond. It is appreciated!! have a great weekend!
January 19, 2025 at 3:03 pm #52535Ernest Marcinko
Keymasterthat will activate the horizontal option that is currently crossed out and inaccessible for us?
Not exactly, that is for the horizontal results layout (horizontal scrollable result cards). It is unrelated to this 🙂Thank you very much for your kind words!
If you like the plugin and have not rated already, feel free to leave a rating on the wordpress plugin repository, it’s greatly appreciated.
January 21, 2025 at 7:24 pm #52570jbcdfw
Participantfinal question – where does one put the css? is it in the ajax app or in the css for the site?
January 22, 2025 at 1:30 am #52571jbcdfw
ParticipantI found the css location – thank you – now I’m trying to find where we change the text for the type of filter title above the checkboxes – and where you change the color of that element?
January 22, 2025 at 8:23 am #52575Ernest Marcinko
KeymasterSure!
You can change those here: https://i.imgur.com/9s3iXyv.png
January 22, 2025 at 5:23 pm #52589jbcdfw
ParticipantThank you so much! I was ON that page but never thought to click on that button.
I had looked all over the documentation and couldn’t find where to change the color on that box header, so I just did this:
div.asp_s.asp_s_1.searchsettings fieldset legend {
color: rgba(191, 189, 189, 1) !important;
}Maybe a section in the documentation that focuses strictly on where to make all possible color changes would be helpful. This app is sooooooooooooo robust!!! Super capable!!
Thank you again for the assistance. I will reach out with a new ticket if I have any new questions.
January 23, 2025 at 9:03 am #52598Ernest Marcinko
KeymasterYou are very welcome and thank you for your kind words!
We are planning to rework the back-end slowly to add more options for customization, but it’s a painfully slow process unfortunately. It will get better for sure 🙂
If you like the plugin and have not rated already, feel free to leave a rating on the wordpress plugin repository, it’s greatly appreciated.
I will mark this as resolved now 🙂
January 23, 2025 at 8:36 pm #52611jbcdfw
ParticipantI have experience with intranets and training documentation and graphic design – i’d be willing to help with that if you’d like. It’d also give me a chance to learn more about the app.
I will certainly leave a rating and review here in a bit. Thank you for the reminder.
-
AuthorPosts
- You must be logged in to reply to this topic.