Home › Forums › Calendar Products › Events Calendar PRO › Calendar Event Nav bar missing and Google maps not displaying
- This topic has 6 replies, 3 voices, and was last updated 10 years, 2 months ago by
Support Droid.
-
AuthorPosts
-
February 19, 2016 at 3:03 pm #1078573
Caroline Welsh
ParticipantHI,
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
February 22, 2016 at 1:25 am #1079600Caroline Welsh
ParticipantThis reply is private.
February 22, 2016 at 1:34 am #1079606Caroline Welsh
ParticipantThis reply is private.
February 22, 2016 at 8:45 am #1079922Brian
MemberHi,
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
February 22, 2016 at 9:08 am #1079954Caroline Welsh
ParticipantHi 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
February 22, 2016 at 9:22 am #1079975Brian
MemberHi,
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.
March 8, 2016 at 8:35 am #1086269Support Droid
KeymasterThis 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. -
AuthorPosts
- The topic ‘Calendar Event Nav bar missing and Google maps not displaying’ is closed to new replies.
