month view

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1086348
    hrr
    Participant

    Hi

    How can I go from one month to the next – or like in this example from march to april:

    http://locarty.ch/events/month/

    Thanks

    HRR

    #1086917
    George
    Participant

    Hey there,

    Usually there are “Next Month” and “Previous Month” links, but your theme or other code on your site is preventing these from displaying.

    You can see the usual links in action on our demo page here → http://wpshindig.com/events

    You can also use the date selector in the top-left of your events view.

    Is this information helpful?

    – George

    #1087151
    hrr
    Participant

    This reply is private.

    #1087404
    George
    Participant

    Thanks for this reply!

    I took another look and there’s actually broken CSS on your site 🙁

    I’m not sure where this is coming from, but I would recommend adding the following CSS to the bottom of your theme’s style.css file to get the pagination links to show:


    body #tribe-events-content #tribe-events-footer {
    display: block !important;
    }

    I hope this helps!
    George

    #1087497
    hrr
    Participant

    Thanks George, this was the solution!

    #1087528
    George
    Participant

    Glad to hear it—sorry for the roundabout way of getting to this solution, but glad it finally helped.

    Make a backup of that code and/or bookmark this thread for future reference—unfortunately, if you update your theme that CSS change could get overwritten and you would need to add this tweak back to your theme’s style.css file.

    Best of luck with your site!
    George

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘month view’ is closed to new replies.