Forum Replies Created
-
AuthorPosts
-
frankorlando
ParticipantEveryone is getting back to me in such a timely manner 🙂
The theme author says “You can use time_nav_secondary_upper_display filter for that.”
I’m not sure what that means, but the filter for that menu is as follows:
NAME
time_menuPARAMETERS
(null)$menu, (string)$theme_locationRECURRING TYPE, DESCRIPTION
(int) Which menu to use in a location.Is of relevance?
frankorlando
ParticipantTo clarify:
December: no events
January: 6 events
February: no eventsThe calender widget rolls forward to January, but the list part of the widget seems to still be querying December.
frankorlando
ParticipantSorry the site is not yet live, as we are currently building it on a local server. Perhaps I can give screenshots and try to explain a little more clearly what the problem is.
http://postimg.org/image/nv2iojegt/
The photo above is a screenshot of the same widget in three states:
The first is the widget as it appears on initially visiting the page. It automatically rolls forward from the current month to the first month with events- in this case January. The events still show up on the mini calendar itself, but the list view does not appear.
The second image, we have clicked the forward button on the mini calendar and brought it to February, which has no events.
The third image, we have clicked the previous arrow on the month selector bar and come back to January…and now suddenly the events are listed.I think the problem may lie in the fact that I used the code from your tutorial here: https://theeventscalendar.com/fast-forward-to-the-next-upcoming-event/
It seems to me that the query for the event listing is happening before the roll forward for January, and is therefore finding no events for the month of December (current month), despite the code being in functions.php in the theme. Do you have any suggestions? -
AuthorPosts
