Hi!
Just about to finalize the website on Friday, when I noticed that there is a problem displaying (AJAX) search results on the search form next to the main menu.
If you try to type some keywords (there are thousands of posts to search into) without hitting enter/the search icon, small popup opens up, but doesn’t display well at all. I have no idea why. Can you please have a quick look, the link is in the private content section.
Another quick question: I couldn’t find on the forum an explanation how to display results of any search not by seeing full posts one after the other, but just the title/link, meta, and excerpts. Could you please point out the right information, I am sure that has been covered.
Thanks a lot!
Hello,
Can someone please have a quick look?
Thanks!
Hi,
Sorry for the delay. The search form looks broken because of this css code.
#top #searchform {
display: inline-flex;
}
Did you add it somewhere? We are not really sure where it is located because the css files are currently compressed or minified. Please disable the minification so that we could locate the css code.
Or use this css code to override it.
#top #searchform {
display: block !important;
}
You may need to disable the Performance > File Compression settings temporarily.
Best regards,
Ismael
Hi Ismael,
Thank you so very much for your reply! This indeed was a problem.
It is entirely my fault – that CSS code DID exist in my Custom CSS, and I have no idea how it ended up there. I have simply deleted it, because I had no intention to modify that parameter. I must have clicked by mistake, and saved it like that.
Thanks again!!
Kind regards
Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon