Calendar Event Nav bar missing and Google maps not displaying

Home Forums Calendar Products Events Calendar PRO Calendar Event Nav bar missing and Google maps not displaying

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1078573
    Caroline Welsh
    Participant

    HI,

    I was previously in discussion with Cliff in support, although I haven’t got back to him with the WP-debug as I wasn’t quite sure show to go about this. Here is the link for the previous support ticket raised which I still need to resolve. https://theeventscalendar.com/support/forums/topic/missing-top-navigation-when-event-selected-cannot-edit-event/?action=answer&reply_id=1075712&check=fab889f6e43ae9f8a91d801a302b183f

    Since updating to the latest version however, the formating of events looks quite different and functionality like the Google Maps is no longer displaying. I know its not a a conflict with other plugins as this was working correctly before.

    As I’m not a developer myself any instructions given need to be simple for me to understand and act upon. I can call on a developer to help if its more complicated.

    Really appreciate the help!

    Caroline

    #1079600
    Caroline Welsh
    Participant

    This reply is private.

    #1079606
    Caroline Welsh
    Participant

    This reply is private.

    #1079922
    Brian
    Member

    Hi,

    Sorry for the issues on this.

    I can help resolve this.

    First for this:

    Calendar individual event (page:http://amnt.org/event/punter-southall-scheme-funding-addressing-the-challenges/): ‘Fatal error: Call to undefined function tribe_events_single_event_meta() in /var/www/vhosts/amnt.org/httpdocs/wp-content/themes/porcelain-child/tribe-events/single-event.php on line 62’

    The function giving the fatal error, tribe_events_single_event_meta() was deprecated 18 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' );

    That should help with that.

    Already related to the single events this:

    Events calendar, single event page: ‘Notice: tribe_events_the_notices is deprecated since version 4.0! Use tribe_the_notices instead. in /var/www/vhosts/amnt.org/httpdocs/wp-includes/functions.php on line 3573’

    Looks like again you have outdated coding in your theme’s events custom template that needs to be updated. I cannot give instructions on that as it is not clear what was changed.

    Custom templates will be in this directory of your theme:

    yourtheme/tribe-events/

    Simply deleting them will help the issue, but it might change the layout of the single events or any other views that have custom templates.

    For this:

    Event calendar – month view: ‘Notice: bp_is_home is deprecated since version 1.5! Use bp_is_my_profile instead. in /var/www/vhosts/amnt.org/httpdocs/wp-includes/functions.php on line 3573’

    That is BuddyPress function and only a notice so although annoying it does not stop things from working like the fatal above.

    Let me know what you find out after looking into your custom templates.

    Thanks

    #1079954
    Caroline Welsh
    Participant

    Hi Brian,

    Thank you so much for helping me with the fatal error, I have been able to edit the code and this has fixed this issue, it has also fixed the top header, allowing me to edit individual events from the top menu bar which was my original query so thank you for resolving both!

    I’m not sure about he custom template though, as when I look into tribe-events, it only contains single-event.php so perhaps I don’t need to do anything here? Any ideas?

    Really do appreciate your help today!

    Best wishes

    Caroline

    #1079975
    Brian
    Member

    Hi,

    Glad things are moving forward.

    The template single-event.php in your theme is what I am talking about.

    You should be able to leave it as is for now.

    Although in that template you will want to replace

    <?php tribe_events_the_notices() ?>

    with this:

    <?php tribe_the_notices() ?>

    To remove that other notice and to help against issues happening in future releases.

    #1086269
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Calendar Event Nav bar missing and Google maps not displaying’ is closed to new replies.