Rename Events Calendar page name + remove calendar day colours

Home Forums Calendar Products Events Calendar PRO Rename Events Calendar page name + remove calendar day colours

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1230889

    Hi 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!
    Clare

    #1231111
    Geoff B.
    Member

    Good 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.

    #1232344

    This reply is private.

    #1233191
    Geoff B.
    Member

    Good evening Clare,

    Thank you for the files.

    1. 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.

    2. 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.

    #1249492
    Support Droid
    Keymaster

    Hey 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

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Rename Events Calendar page name + remove calendar day colours’ is closed to new replies.