Forum Replies Created
-
AuthorPosts
-
August 3, 2018 at 6:19 am in reply to: Month View SmallScreen View no longer avaiable after update #1589507
malford
ParticipantHad 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.July 3, 2018 at 10:15 am in reply to: When there a no events in a month it disables navigation to next and previous #1566989malford
ParticipantFigured 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;
}July 3, 2018 at 9:58 am in reply to: When there a no events in a month it disables navigation to next and previous #1566974malford
ParticipantI 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 viewSo 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.
-
AuthorPosts
