{"id":1172660,"date":"2016-10-05T06:12:44","date_gmt":"2016-10-05T13:12:44","guid":{"rendered":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-the-label-near-and-placeholder-text-location-in-the-filter-bar\/"},"modified":"2016-10-05T06:18:19","modified_gmt":"2016-10-05T13:18:19","slug":"change-the-label-near-and-placeholder-text-location-in-the-filter-bar","status":"closed","type":"topic","link":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-the-label-near-and-placeholder-text-location-in-the-filter-bar\/","title":{"rendered":"Change the label &#039;Near&#039; and placeholder text &#039;Location&#039; in the filter bar"},"content":{"rendered":"<p>Hi,<\/p>\n<p>I&#8217;m trying to figure out how to change the label &#8216;Near&#8217; and placeholder text &#8216;Location&#8217; in the filter bar<\/p>\n<p>I have followed these instructions:<\/p>\n<blockquote class=\"wp-embedded-content\" data-secret=\"5b2YX5PovJ\"><p><a href=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/same-title-and-placeholder-terms\/\">Same Title and Placeholder Terms<\/a><\/p><\/blockquote>\n<p><iframe loading=\"lazy\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"&#8220;Same Title and Placeholder Terms&#8221; &#8212; \" src=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/same-title-and-placeholder-terms\/embed\/#?secret=VtEz3VPZtn#?secret=5b2YX5PovJ\" data-secret=\"5b2YX5PovJ\" width=\"580\" height=\"327\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"><\/iframe><\/p>\n<p>which works perfectly for the Search label and placeholder text. So I tried to duplicate and rename the function to get the same result for Location but this doesn&#8217;t give me the desired effect. <\/p>\n<p>&#8212; this code is the original snippet which my adjustments <\/p>\n<pre><code>add_filter( &#039;tribe-events-bar-filters&#039;, &#039;tribe_support_1043887&#039;, 1, 1 );\n \nfunction tribe_support_1043887( $filters ) {\n \n    $value = &#039;&#039;;\n     \n    if ( ! empty( $_REQUEST[&#039;tribe-bar-geoloc&#039;] ) ) {\n        $value = esc_attr( $_REQUEST[&#039;tribe-bar-geoloc&#039;] );\n    }\n \n    $html = sprintf(\n        &#039;&lt;input type=&quot;text&quot; name=&quot;tribe-bar-geoloc&quot; id=&quot;tribe-bar-geoloc&quot; value=&quot;%s&quot; placeholder=&quot;%s&quot;&gt;&#039;,\n        esc_attr( $value ),\n        &#039;Placeholder text&#039;\n    );\n \n    $filters[&#039;tribe-bar-geoloc&#039;][&#039;caption&#039;] = &#039;Label text&#039;;\n    $filters[&#039;tribe-bar-geoloc&#039;][&#039;html&#039;]    = $html;\n \n    return $filters;\n}<\/code><\/pre>\n<p>How to go about this? Thanks in advance!<\/p>\n","protected":false},"template":"","class_list":["post-1172660","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 the label &#039;Near&#039; and placeholder text &#039;Location&#039; in the filter 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-the-label-near-and-placeholder-text-location-in-the-filter-bar\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Change the label &#039;Near&#039; and placeholder text &#039;Location&#039; in the filter bar -\" \/>\n<meta property=\"og:description\" content=\"Hi, I&#8217;m trying to figure out how to change the label &#8216;Near&#8217; and placeholder text &#8216;Location&#8217; in the filter bar I have followed these instructions: Same Title and Placeholder Terms which works perfectly for the Search label and placeholder text. So I tried to duplicate and rename the function to get the same result for [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-the-label-near-and-placeholder-text-location-in-the-filter-bar\/\" \/>\n<meta property=\"article:modified_time\" content=\"2016-10-05T13:18:19+00:00\" \/>\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-the-label-near-and-placeholder-text-location-in-the-filter-bar\/\",\"url\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-the-label-near-and-placeholder-text-location-in-the-filter-bar\/\",\"name\":\"Change the label &#039;Near&#039; and placeholder text &#039;Location&#039; in the filter bar -\",\"isPartOf\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\"},\"datePublished\":\"2016-10-05T13:12:44+00:00\",\"dateModified\":\"2016-10-05T13:18:19+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-the-label-near-and-placeholder-text-location-in-the-filter-bar\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-the-label-near-and-placeholder-text-location-in-the-filter-bar\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-the-label-near-and-placeholder-text-location-in-the-filter-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\":\"Filter Bar\",\"item\":\"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/filter-bar\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Change the label &#039;Near&#039; and placeholder text &#039;Location&#039; in the filter 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 the label &#039;Near&#039; and placeholder text &#039;Location&#039; in the filter 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-the-label-near-and-placeholder-text-location-in-the-filter-bar\/","og_locale":"en_US","og_type":"article","og_title":"Change the label &#039;Near&#039; and placeholder text &#039;Location&#039; in the filter bar -","og_description":"Hi, I&#8217;m trying to figure out how to change the label &#8216;Near&#8217; and placeholder text &#8216;Location&#8217; in the filter bar I have followed these instructions: Same Title and Placeholder Terms which works perfectly for the Search label and placeholder text. So I tried to duplicate and rename the function to get the same result for [&hellip;]","og_url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-the-label-near-and-placeholder-text-location-in-the-filter-bar\/","article_modified_time":"2016-10-05T13:18:19+00:00","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-the-label-near-and-placeholder-text-location-in-the-filter-bar\/","url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-the-label-near-and-placeholder-text-location-in-the-filter-bar\/","name":"Change the label &#039;Near&#039; and placeholder text &#039;Location&#039; in the filter bar -","isPartOf":{"@id":"https:\/\/theeventscalendar.com\/support\/#website"},"datePublished":"2016-10-05T13:12:44+00:00","dateModified":"2016-10-05T13:18:19+00:00","breadcrumb":{"@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-the-label-near-and-placeholder-text-location-in-the-filter-bar\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-the-label-near-and-placeholder-text-location-in-the-filter-bar\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/change-the-label-near-and-placeholder-text-location-in-the-filter-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":"Filter Bar","item":"https:\/\/theeventscalendar.com\/support\/forums\/forum\/events\/filter-bar\/"},{"@type":"ListItem","position":5,"name":"Change the label &#039;Near&#039; and placeholder text &#039;Location&#039; in the filter 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\/1172660","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\/1172660\/revisions"}],"predecessor-version":[{"id":1172662,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1172660\/revisions\/1172662"}],"wp:attachment":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/media?parent=1172660"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}