Previous and Next Month buttons

Home Forums Calendar Products Events Calendar PRO Previous and Next Month buttons

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1421579
    JOHN S.
    Participant

    Presently these two buttons are displayed at the bottom of the one month calendar view. Is there a way I can get these buttons to display at the top of the calendar view?

    #1422680
    Crisoforo
    Keymaster

    Hey, thanks for reaching out to our forums.

    By default the theme shows two navigation items on the header and footer the ones located on the header are hidden by default. You can add the following snippet of style to display the navigation on the header rather than the one on the footer.

    #tribe-events-header .tribe-events-sub-nav li,
    #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a {
     display: block !important;
    }
    
    
    #tribe-events-footer .tribe-events-sub-nav {
     display: none !important;
    }

    Another way you can customize this is by disabling the “Default stylesheet used for events templates” on:

    Events > Settings > Display

    To use a different CSS layout that relies more in the changes applied in your theme instead. Also if you want to go a step further you can always change how layouts are structured, we have a Themer’s guide that you can follow along describing the process in how to do this.

    Please let me know if you have any other questions about this issue or if there’s anything else I can do for you.

    Thanks,
    Crisoforo

    #1441759
    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 ‘Previous and Next Month buttons’ is closed to new replies.