Home › Forums › Calendar Products › Events Calendar PRO › Rename Events Calendar page name + remove calendar day colours
- This topic has 5 replies, 4 voices, and was last updated 9 years, 2 months ago by
richmondwomenscentre.
-
AuthorPosts
-
February 7, 2017 at 1:56 pm #1230889
richmondwomenscentre
ParticipantHi there,
I have 2 questions and am uploading a screenshot to cover both:
1) The page title for my Events Calendar is currently “Events Archive”. How do I update the text so it says “Events Calendar” for the page title and on the main calendar (where it currently just says “archive”)?
2) Can I remove the 2 types of grey that appear on days of the weeks that have events happening on them? I’d like it to be the same colour as the days with no events happening on them. Changing The Events Calendar colours unde WordPress’s “Customize” section doesn’t seem to do anything unfortunately.
Thank you!
ClareFebruary 7, 2017 at 11:20 pm #1231111Geoff B.
MemberGood evening Clare and welcome back!
Thank you for reaching out to us.
I would love to help you with these topics.1) The page title for my Events Calendar is currently “Events Archive”. How do I update the text so it says “Events Calendar” for the page title and on the main calendar (where it currently just says “archive”)?
This is most likely caused by the way your theme handles archives.
Try heading over to Events -> Settings -> Display and use different settings for “Events Template” to see if that helps.
If it does not 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.2) Can I remove the 2 types of grey that appear on days of the weeks that have events happening on them? I’d like it to be the same colour as the days with no events happening on them. Changing The Events Calendar colours unde WordPress’s “Customize” section doesn’t seem to do anything unfortunately.
Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:
.tribe-events-calendar div[id*="tribe-events-daynum-"] a, .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a {
background-color: none !important;
}Let me know if that helps.
Have a great day!
Geoff B.
February 9, 2017 at 1:17 pm #1232344richmondwomenscentre
ParticipantThis reply is private.
February 10, 2017 at 7:46 pm #1233191Geoff B.
MemberGood evening Clare,
Thank you for the files.
- The issue lies in the following file of your theme: /wp-content/themes/social-activity/framework/function/template-functions.phpSpecifically, there is no conditional for Events archives so it returns the default found at line 475. You could cheat by changing “archive” on that line with “Events”.
But I would recommend asking the theme author about this.
- This is actually totally my bad.Please put the following adjusted rule under Theme settings >General >Custom Codes > Custom CSS
#tribe-events-content.tribe-events-month table.tribe-events-calendar tbody td div[id*="tribe-events-daynum-"] a {
background-color: transparent !important;
}
Have a good weekend,
Geoff B.
March 4, 2017 at 8:35 am #1249492Support 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 - The issue lies in the following file of your theme: /wp-content/themes/social-activity/framework/function/template-functions.phpSpecifically, there is no conditional for Events archives so it returns the default found at line 475. You could cheat by changing “archive” on that line with “Events”.
-
AuthorPosts
- The topic ‘Rename Events Calendar page name + remove calendar day colours’ is closed to new replies.
