{"id":1204643,"date":"2016-12-12T04:49:21","date_gmt":"2016-12-12T12:49:21","guid":{"rendered":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/fao-cliff-continuing-previous-thread\/"},"modified":"2016-12-12T04:49:21","modified_gmt":"2016-12-12T12:49:21","slug":"fao-cliff-continuing-previous-thread","status":"closed","type":"topic","link":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/fao-cliff-continuing-previous-thread\/","title":{"rendered":"FAO Cliff &#8211; Continuing Previous thread"},"content":{"rendered":"<p>Hi Cliff,<\/p>\n<p>Picking up where we left off here:<\/p>\n<blockquote class=\"wp-embedded-content\" data-secret=\"WqmMyIOCP6\"><p><a href=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/page-titles-on-calendar-views\/\">Page titles on calendar views<\/a><\/p><\/blockquote>\n<p><iframe loading=\"lazy\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"&#8220;Page titles on calendar views&#8221; &#8212; \" src=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/page-titles-on-calendar-views\/embed\/#?secret=IIz4VtxKEe#?secret=WqmMyIOCP6\" data-secret=\"WqmMyIOCP6\" width=\"580\" height=\"327\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"><\/iframe><\/p>\n<p>Now our site is live we were able to show the folks over at Avada support.<\/p>\n<p>They narrowed it down to something in the child theme &#8211; when using the Parent theme it works fine.<\/p>\n<p>I&#8217;ve now narrowed it down to  <\/p>\n<p>\/tribe-events\/list\/content.php<\/p>\n<p>Which was customised with Tribe&#8217;s help<\/p>\n<p>If I disable this file by renaming the folder in the child theme temporarily (and therefore disabling the associated customisation), the page titles change to &#8220;Past Events&#8221; as they should. <\/p>\n<p>Common sense  (and markup notes!) would tell me it might something to do with this section, but I&#8217;m not sure what?<\/p>\n<p>\t&lt;!&#8211; List Header &#8211;&gt;<br \/>\n\t&lt;?php do_action( &#8216;tribe_events_before_header&#8217; ); ?&gt;<br \/>\n\t&lt;div id=&#8221;tribe-events-header&#8221; &lt;?php tribe_events_the_header_attributes() ?&gt;&gt;<\/p>\n<p>\t\t&lt;!&#8211; Header Navigation &#8211;&gt;<br \/>\n\t\t&lt;?php do_action( &#8216;tribe_events_before_header_nav&#8217; ); ?&gt;<br \/>\n\t\t&lt;?php tribe_get_template_part( &#8216;list\/nav&#8217;, &#8216;header&#8217; ); ?&gt;<br \/>\n\t\t&lt;?php do_action( &#8216;tribe_events_after_header_nav&#8217; ); ?&gt;<\/p>\n<p>\t&lt;\/div&gt;<br \/>\n\t&lt;!&#8211; #tribe-events-header &#8211;&gt;<\/p>\n<p>Below is the full code found in content.php.<\/p>\n<p>Thanks for your help<\/p>\n<p>=======<\/p>\n<p>&lt;?php<br \/>\n\/**<br \/>\n * Modified List View Content Template<br \/>\n * The content template for the list view. This template is also used for<br \/>\n * the response that is returned on list view ajax requests.<br \/>\n *<br \/>\n * Override this template in your own theme by creating a file at [your-theme]\/tribe-events\/list\/content.php<br \/>\n *<br \/>\n * @package TribeEventsCalendar<br \/>\n *<br \/>\n *\/<\/p>\n<p>if ( ! defined( &#8216;ABSPATH&#8217; ) ) {<br \/>\n\tdie( &#8216;-1&#8217; );<br \/>\n} ?&gt;<\/p>\n<p>&lt;div id=&#8221;tribe-events-content&#8221; class=&#8221;tribe-events-list&#8221;&gt;<br \/>\n&lt;div id=&#8221;tribe-events-footer&#8221;&gt;<\/p>\n<p>\t\t&lt;!&#8211; Footer Navigation &#8211;&gt;<br \/>\n\t\t&lt;?php do_action( &#8216;tribe_events_before_footer_nav&#8217; ); ?&gt;<br \/>\n\t\t&lt;?php tribe_get_template_part( &#8216;list\/nav&#8217;, &#8216;footer&#8217; ); ?&gt;<br \/>\n\t\t&lt;?php do_action( &#8216;tribe_events_after_footer_nav&#8217; ); ?&gt;<\/p>\n<p>\t&lt;\/div&gt;<\/p>\n<p>\t\t&lt;!&#8211; Notices &#8211;&gt;<br \/>\n\t&lt;?php tribe_the_notices() ?&gt;<\/p>\n<p>\t&lt;!&#8211; List Header &#8211;&gt;<br \/>\n\t&lt;?php do_action( &#8216;tribe_events_before_header&#8217; ); ?&gt;<br \/>\n\t&lt;div id=&#8221;tribe-events-header&#8221; &lt;?php tribe_events_the_header_attributes() ?&gt;&gt;<\/p>\n<p>\t\t&lt;!&#8211; Header Navigation &#8211;&gt;<br \/>\n\t\t&lt;?php do_action( &#8216;tribe_events_before_header_nav&#8217; ); ?&gt;<br \/>\n\t\t&lt;?php tribe_get_template_part( &#8216;list\/nav&#8217;, &#8216;header&#8217; ); ?&gt;<br \/>\n\t\t&lt;?php do_action( &#8216;tribe_events_after_header_nav&#8217; ); ?&gt;<\/p>\n<p>\t&lt;\/div&gt;<br \/>\n\t&lt;!&#8211; #tribe-events-header &#8211;&gt;<br \/>\n\t&lt;?php do_action( &#8216;tribe_events_after_header&#8217; ); ?&gt;<\/p>\n<p>\t&lt;!&#8211; Events Loop &#8211;&gt;<br \/>\n\t&lt;?php if ( have_posts() ) : ?&gt;<br \/>\n\t\t&lt;?php do_action( &#8216;tribe_events_before_loop&#8217; ); ?&gt;<br \/>\n\t\t&lt;?php tribe_get_template_part( &#8216;list\/loop&#8217; ) ?&gt;<br \/>\n\t\t&lt;?php do_action( &#8216;tribe_events_after_loop&#8217; ); ?&gt;<br \/>\n\t&lt;?php endif; ?&gt;<\/p>\n<p>\t&lt;!&#8211; List Footer &#8211;&gt;<br \/>\n\t&lt;?php do_action( &#8216;tribe_events_before_footer&#8217; ); ?&gt;<br \/>\n\t&lt;div id=&#8221;tribe-events-footer&#8221;&gt;<\/p>\n<p>\t\t&lt;!&#8211; Footer Navigation &#8211;&gt;<br \/>\n\t\t&lt;?php do_action( &#8216;tribe_events_before_footer_nav&#8217; ); ?&gt;<br \/>\n\t\t&lt;?php tribe_get_template_part( &#8216;list\/nav&#8217;, &#8216;footer&#8217; ); ?&gt;<br \/>\n\t\t&lt;?php do_action( &#8216;tribe_events_after_footer_nav&#8217; ); ?&gt;<\/p>\n<p>\t&lt;\/div&gt;<br \/>\n\t&lt;!&#8211; #tribe-events-footer &#8211;&gt;<br \/>\n\t&lt;?php do_action( &#8216;tribe_events_after_footer&#8217; ) ?&gt;<\/p>\n<p>&lt;\/div&gt;&lt;!&#8211; #tribe-events-content &#8211;&gt;<\/p>\n","protected":false},"template":"","class_list":["post-1204643","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>FAO Cliff - Continuing Previous thread -<\/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\/fao-cliff-continuing-previous-thread\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"FAO Cliff - Continuing Previous thread -\" \/>\n<meta property=\"og:description\" content=\"Hi Cliff, Picking up where we left off here: Page titles on calendar views Now our site is live we were able to show the folks over at Avada support. They narrowed it down to something in the child theme &#8211; when using the Parent theme it works fine. I&#8217;ve now narrowed it down to [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/fao-cliff-continuing-previous-thread\/\" \/>\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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/fao-cliff-continuing-previous-thread\/\",\"url\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/fao-cliff-continuing-previous-thread\/\",\"name\":\"FAO Cliff - Continuing Previous thread -\",\"isPartOf\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\"},\"datePublished\":\"2016-12-12T12:49:21+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/fao-cliff-continuing-previous-thread\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/fao-cliff-continuing-previous-thread\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/fao-cliff-continuing-previous-thread\/#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\":\"FAO Cliff &#8211; Continuing Previous thread\"}]},{\"@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":"FAO Cliff - Continuing Previous thread -","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\/fao-cliff-continuing-previous-thread\/","og_locale":"en_US","og_type":"article","og_title":"FAO Cliff - Continuing Previous thread -","og_description":"Hi Cliff, Picking up where we left off here: Page titles on calendar views Now our site is live we were able to show the folks over at Avada support. They narrowed it down to something in the child theme &#8211; when using the Parent theme it works fine. I&#8217;ve now narrowed it down to [&hellip;]","og_url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/fao-cliff-continuing-previous-thread\/","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/fao-cliff-continuing-previous-thread\/","url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/fao-cliff-continuing-previous-thread\/","name":"FAO Cliff - Continuing Previous thread -","isPartOf":{"@id":"https:\/\/theeventscalendar.com\/support\/#website"},"datePublished":"2016-12-12T12:49:21+00:00","breadcrumb":{"@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/fao-cliff-continuing-previous-thread\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/theeventscalendar.com\/support\/forums\/topic\/fao-cliff-continuing-previous-thread\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/fao-cliff-continuing-previous-thread\/#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":"FAO Cliff &#8211; Continuing Previous thread"}]},{"@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\/1204643","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":0,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1204643\/revisions"}],"wp:attachment":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/media?parent=1204643"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}