Remove date on an event

Home Forums Calendar Products Events Calendar PRO Remove date on an event

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1161191
    Emily Marquis
    Participant

    I have an “event” or challenge that is an on-going online seminar that people can sign up for at anytime. I want it to always appear as my first event, but not list to date to confuse people. The should be “anytime”.

    I hope that makes sense.

    Thanks,
    Emily

    #1161284
    Andras
    Keymaster

    Hi Emily, welcome to the forums!

    Thanks for using our plugins and going Pro! Let me try to help with your question.

    Your question totally makes sense. In which view would you like to have this? Our plugin handle sticky posts in month view, but I suppose that’s not what you are looking for.

    Let me know.

    Thanks and cheers,

    Andras

    #1161317
    Emily Marquis
    Participant

    The main thing I don’t want is the date of the event to appear to confuse people, in any view including when you click on the individual challenge. Then yes, always have it appear first as a second priority. I prefer list or photo view for the event page.

    Thank you!
    Emily

    #1161446
    Andras
    Keymaster

    Hi Emily, thanks for clarifying!

    Hiding the date & time:

    This solution is to hide it for one non-recurring event. If you need it for a recurring event, then let me know which one.

    So, first you will need to get the id of the event for which you want to hide the date. You can get this when you edit the event, just check the url in the address bar and it will be after post= like this:

    Cloudup fm4x5m4bebm

    Then add the following snippet to your theme’s style.css file. (Appearance > Editor > choose style.php on the right side.) I recommend using a child theme to preserve the settings in case of a theme update.

    .post-284 .tribe-event-schedule-details { display: none; }

    In this code replace the ‘284’ with the id of your post.

    That should solve the date question.

    For making it sticky, please give me some more time. I need to look into that and ask around a bit.

    Thanks and cheers,
    Andras

    #1171048
    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 ‘Remove date on an event’ is closed to new replies.