michaelrayburke
Forum Replies Created
-
My hosting company seems to think they routed outbound connections made by PHP cURL as well.
Any other idea as to what might be wrong?
Thanks for the information. I emailed my host to look into this.
While I wait for a response, is there anything else that could be wrong?
@sc0ttkclark
Thanks so much for your help!The orderby worked. But the venue code for the template just gives the title of the page I have the shortcode embedded on for some reason.
I am working on this, but if you have another idea, that would be great too. 🙂 I just want to display the venue name with each event… after that, I have everything I need.
If there’s a reference sheet somewhere, that would be cool too.
@jimtrue you know, I am paying for the Tribe Event Calendar Pro plugin, and it turns out it doesn’t do exactly what I want it to do. I need the content to not only display customized for a certain page, I need the extended fields as well. I appreciate your help, so thank you for that, and if you can’t help any further or feel like what I am working on is unnecessary, that’s totally okay, cool? 🙂
I am fairly comfortable with PHP, but this solution is the easiest to continue the method I already have started to accomplish my goal.
- This reply was modified 6 years, 9 months ago by michaelrayburke.
Okay, I have two more problems. I appreciate the help you’ve given me and I am sorry if it seems I need to be handheld for this… but even if you point me in the right direction, I’d be happy.
When editing my template, I can’t figure out how to display the venue associated with the event as it isn’t listed under “Pod Reference” when creating the template… I am not sure if that is because venues are technically a CPT or not. I don’t need the address to show, just the name of the venue.
I also am not sure how to organize the events by start time when inputting the shortcode.
Any ideas?
HALLELUJAH!
It works!!!
Thank you guys so much for your help!
This is the one I used:
[pods name=”tribe_events” where=”CAST( _EventStartDate.meta_value AS DATE ) = CAST( CURDATE() AS DATE )” template=”program screen”]Now, I need to finish the template and such, that will be easy. The only other question I have (and I may end up testing it out and figuring it myself, but thought I would ask while I have you here), is, how easy is it to order the events by the event start time?
Sorry if I am not getting it or if what I want to do is complicated. Please don’t give up on me, I will be specific and give you the information you need. I really appreciate the help with this.
Sorry not to be specific.
At first I got a SQL error, but I think I just entered something incorrectly. Now, I just see a blank spot – so it’s like it is trying to work.
Now, I just tried the new example, and still, just a blank spot. No error, but no events are listed.
Any other suggestions? Is there more information I can give you to help point us in the right direction?
So, I tried that “where” in the shortcode… still no good. 🙁
Here is my shortcode below.
(Note, in my above comment, I posted the wrong template name.)
[pods name=”tribe_events” where=”CAST(_event_start_date.meta_value as DATE) = CURDATE()” template=”program screen”]
Any other ideas?
So, if I insert this where, whenever I visit the page, it will show the events of the current date?
@sc0ttkclark here is the shortcode:
[pods name=”tribe_events” template=”bp slider”]@jimtrue I want to show the current date at all times… is math involved with that? The problem with the Tribe shortcodes is that the out of the list and day events layout isn’t what I need. I know I can edit it through that plugin too, but I like the pods template I designed.
Hopefully there’s a way to do this. 🙂
Sorry for the late reply!
This particular website, I was using shortcodes. I would prefer to use this method if it can be done.