Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Unwanted 0.1. before the search results
This topic contains 5 replies, has 2 voices, and was last updated by Ernest Marcinko 8 months, 3 weeks ago.
- AuthorPosts
- July 5, 2022 at 9:05 am #38308
Hello,
In the search results, 0.1. appears on a line before every result. How can I remove the line, as it doesn’t make any sense? Please see attached.
Regards,
RezaAttachments:
You must be logged in to view attached files.July 5, 2022 at 2:09 pm #38313Hi,
The plugin requests the result titles from core WordPress, so unless there is a custom code used of some sort, or there is a misconfiguration somewhere, then WordPress actually returned those as the titles. From the screenshot I can’t tell what types of results are those (post type, what post type, or taxonomy etc..)
Can you add temporary back-end access? I will check the configuration to see if everything is okay.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
July 5, 2022 at 2:19 pm #38314You cannot access this content.July 5, 2022 at 2:23 pm #38315Thanks! I have logged in and checked the search preview, that seems to be okay: https://i.imgur.com/1UNnTpq.png
Best,
I could not find the search on the front-end though. I clicked a few pages, but I don’t know where it is.
This is very likely going to be a conflict caused by a 3rd party script/stylesheet, as the back-end preview is okay.
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
July 5, 2022 at 2:25 pm #38316You cannot access this content.July 5, 2022 at 2:38 pm #38317Thanks!
This CSS code is causing the issue:
h3:before { counter-increment: h3; content: counter(h2) "." counter(h3) ". "; }
It is too generic, and applies to all header tags.
If you can’t remove or correct it, then try this additional custom CSS to override it for the search results:.asp_r h3:before { display: none !important; }
That will resolve the issue.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
- AuthorPosts
You must be logged in to reply to this topic.