• Resolved kishorkk

    (@kishorkk)


    Hi
    I have installed ivory search to my LAN website and the search is working flawlessly. However, there is this strange thing on the search results page. The search button on the right side of the search results page has the characters “SB” written on it, which doesn’t make any sense.
    I have looked in the plugin’s settings but couldn’t find anything about it. Also did a text string search for “SB” in the wordpress site files but couldn’t find anything related.
    Could someone help me change the text from “SB” to “Search” on the button?
    Thanks

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

    (@vinod-dalvi)

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

    You can change it by using the Search Form Customizer displayed on the below path.

    Admin Area -> Ivory Search -> Search Forms -> Edit Search Form -> Design -> Search Form Customizer

    Best regards,

    Thread Starter kishorkk

    (@kishorkk)

    Thanks for the answer, Vinod:)

    I’ve fixed it by editing the file wp-includes/blocks/search.php

    LINE ‘<button type=”submit” class=”wp-block-search__button %s” %s %s> %s</button>’,
    TO
    ‘<button type=”submit” class=”wp-block-search__button %s” %s %s>Search</button>’,

    Plugin Author Vinod Dalvi

    (@vinod-dalvi)

    Awesome great to see you got that fixed.

    Please advise if you have more questions.

    Have a fantastic day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Search button says “SB” on it’ is closed to new replies.