EVENTS IN box in upper right not reporting the date

Home Forums Calendar Products Events Calendar PRO EVENTS IN box in upper right not reporting the date

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #77711
    morgana
    Participant

    Hi there, I am a newbie w this calendar. In setting it up, I have the new version’s bar disabled at the top of the page. I have a box in the upper right (to the far right of Events for November 2013) that reports EVENTS IN Date … shouldn’t that say, EVENTS IN November 2013? If I can get it to do that, that’s fine, but if I can’t can I simply get that box to not show? I’m using Atahualpa 3.7.12 (BytesForAll) and don’t often run into conflicts with it.

    #77712
    morgana
    Participant

    I forgot to say Thank you – Thank You for any help!!

    #77761
    Barry
    Member

    That’s really there just to indicate to users that it is a field they can control – but you can certainly hide it with some CSS:

    .tribe-bar-date-filter { display: none; }

    You could add this to a custom tribe-events.css stylesheet, for example. Does that help?

    #77816
    morgana
    Participant

    Ah-ha, yes, that does help, Barry – thanks very much! It also opens the door to another question: if that’s a field I can control, how might I get it to report an actual date, instead of the generic “Date” it’s displaying currently? If I could get that to work, I might prefer that over hiding it. TIA for any info! All the best!

    #77923
    Barry
    Member

    OK, well adding something like this to your theme’s functions.php file could be one approach – you might need to tweak it to meet your exact needs though – as an alternative.

    #77931
    morgana
    Participant

    Yes, I see what you mean – thanks! To get it to say November 2013 instead of 2013-11 what would the edit be for the code: [ date(‘Y-m’) ] ?
    I hope I’m not being a pest; your answers are wonderfully helpful!

    #78268
    Barry
    Member

    The date formats are described in the PHP manual – but ‘F Y’ would probably do the trick here. I tend to recommend ‘Y-m’ since that is the default and will be consistent with what visitors will see if they navigate to a different month, etc.

    However, the choice is yours – good luck!

    #982401
    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 8 posts - 1 through 8 (of 8 total)
  • The topic ‘EVENTS IN box in upper right not reporting the date’ is closed to new replies.