malford

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • malford
    Participant

    Had to revert to a previous copy of the plugin we cannot afford to have this broken live.
    Would like to be able to have it fixed regardless as it conflicts with our maintenance policies.

    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;
    }

    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.

Viewing 3 posts - 1 through 3 (of 3 total)