Sidebar not visible after updating TEC to 4.2.5

Home Forums Calendar Products Events Calendar PRO Sidebar not visible after updating TEC to 4.2.5

Viewing 7 posts - 16 through 22 (of 22 total)
  • Author
    Posts
  • #1156334
    Cliff
    Member

    Thanks for sharing that link. I don’t have a login to that site, but I reached out to Enfold support via email just to touch base and ask if they had any requests of us.

    At this point, I’ll leave it here unless/until you or I hear back with something specific for us.

    Thank you.

    #1156449
    Hans-Gerd
    Participant

    This reply is private.

    #1157347
    Cliff
    Member

    This reply is private.

    #1157771
    Hans-Gerd
    Participant

    Hi Cliff,
    thanks for information.

    Unfortunately I didn’t receive an answer from kriesi in the last four days.
    As soon as I receive news, I will contact you immediately.

    Best regards
    Hans-Gerd

    #1157772
    Cliff
    Member

    Okay. Thank you.

    (FYI: each time I receive your reply, I have to reply back to clear this topic off my To-Do list.)

    #1158187
    Hans-Gerd
    Participant

    Hi Cliff,
    I have received an answer from kriesi and now it works fine with enfold:

    Sidebar not visible after updating "the events calendar" to 4.2.5

    After I have substituted the snippet in functions.php, everything also works with TEC 4.2.5.

    add_action('after_setup_theme', function() {
    	if(is_child_theme()) remove_action('tribe_events_template', 'avia_events_tempalte_paths', 10, 2);
    });
    
    add_action('tribe_events_template', 'avia_events_template_paths_mod', 10, 2);
    function avia_events_template_paths_mod($file, $template)
    {
    	$redirect = array('default-template.php');
    	if(in_array($template, $redirect))
    	{
    		$file = get_stylesheet_directory() . "/tribe-events/views/".$template;
    	}
    
    	return $file;
    }

    Thanks for your patience and advice.

    Best regards
    Hans-Gerd

    • This reply was modified 9 years, 7 months ago by Hans-Gerd.
    #1158398
    Cliff
    Member

    I’m glad things are working for you now. Thanks for sharing.

    We’ll leave this here for others to reference in the future.

    Thanks to you and Enfold support.

Viewing 7 posts - 16 through 22 (of 22 total)
  • The topic ‘Sidebar not visible after updating TEC to 4.2.5’ is closed to new replies.