Jim

Forum Replies Created

Viewing 8 posts - 31 through 38 (of 38 total)
  • Author
    Posts
  • in reply to: Map view displays only geoloc venues and events #996798
    Jim
    Participant

    Hey there,

    Any update on a fix for this situation?

    in reply to: Map view displays only geoloc venues and events #994285
    Jim
    Participant

    This reply is private.

    in reply to: Map view displays only geoloc venues and events #993767
    Jim
    Participant

    Twenty-Thirteen is now active with only your plugins (+ maintenance mode). Symptoms are the same.

    in reply to: Map view displays only geoloc venues and events #993182
    Jim
    Participant

    This reply is private.

    in reply to: Map view displays only geoloc venues and events #992325
    Jim
    Participant

    Hi Nico,

    For venues that are not showing in the map view:
    “Show Google Map” is checked and the venue page shows the map with a marker in the venue location.
    The events also display the map with correct location.

    Some additional test symptoms:
    1. Removing the lat/long from a venue that previously displayed in map view: this venue’s events continue to display in map view. (tested with two venues).
    2. Paging to “previous events” in map view: events from venues that do not display future events are displayed in the listing but their venue marker is not displayed in the group map. Instead, the group map also includes a venue marker at 0/0 lat/long.

    in reply to: Templates not found in plugin folders #991141
    Jim
    Participant

    Hi Nico,
    That snippet worked, thanks.

    I also have found an additional issue, if you can help here, or should I start another thread?

    Simply, it seems, the map view will only display events for a venue that has added lat/long data. No other venues/events are displayed in map view. The geoloc/update notice is not displayed.

    in reply to: Templates not found in plugin folders #989770
    Jim
    Participant

    Hey, Nico,

    The 3.11 upgrade did fix the 404 problem.

    #2: When using the “Skeleton Style” or “Full Style”: the PREV/NEXT menu links found at the bottom of the event list/month/day etc. display normally and also appear at the top of the list/month/day etc.

    When using the “Tribe Events Styles”: the top prev/next links do not display at all. They are of course output in the HTML, but apparently lack the proper CSS to display them. I found that the snippet provided revealed the existing PREV Link when using “Tribe Events Styles” – but not the NEXT link.

    Both of the PREV/NEXT links are contained inside “#tribe-events-header .tribe-events-sub-nav li”, so increasing its priority won’t help.

    I was hoping not to have to troubleshoot this.

    in reply to: Templates not found in plugin folders #989032
    Jim
    Participant

    < My earlier reply somehow got binned. >

    Thanks, Brook.

    1. That snippet put me on the right path.

    2. This can be (partially) achieved by CSS with this snippet. The nav items are present in the header output, but hidden. This works fully on Skeleton Style and Full Style, but on Tribe Events style it only half works: the “next” nav in the header does not display (“prev” does). Hints here would be most helpful to keep me from having to compare the three stylesheets 🙂

    #tribe-events-header .tribe-events-sub-nav li {
      display: inline-block;
    }

    Something new: In a view that contains divisions (e.g. month contains weeks, weeks contains days, etc.), but has no content on the division (e.g. month no events for this week, week has no event for today), TEC returns “Page not found”. I had expected this to be handled as in the demo: “No events scheduled for Month dd, yyyy. Please try another day.” Resaving permalinks did not help.

Viewing 8 posts - 31 through 38 (of 38 total)