tribe_calendar_mini_grid() displaying differently than widget

Home Forums Calendar Products Events Calendar PRO tribe_calendar_mini_grid() displaying differently than widget

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #30400
    Kyle
    Participant

    Hello, I am having some difficulties with the tribe_calendar_mini_grid() template tag. When it displays it is far different than when inserting the mini calendar widget (same page, works fine). The ajax loads endlessly, can’t change months, and it displays words instead of arrows on the months. Has this come up before it all? Its very strange, I’m not even sure where to start trying to troubleshoot.

    #30402
    Barry
    Member

    Hi Kyle.

    The short story is don’t use it directly unless you’re also going to plumb in all of the other bits and pieces that the calendar widget requires and uses. It’s documented purpose is, “Displays the mini grid calendar table (usually in a widget).” And it does, but it doesn’t do anything else.

    If you want to use the calendar widget then the best course of action is to embed the actual widget itself inside a regular widgetized sidebar. By extension, if you don’t have a sidebar in the right place you would need to register a new one.

    Trying to do anything else, whether using tribe_calendar_mini_grid() in isolation, trying to embed the widget using a call to the_widget() or some other method, is not currently recommended. We do have a bug logged and once it is addressed it should become possible to make use of the_widget() API function – however work on that bug is still to begin/still pending.

    Sorry I can’t offer much else up on this occasion :-/

    #30404
    Kyle
    Participant

    Barry;

    That’s good to know so I don’t go nuts trying to get it to work. Thank you for the prompt reply!

    Kyle

    #30411
    Barry
    Member

    No problem, happy to have helped 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘tribe_calendar_mini_grid() displaying differently than widget’ is closed to new replies.