Chad

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Event Calendar Capabilities #1281588
    Chad
    Participant

    Thanks Shelby.

    I hope to hear from someone about the embedded calendars. With that functionality, I can promise a new Events Calendar purchaser…

    in reply to: New Template (not override) #1261675
    Chad
    Participant

    Thanks Victor. tribe_get_events() is definitely the easy way to go. Looks like it hooks into the WP post data as well – I was able to pull my ACF in the loop.

    Thanks!

    in reply to: Custom List Layout with Week Days listed on top #1258613
    Chad
    Participant

    Hi Trisha,

    Thanks so much for putting in extra effort on this! I realize it’s beyond the normal scope of “support”.

    Unfortunately I don’t think I have the time to flesh out the idea on my current project. Seems like it’s going to require a lot of extra effort.

    I’m just going to outline a few issues in the solution, in case someone else looks this up.

    1) I wasn’t able to predefine a start and end date with the following code:

    tribe_get_template_part( 'pro/widgets/this-week/nav', 'header', array( 'start_date' =>$current_active_festival_start_date, 'end_date' => $current_active_festival_end_date )

    2) This solution doesn’t integrate the filterbar, which is important in my case.

    3) The solution utilizes a widget while I was hoping to replace the default /events/ page. I imagine there’s probably an easy solution to this.

    4) Although the solution did display the weekdays up top, the list view below showed all events for the entire week. My goal was to be able to click on any of the weekdays up top, and see a list view for that particular day below. Even better would be able to select multiple days (as you can with the filterbar checkboxes) and have the selected days display below in list view.

    5) The ajax loading gif is permanently displayed.

    Thanks again Trisha!

    in reply to: Custom List Layout with Week Days listed on top #1257964
    Chad
    Participant

    Hi Trisha,

    Thanks for helping me out with this. It wouldn’t hurt for me to see your code, so please send that.

    I’ll may end up going with option #3. Are you envisioning a single custom page template that uses tribe_get_events to populate the jQuery tabs?

    The big issue there is that I don’t want to lose the filterbar functionality – I need to filter on other fields besides just the day of the week.

    What would be your approach?

    Thanks!

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