{"id":1420996,"date":"2018-01-08T19:27:20","date_gmt":"2018-01-09T03:27:20","guid":{"rendered":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-all-labels-in-tribe-search-bar\/"},"modified":"2018-01-08T19:27:20","modified_gmt":"2018-01-09T03:27:20","slug":"change-all-labels-in-tribe-search-bar","status":"closed","type":"topic","link":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-all-labels-in-tribe-search-bar\/","title":{"rendered":"Change all labels in tribe search bar"},"content":{"rendered":"<p>The labels in the search bar by default are named &#8220;Events From&#8221;, &#8220;Near&#8221;, &#8220;Search&#8221; and the &#8220;Find Events&#8221; button.<br \/>\nThe goal is to rename the labels based on category.<br \/>\nHere is the code I am using to change them. The only two fields I was able to name successfully are the &#8220;Near&#8221; and &#8220;Search&#8221; fields.<br \/>\nHere is the function I am using in functions.php<br \/>\n`add_filter(&#8216;gettext&#8217;, &#8216;theme_filter_text&#8217;, 10, 3);<\/p>\n<p>function theme_filter_text( $translations, $text, $domain ) {<br \/>\n    $cat_type = evnt_name(2);<br \/>\n    $passthrough = $text;<br \/>\n    \/\/ Copy and modify the following if {} statement to replace multiple blocks of text<br \/>\n    \/\/ Match the text you want you want to translate, preferably also match the text domain<br \/>\n    if($text === &#8216;Events From&#8217; &amp;&amp; $domain === &#8216;tribe-events-calendar&#8217;) {<br \/>\n        \/\/ The custom text you want instead<br \/>\n                $text = $cat_type.&#8217; from&#8217;;<br \/>\n        }<br \/>\n    if($text === &#8216;Near&#8217; &amp;&amp; $domain === &#8216;tribe-events-calendar-pro&#8217;) {<br \/>\n        \/\/ The custom text you want instead<br \/>\n                $text = &#8216;City, State or zip&#8217;;<br \/>\n        }<br \/>\n    if($text === &#8216;Search&#8217; &amp;&amp; $domain === &#8216;tribe-events-calendar&#8217;) {<br \/>\n        \/\/ The custom text you want instead<br \/>\n            if($cat_type === &#8220;Classes&#8221;){<br \/>\n        $cat_type = &#8220;Class&#8221;;<br \/>\n    }<br \/>\n                $text = &#8216;Type of &#8216;.$cat_type;<br \/>\n        }<br \/>\n    if($text === &#8216;Find Events&#8217; &amp;&amp; $domain === &#8216;tribe-events-calendar&#8217;) {<br \/>\n        \/\/ The custom text you want instead<br \/>\n                $text = &#8216;Find &#8216;.$cat_type;<br \/>\n        }<\/p>\n<pre><code>    return $text;\n<\/code><\/pre>\n<p>}<br \/>\n`<\/p>\n<p>I am unable to get &#8220;Events From&#8221; and the &#8220;Find Events&#8221; text changed.<\/p>\n<p>The page I am working on is<br \/>\nhttp:\/\/www.fitboxworld.com\/find-an-event\/<\/p>\n<p>Thank you,<br \/>\nMike<\/p>\n","protected":false},"template":"","class_list":["post-1420996","topic","type-topic","status-closed","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Change all labels in tribe search bar -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-all-labels-in-tribe-search-bar\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Change all labels in tribe search bar -\" \/>\n<meta property=\"og:description\" content=\"The labels in the search bar by default are named &#8220;Events From&#8221;, &#8220;Near&#8221;, &#8220;Search&#8221; and the &#8220;Find Events&#8221; button. The goal is to rename the labels based on category. Here is the code I am using to change them. The only two fields I was able to name successfully are the &#8220;Near&#8221; and &#8220;Search&#8221; fields. [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-all-labels-in-tribe-search-bar\/\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-all-labels-in-tribe-search-bar\/\",\"url\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-all-labels-in-tribe-search-bar\/\",\"name\":\"Change all labels in tribe search bar -\",\"isPartOf\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\"},\"datePublished\":\"2018-01-09T03:27:20+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-all-labels-in-tribe-search-bar\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-all-labels-in-tribe-search-bar\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-all-labels-in-tribe-search-bar\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/theeventscalendar.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Topics\",\"item\":\"https:\/\/theeventscalendar.com\/support\/topics\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Calendar Products\",\"item\":\"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Events Calendar PRO\",\"item\":\"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/events-calendar-pro\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Change all labels in tribe search bar\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\",\"url\":\"https:\/\/theeventscalendar.com\/support\/\",\"name\":\"\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/theeventscalendar.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Change all labels in tribe search bar -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-all-labels-in-tribe-search-bar\/","og_locale":"en_US","og_type":"article","og_title":"Change all labels in tribe search bar -","og_description":"The labels in the search bar by default are named &#8220;Events From&#8221;, &#8220;Near&#8221;, &#8220;Search&#8221; and the &#8220;Find Events&#8221; button. The goal is to rename the labels based on category. Here is the code I am using to change them. The only two fields I was able to name successfully are the &#8220;Near&#8221; and &#8220;Search&#8221; fields. [&hellip;]","og_url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-all-labels-in-tribe-search-bar\/","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-all-labels-in-tribe-search-bar\/","url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-all-labels-in-tribe-search-bar\/","name":"Change all labels in tribe search bar -","isPartOf":{"@id":"https:\/\/theeventscalendar.com\/support\/#website"},"datePublished":"2018-01-09T03:27:20+00:00","breadcrumb":{"@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-all-labels-in-tribe-search-bar\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-all-labels-in-tribe-search-bar\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-all-labels-in-tribe-search-bar\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/theeventscalendar.com\/support\/"},{"@type":"ListItem","position":2,"name":"Topics","item":"https:\/\/theeventscalendar.com\/support\/topics\/"},{"@type":"ListItem","position":3,"name":"Calendar Products","item":"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/"},{"@type":"ListItem","position":4,"name":"Events Calendar PRO","item":"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/events-calendar-pro\/"},{"@type":"ListItem","position":5,"name":"Change all labels in tribe search bar"}]},{"@type":"WebSite","@id":"https:\/\/theeventscalendar.com\/support\/#website","url":"https:\/\/theeventscalendar.com\/support\/","name":"","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/theeventscalendar.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1420996","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":1,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1420996\/revisions"}],"predecessor-version":[{"id":1422141,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1420996\/revisions\/1422141"}],"wp:attachment":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/media?parent=1420996"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}