Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, have you solved it?

    I found it’s happening to me. I don’t know when it has started to fail. In my case wp are showing default posts page instead.

    I tried to save permalinks and nothing changes. Only works if I set permalinks as simple:
    http://localhost:8888/?p=123

    But not with entry name.

    Thanks!

    I don’t know if that is the same infinite loop problem, but calling tribe_show_month inside a page template caused an infinite loop echoing again and again the main content of the page. Not only the calendar itself but also the previous and next contents.

    I supose it’s a kind of conflict of queries (a reset to an offset of results maybe). I’m using BeTheme’s Muffin Builder and I created a component for it to display the calendar using the tribe_show_month function and causing the problem.

    I’ve found that not calling

    do_action( 'tribe_events_after_footer' )

    in

    the-events-calendar/views/month/content.php

    escapes the problem.

    Hope it helps!

Viewing 2 replies - 1 through 2 (of 2 total)