Andy

Forum Replies Created

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • in reply to: Site Slows to Crawl Since Upgrade(s) #1049128
    Andy
    Participant

    This reply is private.

    in reply to: Site Slows to Crawl Since Upgrade(s) #1046026
    Andy
    Participant

    This reply is private.

    in reply to: Events List Widget "List_Widget.php on line 128" #972670
    Andy
    Participant

    Hi Barry,

    It looks like the updated /events-calendar-pro/lib/widget-advanced-list.php on line 72 it’s prepending the pro folder to the template path, but in the List_Widget::widget_output function, it runs Tribe__Events__Templates::getTemplateHierarchy( $template_name ) – this function will run through theme, plugin and pro plugin $_namespaces (around line 613 of the-events-calendar/src/Tibe/Templates.php) and eventually prepends “pro/” to the $template_name which starts as ‘pro/widgets/list-widget’

    Hopefully this helps you guys – I’m not super familiar with the code base, perhaps this has something to do with our theme setup? I’m actually only getting this on the dev site, my local implementation is fine.

    I’m also wondering if that’s simply something weird with the Template Hierarchy function when the override folder is present or not (default WP themes have no folder)

    We’re testing that and will get back to this thread.

Viewing 3 posts - 16 through 18 (of 18 total)