This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Unwanted 0.1. before the search results

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Unwanted 0.1. before the search results

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #38308
    rezumerezume
    Participant

    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,
    Reza

    #38313
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    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.

    #38314
    rezumerezume
    Participant

    You cannot access this content.

    #38315
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Thanks! I have logged in and checked the search preview, that seems to be okay: https://i.imgur.com/1UNnTpq.png
    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.

    #38316
    rezumerezume
    Participant

    You cannot access this content.

    #38317
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Thanks!

    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.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.