Viewing 7 replies - 1 through 7 (of 7 total)
  • Brook

    (@brook-tribe)

    Howdy Loret,

    We would love to help as best we can. But that is not a common problem so it does not really have a generic solution. Could you share a link to your website so that the community here could actually see the site in question, and then maybe see if we can find a fix?

    Cheers!

    – Brook

    Thread Starter loretpao

    (@loretpao)

    Hi Brook, thanks a lot for your answer.
    Here is an event page example: https://www.nonsoloseo.it/demo/waldorfbrescia/evento/dolce-sano/
    On the top, event countdown doesn’t work, as well as at the end of the page, footer doesn’t appear. If I’m logged in, only on this page WP settings bar does not appear as well.
    Thanks for your assistance.
    Loretta

    Thread Starter loretpao

    (@loretpao)

    Hi Brook, any solution for my problem jet?
    Thanks in advance ??
    Loretta

    Plugin Author Brian

    (@brianjessee)

    Hi,

    Sorry for the issues on this. I believe you are running into an issue with your theme having outdated templates.

    I can help resolve this. The function giving the fatal error, tribe_events_single_event_meta() was deprecated 20 months ago in 3.6 and removed in 3.11.

    To fix this you need to update your custom template single-events.php in your theme.

    You want to replace:

    echo tribe_events_single_event_meta();

    with this function:

    tribe_get_template_part( 'modules/meta' );

    Let me know if that resolves the issue for you.

    Thanks

    Thread Starter loretpao

    (@loretpao)

    Hi Brian!
    Thanks for your reply.
    My custom theme is a child theme for the Church and Event theme by Vamtam. There in no single-events.php file in the father theme…
    Maybe the name of the file is different for this theme?
    Thanks again!
    Loretta

    Plugin Author Brian

    (@brianjessee)

    Ok..

    To narrow down the issue please setup WordPress Debug to see what errors are showing when you try to recreate the issue a couple times in this file: /wp-content/debug.log

    After doing that if you have custom templates in there I would see about removing them and if that brings back the footer.

    Thread Starter loretpao

    (@loretpao)

    Hi Brian, thanks for your reply.
    Finally I’ve found the single-events.php in a theme folder… ??
    I’ve fixed it by following your instructions above ??
    Thanks again!
    Cheers,
    Loretta

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘WP get-footer function broken on single event page’ is closed to new replies.