Home › Forums › Calendar Products › Events Calendar PRO › EVENTS IN box in upper right not reporting the date
- This topic has 7 replies, 3 voices, and was last updated 10 years, 10 months ago by
Support Droid.
-
AuthorPosts
-
November 20, 2013 at 2:02 pm #77711
morgana
ParticipantHi 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.
November 20, 2013 at 2:03 pm #77712morgana
ParticipantI forgot to say Thank you – Thank You for any help!!
November 20, 2013 at 5:08 pm #77761Barry
MemberThat’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?
November 21, 2013 at 6:21 am #77816morgana
ParticipantAh-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!
November 21, 2013 at 12:46 pm #77923Barry
MemberOK, 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.
November 21, 2013 at 1:46 pm #77931morgana
ParticipantYes, 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!November 22, 2013 at 2:58 pm #78268Barry
MemberThe 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!
July 7, 2015 at 6:29 am #982401Support 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 ‘EVENTS IN box in upper right not reporting the date’ is closed to new replies.
