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

This topic contains 5 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 8 months, 3 weeks ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #38308
    rezume
    rezume
    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

    Attachments:
    You must be logged in to view attached files.
    #38313
    Ernest Marcinko
    Ernest 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.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #38314
    rezume
    rezume
    Participant
    You cannot access this content.
    #38315
    Ernest Marcinko
    Ernest 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.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #38316
    rezume
    rezume
    Participant
    You cannot access this content.
    #38317
    Ernest Marcinko
    Ernest 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.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.