Moving next and previous month links in month view

Home Forums Calendar Products Events Calendar PRO Moving next and previous month links in month view

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #946811
    James C
    Participant

    Hi,

    I would like to move the previous month and next month links from the default below the month view to above it (so users can quickly advance through months in desktop and mobile). This thread does not seem to answer the question (nor the thread within the thread): https://theeventscalendar.com/support/forums/topic/moving-the-monthly-sub-navigation-nextprevious-links/

    Per the Themer’s Guide, I created /tribe-events/month.php and /tribe-events/month/nav.php but do not know what code to move around, remove, or insert to accomplish this.

    Thanks!

    #946882
    Brian
    Member

    Hello,

    Thanks for using our plugin. I can help you out here.

    The themer’s guide is one way to do this, but the coding is already there so just adding some css will show the links.

    Try this css:

    .tribe-events-month #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a, .tribe-events-month #tribe-events-header .tribe-events-sub-nav li {
    display: block;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Let me know if that helps.

    Thanks

    #947008
    James C
    Participant

    This reply is private.

    #947039
    Brian
    Member

    I am glad to see you were able to figure it out.

    I am going to go ahead and close this ticket. If you have a similar issue or another in the future, please do not hesitate to create a new ticket.

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Moving next and previous month links in month view’ is closed to new replies.