Help needed with calendar pro configuration

Home Forums Calendar Products Events Calendar PRO Help needed with calendar pro configuration

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1444900
    enginix
    Participant

    Hello I’d like to configure my Event Calendar PRO like this one (https://londoninternationalshippingweek.com/events/2017-09/), with fixed week to show (I need to show a sharp week without the possibility to change days for user).
    How can I setting it?
    thanx in advance

    #1445363
    Sky
    Keymaster

    Gabriele,

    To clarify, are you just wanting to remove the previous and next week links at the bottom of the page?

    If so, you can approach this two ways.

    The first approach is to create a custom template for the week view and remove the line of code that outputs the previous/next links. To do this, copy the week view template from events-calendar-pro/src/views/pro/week/content.php into your child theme in tribe-events/pro/week/content.php. Then just remove or comment out line 46 containing the tribe_get_template_part( 'pro/week/nav', 'footer' ) function call. For more information on customizing templates, please see our Themer’s Guide.

    The second approach is easier, but perhaps a bit hacky. You could just hide the links with CSS. For example,

    .tribe-events-week-grid .tribe-events-sub-nav {
    display: none;
    }

    Let me know if this answers your question, or if you have any others.

    Thanks,
    Sky

    #1465982
    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 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Help needed with calendar pro configuration’ is closed to new replies.