frankorlando

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Upper Secondary Menu does not display on Events page #130603
    frankorlando
    Participant

    Everyone 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_menu

    PARAMETERS
    (null)$menu, (string)$theme_location

    RECURRING TYPE, DESCRIPTION
    (int) Which menu to use in a location.

    Is of relevance?

    in reply to: Fast Forwarding Widget removes event list #80956
    frankorlando
    Participant

    To clarify:
    December: no events
    January: 6 events
    February: no events

    The calender widget rolls forward to January, but the list part of the widget seems to still be querying December.

    in reply to: Fast Forwarding Widget removes event list #80955
    frankorlando
    Participant

    Sorry 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?

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