Move Next/Previous month links from below month calendar view to above

Home Forums Calendar Products Events Calendar PRO Move Next/Previous month links from below month calendar view to above

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #887098

    Is this possible? What code pieces should I be looking for? Thanks.

    #887962
    Brian
    Keymaster

    Hi,

    Yes this is possible and I can help out with this.

    Many times the links are already there you just need to add some css to show them.

    Can you provide a link to your site and I will take a quick look and have some suggestions for you after that.

    Thanks

    #889095

    Sure, here’s the link: http://www.chathamartscouncil.org/calendar/
    Thanks!

    #889784
    Brian
    Keymaster

    Ok I found the links.

    If you use this:

    #tribe-events-content #tribe-events-header .tribe-events-sub-nav li,
    #tribe-events-content #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a {
    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

    #890782

    This reply is private.

    #891283
    Brian
    Keymaster

    Great, glad it helps, I am going to go ahead and close this ticket, but if you need any other on something else please post a new ticket.

    Thanks!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Move Next/Previous month links from below month calendar view to above’ is closed to new replies.