Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Odd Search Behaviour › Reply To: Odd Search Behaviour
Hi!
Sure, no worries, I will assist you with everything!
I have logged in to look at the configuration and changed a few details for better results, but you can change them back of course:
– I de-selected the taxonomy terms as results. I assume you only want products as results, and you were seeing the product categories as results: https://i.imgur.com/mGYXdAb.png
– On the isotopic styling panel, I changed the title background to a darker black color: https://i.imgur.com/cEefBaR.png
– Also changed the title to a white to fit better: https://i.imgur.com/eR13ZjZ.png
– Another change is that the results layout is now a block, so instead of hovering over the content, it pushes it down: https://i.imgur.com/a19qFVS.png
– I also noticed that the tag label colors were overwritten by a theme CSS conflict, so I added the following custom CSS to resolve it:
.asp_option_label {
color: black !important;
}
I hope this helps!
I also recommend checking this WooCommerce video tutorial, it is specifically made for product search design.