When there a no events in a month it disables navigation to next and previous

Home Forums Calendar Products Events Calendar PRO When there a no events in a month it disables navigation to next and previous

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1564145
    malford
    Participant

    Just recently upgrasded my Event Calendar and got Event Calendar Pro to get the shortcodes
    problem on standard month view if there are NO events scheduled for the month it will show an ugly “no results found”
    message and have no means of going to the next and previous months now.\

    Scheduling a dummy event is NOT an acceptable answer. could someone explain how i can get the next and previous
    month links to appear even on a month that has no events- I don’t consider killing those buttons to be a “feature”

    #1564719

    Hi Christopher,

    Welcome and thanks so much for reaching out!

    The following knowledgebase article contains a snippet for how to add Next/Previous links to empty months:

    https://theeventscalendar.com/knowledgebase/add-nextprevious-links/

    Let me know how that goes!

     

    Thanks,

    Jaime

    #1566974
    malford
    Participant

    I tried adding the code snippets in KNowledge BAse and it still has not resolved the issue

    It is not that I even want infinite month paginations

    I have events for June, I have events in August, I do NOT have events i July
    pagination markers appear in June in month view
    they do NOT appear in July month view
    they do appear in August month view

    So it would definitely help if in the July month view you can paginate to June or August.

    The code in the Knowledge Base has sadly not rectified this situation. Any assistance is appreciated.

    #1566989
    malford
    Participant

    Figured it out- eventually-
    It seems that in the above case the Event Calendar puts out a notice of no results found and also
    pushed the navigation up behind the month view nav by applying

    .tribe-events-notices + #tribe-events-header .tribe-events-sub-nav {
    top:-101px;
    }

    I have overriden all these styles as follows-

    .tribe-events-notices {
    display:none; // to hide the ugly “no results found” message
    }

    .tribe-events-notices + #tribe-events-header .tribe-events-sub-nav {
    top:-34px;
    }

    #1568149

    Glad to hear that you have found a resolution, and thanks for sharing!

    Since this issue has been resolved, I am going to close this thread.

    Have a great week!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘When there a no events in a month it disables navigation to next and previous’ is closed to new replies.