Home › Forums › Calendar Products › Events Calendar PRO › Change Title Name
- This topic has 9 replies, 2 voices, and was last updated 8 years, 2 months ago by
taap.
-
AuthorPosts
-
January 21, 2018 at 3:18 pm #1431941
taap
ParticipantHello,
How do I change the Title Name of my new calendar? It currently show the demo name “tribe_events”. I cannot locate where to change it: http://theartsadvocacyproject.com/events/
Thank you,
MonaEJanuary 22, 2018 at 1:51 pm #1432890Geoff B.
MemberGood evening Mona and welcome to the Events Calendar Support forum!
Thank you for reaching out to us.
I would love to help you with this topic.It sounds like your WordPress theme is struggling with finding the appropriate title.
Try temporarily reverting back to a default WordPress theme such as twenty-sixteen to see what I mean.Thankfully, this is usually very easy to fix by either:
- Tweaking your WordPress theme files
- Using a code snippet.
To get started, I would recommend reading the following:
- https://theeventscalendar.com/knowledgebase/titles-in-yoast-seo/
- https://theeventscalendar.com/knowledgebase/configuring-the-events-calendar-with-constants/
Could you please send me a copy of the latest version of your WordPress theme / child theme via a link to a .zip file link (stored Dropbox or Google Drive) so that I can run some tests on my end ? I recommend a private reply for that purpose.
Please ensure you are using the latest files as found on your actual website.
This way I will get access to any updates or customizations you might have made.Best regards,
Geoff B.
January 22, 2018 at 5:29 pm #1433066taap
ParticipantThis reply is private.
January 23, 2018 at 8:04 pm #1434274Geoff B.
MemberGood evening Mona,
Thank you for the files.
As I suspected, the issue stems from the theme.
There are 2 approaches to this:- Head over to Events -> Settings -> Display and select Default Event Template under Events Template
- Customize the /wp-content/themes/eventum/lib/sub-header.php file (using your child theme)More specifically you will need to either:
a) Change the returned title for Archives
b) Add the code below at line 17 of that file
if ( is_post_type_archive( 'tribe_events' ))
{
echo ('Calendar');
}Let me know how that goes.
Best regards,
Geoff B.January 23, 2018 at 8:28 pm #1434295taap
ParticipantThis reply is private.
January 24, 2018 at 10:03 am #1434871Geoff B.
MemberHey MonaE,
I am glad my suggestion helped out.
Regarding the Google Map not displaying, it looks like you will need to setup your Google API exactly as instructed here: https://theeventscalendar.com/knowledgebase/setting-up-your-google-maps-api-key/
Currently, Google is returning an invalid API error message.
Let me know how that goes.
Best regards,
Geoff B.January 28, 2018 at 3:36 pm #1438472taap
ParticipantThank you Geoff,
It is working. One more questions please.
How do I make the email an active link in the events? See page:
http://theartsadvocacyproject.com/event/visions-art-show-auction/
Under organizer, the email is not active.February 7, 2018 at 4:57 pm #1447082Geoff B.
MemberGood evening Mona,
First off, I would like to apologize for the delay answering.
We are currently experiencing a higher level of requests than usual.To make matters even worst, this coincided with our annual team retreat which makes up for an overall really long reply time.
Please rest assured that we are working hard at correcting this situation.
We appreciate your patience while we try to normalize things.You could apply the following snippet in the functions.php file of your theme (without the PHP tag at the top): https://gist.github.com/GeoffEW/4ccef04ab841c0be2e1083b0733057cd
But first to be extra safe, before making any changes to your functions.php file, you should make a backup of that file.
Let me know how that goes.
Best regards,
Geoff B.March 1, 2018 at 8:35 am #1467305Support Droid
KeymasterHey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.
Thanks so much!
The Events Calendar Support Team -
AuthorPosts
- The topic ‘Change Title Name’ is closed to new replies.
