Start and end times

Home Forums Calendar Products Events Calendar PRO Start and end times

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1348870
    marc Gaxiola
    Participant

    Our schedule should be the same every week for as long as we can foresee. I’d like the calendar to start at 6am and end at 8pm…is that possible?

    ALso I wasnt aware that it creates potentially hundreds of pages if you set a couple reoccurring events. That seems like a database/seo nightmare. Is there a way just to show a weekly calendar that looks the same without all those pages being created?

    Thank you

    #1348878
    Patricia
    Member

    Hey Marc,

    Thank you for reaching out to us!

    To achieve what you want and change the default start and end times please add the following snippet (without the PHP opening tag) in the end of your theme’s functions.php file:

    https://gist.github.com/nefeline/aceabe1f914a0583340396d25c0b2308

    I hope this helps! Let me know if you need anything else and I’ll be happy to assist!

    Regards,

    Patricia

    #1348882
    Patricia
    Member

    Hi Marc,

    One more thing:

    Regarding your second question, I’m afraid there’s no way to create recurring events without creating individual pages for each one of them.

    Please let me know if you need anything else and I’ll be happy to assist!

    Best Regards,

    Patricia

    #1348887
    marc Gaxiola
    Participant

    THank you for the speedy response, but it didnt work. it started at the right time, but it ends at 5am

    #1349130
    Patricia
    Member

    Hi Marc!

    Can you please make sure that you did change your event end time correctly?

    Please check this example: if I set the start and end times to 6AM and 8PM, I can see the change from my dashboard.

    Let me know if everything works as expected after updating your time!

    Thanks,

    Patricia

    #1349163
    marc Gaxiola
    Participant

    my screen doesnt look like yours, but as far as I can see its all set correctly.

    Now one difference is that we have multiple events between those time frames vs. 1 all day event, but each one is set correctly as far as I can see.

    6-7 am
    7-8 am

    6-7pm
    7-8pm

    other than that, it all appears to be correct. SOrry to be a pain, but I just cant figure this out.

    #1349652
    Patricia
    Member

    Hi Marc!

    Can you please send me a screenshot so I can better understand what is the issue you are experiencing and help you to solve it?

    Thanks,

    Patricia

    #1349659
    marc Gaxiola
    Participant

    This reply is private.

    #1350610
    Patricia
    Member

    This reply is private.

    #1350642
    marc Gaxiola
    Participant

    This reply is private.

    #1351085
    Patricia
    Member

    Hi Marc,

    Thanks for explaining, I see what you want to achieve now! The snippet I initially shared with you just changes the default start and end time for your events, it won’t affect your calendar front end at all! Please accept my sincere apologies for this misunderstanding.

    You can hide entire rows from your week view calendar via CSS, by adding a code like this one in your theme’s style.css file:

    .time-row-3AM {
        display: none !important;
    }

    In this example, I removed the entire 3AM row from my testing site.

    I hope this helps! Let me know if you need anything else and I’ll be happy to assist!

    Best regards,

    Patricia

    #1351108
    marc Gaxiola
    Participant

    No worries at all, I didnt do a good job of explaining it.

    I really appreciate the speedy responses. THank you very much

    #1351417
    Patricia
    Member

    Hi Marc,

    You are welcome 🙂

    Let me know if you need anything else and have a great day!

    Cheers,

    Patricia

    #1362133
    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 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Start and end times’ is closed to new replies.