tribe_get_events not showing daily recurring event

Home Forums Calendar Products Events Calendar PRO tribe_get_events not showing daily recurring event

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1083202
    Admin
    Participant

    I have just about everything working as I need it to but I’m getting hung up on the recurring events not coming through. Here’s the
    tribe_get_events query (http://pastebin.com/njYBq1nn).

    I have a daily recurring event setup, on the day it starts, I can go to that day and it shows up but if I go in the future the event never shows up again.

    I’ve tried a variety of solutions and was wondering if someone could point me in the right direction. I don’t mind if the event shows multiple times(each day) for the search range that it occurs or just once in the query.

    Any help is appreciated, thanks.

    #1083497
    Josh
    Participant

    Hey,

    Thanks for reaching out to us!

    Taking a look at the snippet that you’ve provided, try removing the “<span class=”st_h”>tribeHideRecurrence'</span> <span class=”sy0″>=></span> <span class=”nu0″>1</span><span class=”sy0″>,” line or changing the value to “0”. </span>

    Let me know if that helps to get those recurring events displaying like you would like.

    Thanks!

    #1083512
    Admin
    Participant

    No that doesn’t do anything, both removing or setting it to 0.

    #1084270
    Josh
    Participant

    Hey Admin,

    Looking at your code again, what is the code that is setting the $tax_query and $start_date variables?

    Thanks!

    #1084353
    Admin
    Participant

    I’ve expanded my code snippet slightly to include what those vars are. Start date is a time stamp, and tax query is is the id of the taxonomy filter.

    http://pastebin.com/v5h3d4pi

    I’ve confirmed commenting those out does nothing.

    #1084493
    Admin
    Participant

    Version 4.0.3 if that matter

    #1085450
    Admin
    Participant

    I’ve updated to 4.0.7, I noticed there were no changes that could affect this but I still did it.

    Any update on this?

    #1086243
    Admin
    Participant

    Has anyone else had any problems with this?

    #1087181
    Josh
    Participant

    Hey,

    Sorry for the delayed response here.

    I did some testing and using “tribe_get_events” I was able to successfully get the recurring events to display in the results. A couple of more suggestions here:

    • Verify that the global setting for limiting recurring event instances isn’t checked (https://cloudup.com/cZI9cKBsuOA)
    • Try removing the start, end, and tax query arguments and see if that helps. If that works, you can debug by replacing each until the issue comes back. Unfortunately, even with the expanded snippet there are still variables that are used yet defined outside of the scope of the snippet.

    Thanks!

    #1094078
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘tribe_get_events not showing daily recurring event’ is closed to new replies.