• Resolved thomas1999

    (@thomas1999)


    Hi, I have a little problem with your great plugin.
    Ajax search shows results by capitalizing each word.

    For example I am looking for: Home.

    The search result is correct but each word returned is capitalized.

    Result :
    Home – This Is The Home Page Of My Site.

    Grizie

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    I hope you are well today and thank you for your question.

    You can resolve this by adding the below CSS code in the Custom CSS option of Ivory Search plugin settings on the path Admin Area -> Ivory Search -> Settings -> Settings

    div.is-ajax-search-details .is-title a, 
    div.is-ajax-search-post .is-title a {
        text-transform: unset;
    }

    Best regards,

    Thread Starter thomas1999

    (@thomas1999)

    Great ! Thanks

    Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    You are always welcome here ??

    Thank you Vinod, I had the same question and your CSS code fixed it. ??

    Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    Thank you for the confirmation.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Ajax result is only uppercase’ is closed to new replies.