Arrows for Month-to-Month Navigation

Home Forums Calendar Products Events Calendar PRO Arrows for Month-to-Month Navigation

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #796836
    idgmedia
    Participant

    Hello,
    I’ve searched a few times on this topic and keep getting all turned around about the answer. We recently added The Events Calendar Pro to a client’s website and I’m looking for a way to add simple arrows to the Month Calendar so a site user can navigate from one month to the next without having to use the search feature. Is there a way to do this?

    #797069
    Brian
    Member

    Hello idgmedia,

    Thanks for purchasing the pro version of our plugin. Thanks for searching for an answer as well.

    There usually are Next and Previous Month Links already to go between calendars.

    I took a look at your site and see they are hidden.

    Please add this css to your theme or through a plugin such as Simple Custom CSS and see that if that shows a link under the month.

    #tribe-events-content #tribe-events-footer .tribe-events-sub-nav {
    display: block;
    }

    Let me know if that works for you.

    Thanks

    #797325
    idgmedia
    Participant

    It did, thank you so much! If it’s not too much trouble, how do I get the navigation on top of the calendar instead of below it?

    #798856
    Brian
    Member

    Sure can.

    Try this coding instead and remove the other if you want to hide the bottom nav:

    #tribe-events-content #tribe-events-header .tribe-events-sub-nav {
    top: 0;
    }
    #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;
    }

    Both are needed to display the top links correctly.

    Let me know if that works.

    #798946
    idgmedia
    Participant

    Perfect! Thank you for the great service =)

    #799186
    Brian
    Member

    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.

    By the way, if you have a minute or two, we would love it if you’d write a few words for us here: http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5

    Thanks!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Arrows for Month-to-Month Navigation’ is closed to new replies.