Support » Plugin: Q and A FAQ and Knowledge Base for WordPress » How to translte Search field and Search button?

Viewing 1 replies (of 1 total)
  • cinek2030

    (@cinek2030)

    Hello,
    You have to edit the /plugins/q-and-a/inc/shortcodes.php file.

    Find the lines in the end of this file:
    $searchform = ‘<form role=”search” method=”get” id=”qaplus_searchform” action=”‘ . home_url() . ‘”> <input type=”text” value=”” placeholder=”‘ . __(‘xxxxxx’, ‘qa-plus’) . ‘” name=”s” id=”qasearch” class=”qaplus_search” /> <input type=”hidden” name=”search_link” id=”qa_search_link” value=”‘ . home_url() . ‘/’ . $qaplus_options[‘faq_slug’] . ‘/search/”/> <input type=”submit” id=”qaplus_searchsubmit” value=”yyyyyy” /> </form>’;

    xxxxxx is the text in the search entry window (originally “Search FAQs”)
    yyyyyy is the button text (Originally “Search”)

Viewing 1 replies (of 1 total)
  • The topic ‘How to translte Search field and Search button?’ is closed to new replies.