Forum Replies Created
-
AuthorPosts
-
January 11, 2018 at 7:22 pm in reply to: Active filters selected are not displayed when Find Events buttons clicked #1424281
Cliff
MemberHi, Karly. Sorry for the delayed reply here!
Did #1 work for you?
(I’m waiting to hear back about #2 from one of our developers.)
Cliff
MemberSorry for the delayed response, but I’m very glad to hear that.
If any issues arise again, please create a new topic.
Cliff
MemberSorry you’re experiencing these errors coming from Aggregator.
Could you please remove the non-working ones from Aggregator, do not re-add them yet, and then see if you are still getting new debug errors?
FYI: I should just delete the debug.log file. It will re-create itself if there are new errors or the file won’t exist if there aren’t any new errors.
I’m asking you to do this in case for some odd reason these non-working ones are somehow creating the debug errors.
Thank you.
Cliff
MemberI’m glad that’s what you were looking for. Have a great weekend.
January 5, 2018 at 12:56 pm in reply to: How can i get the recurring events inside the single event page? #1419192Cliff
MemberThanks for letting me know you got my message. Please let me know how this goes for you.
Cliff
MemberHi, Daniel. Sorry you’re experiencing this.
It sounds like you’ve done some great troubleshooting already.
Please enable WP_DEBUG and WP_DEBUG_LOG (which will create a file on your server at /wp-content/debug.log if there are any WP_DEBUG messages) and share any debug messages you see while trying to replicate this issue.
If that doesn’t surface any WP_DEBUG error messages, please send over all 7 of those URLs you’re importing and distinguish between the 2 working and the 5 not working and we’ll try to replicate this behavior.
If you’d like to keep these URLs just between us, please mark your reply as Private, which can only be done by replying on our forums, not via email reply.
Thanks.
January 4, 2018 at 8:50 pm in reply to: Getting an event from our calendar to another organization's calendar fully inta #1418573Cliff
MemberYou bet! Please let me know if you have any follow-up questions on this topic.
January 4, 2018 at 8:50 pm in reply to: I am trying to connect google calender to the plugin #1418569Cliff
MemberThanks for the quick replies! We’ll be happy to have you or your other clients back whenever the time is right.
I’ll close this thread, but please do submit the refund form I linked to in my previous reply.
Have a great Friday!
January 4, 2018 at 4:30 pm in reply to: How can i get the recurring events inside the single event page? #1418430Cliff
MemberHi, David. Currently the way a recurrence series works is by using the parent/child relationship between posts. The “series” is the parent and each “instance” is a child. Therefore, the WP_Query argument used is ‘post_parent’
Depending on what context you’re wanting to use PHP for, ‘post_parent’ is going to be key. /wp-content/plugins/events-calendar-pro/src/Tribe/Recurrence/Event_Query.php and other files in that directory are good reference.
Please let me know if you have any follow-up questions on this topic.
January 4, 2018 at 3:52 pm in reply to: I am trying to connect google calender to the plugin #1418428Cliff
MemberThis reply is private.
Cliff
MemberRereading your question, maybe single Venue pages are working and you just want to create a list of Venues. Please reference https://theeventscalendar.com/knowledgebase/listing-venues-and-organizers/
Cliff
MemberHi, Mark. The single Venue pages are only available with Events Calendar PRO active. Assuming that’s active on your site, please visit wp-admin > Settings > Permalinks and re-save Permalinks and see if single Venue pages then work.
Please let me know how this goes for you.
January 4, 2018 at 3:42 pm in reply to: Can an Expired Event remain visible for 72 hours after the expiration date #1418424Cliff
MemberHi. Please reference https://theeventscalendar.com/knowledgebase/using-tribe_get_events/
You might try using tribe_get_events to modify the request sent to WP_Query. You might be able to get the query’s start_date and alter it.
If you need some coding help, you may want to ask your developer or reference our documentation and list of known customizers.
Please let me know if you have any follow-up questions on this topic.
January 4, 2018 at 3:37 pm in reply to: Have featured events show at top of each day's events in Photo display #1418417Cliff
MemberHi, Diane.
Featured Events display at the top of each Month View’s day unless you uncheck the “Sticky in Month View” option per event.
This “Sticky in Month View” option is not relevant to other views: Photo, List, etc.
However, you could use the applicable filter(s) to customize this for your preference. https://theeventscalendar.com/knowledgebase/using-tribe_get_events/ might be helpful.
The /wp-content/plugins/events-calendar-pro/src/Tribe/Templates/Photo.php file also has some filters you might want to leverage.
If you need some coding help, you may want to ask your developer or reference our documentation and list of known customizers.
Cliff
MemberHi. You should be able to add body.single-tribe_events to the beginning of your CSS rule(s). For example:
body.single-tribe_events .zsiq_float,
body.single-tribe_events .zsiq_custommain {
display:block !important;
}Please let me know how this goes for you.
-
AuthorPosts
