Forum Replies Created
-
AuthorPosts
-
Cliff
MemberKate, that “Search” text is coming from this code: https://github.com/moderntribe/the-events-calendar/blob/4.3/src/Tribe/Main.php#L4437
Therefore, I believe your code is probably correct except for this part:
domain === 'tribe-events-calendar'It should be “the-events-calendar”, not “tribe-events-calendar”.
Please reference the current version of this code snippet at the end of this KB article: Change the wording of any bit of text or string
Thanks!
Cliff
MemberThomas, I processed your refund request for Event Aggregator via email, and I appreciate your thoroughness and thoughtfulness.
Also, thanks for your past your continued support of our other products. I passed along this forum thread and your email thread to Support management to make sure your concerns are heard by more than just me.
Also, feel free to document your requests for Event Aggregator (which will continue receiving bug and feature updates over time) at https://tribe.uservoice.com/forums/195723-feature-ideas/category/181798-event-aggregator
Have a great weekend, and I hope we can impress you with Event Aggregator in the future.
October 14, 2016 at 2:35 pm in reply to: List Seminars in main events calendar, but not each seminar event #1176856Cliff
MemberAnother idea: maybe use tag__not_in or else add some post meta as a type of flag and add a NOT IN type meta query. I hope this might help with your customization.
Cliff
MemberKelli, here’s the other snippet:
https://gist.github.com/cliffordp/ab1f7c4d95723ee6f892
I’m uncertain what you have in mind for this:
Even if I can create a page with all the info for all the races on it, I can at least copy and paste and put it in an excel file would help.
If you have an “HTML table layout” in mind, I’m guessing you would have to create a custom output. Then you could copy/paste this into Excel and then use it in our CSV import if that’ll help you move it from Site A to Site B.
October 14, 2016 at 2:05 pm in reply to: List Seminars in main events calendar, but not each seminar event #1176841Cliff
MemberHi Josh.
Yes, that’s what I was thinking.
I’m uncertain, but I believe tribe_events_pre_get_posts() might be what you’re needing to leverage.
Additionally, just FYI: the ‘post__not_in’ parameter — https://codex.wordpress.org/Class_Reference/WP_Query#Post_.26_Page_Parameters — cannot be reliably used in tribe_events_pre_get_posts() because post__not_in is used a lot throughout our plugins.
It should eventually be fixed to merge post__not_in instead of overwriting it, but that’s not the case at this time.
Cliff
MemberI’m glad that cleanup plugin helped.
Now, I’d suggest re-saving your WordPress Permalinks settings.
If that doesn’t work, I’d suggest following our recommended troubleshooting steps:
Follow our Testing for Conflicts Guide (basically switch to TwentySixteen theme and deactivate all plugins and custom code other than Modern Tribe plugins) and see if that helps narrow down the cause of this.
If it doesn’t, please enable WP_DEBUG and WP_DEBUG_LOG and share any PHP errors you see while changing tickets quantity, navigating your site’s home page, events page, single-event pages, and any other of your site’s pages relevant to this ticket.
Then, please share your System Information (while in Testing for Conflicts mode).
You might also see if you can spot any console errors at your site. (If needed, you may reference our KB article Using Google Chrome Developer Tools.)
Let us know what you find out.
Thanks.
Cliff
MemberGotcha. This is what I see after waiting more than a couple seconds — https://cl.ly/0r3A3H3B0z1c — a “Comments” section without any textbox to insert a comment. Maybe it’s because I’m logged out?
Anyway, to the point of the Comment area’s location, I’m unsure why it’s ending up there. If you use regular WP comments, does it appear there as well? If not, does it appear in your desired location?
Here’s a screenshot of enabling comments on my single Events page, running Twenty Sixteen theme: https://cl.ly/3R0r0m3Q0B3L
Cliff
MemberHey! Glad to hear it. You’re welcome. 🙂
Cliff
MemberHi Faris. Please make sure you have the latest version of Events Calendar PRO active on your site. You can obtain it from https://theeventscalendar.com/my-account/downloads/
Please let me know how it goes for you.
Cliff
MemberHi Thomas.
I’m very sorry to hear you’re so disappointed with Event Aggregator (EA). You’re welcome to Request A Refund, but I wouldn’t consider your request “respectful.”
I do understand the frustration of not having things work the way you were expecting them to. Whether we miscommunicated expectations or there’s an issue with a specific import or something else entirely, I definitely want to help where I can…
1) Was there a specific issue you were having trouble with, such as a specific iCal URL or Meetup group?
2) EA replaced our iCal Importer and Facebook Importer plugins. I don’t see either of those plugins in your purchase history; was there something that attracted you to EA that was different than one of those 2?
3) While it’s true we don’t have a true Site A to Site B “sync” or “push”, we do know of some users who use Site A’s iCal URL to import into Site B using EA, in which case a longer-term export is usually helpful.
Here’s an installable .zip file (install it at your Plugins screen) that adds two URLs:
- example.com/events/?ical=1&tribe_display=recently-published
- example.com/events/?ical=1&tribe_display=year
The first is useful when folks are trying to use the iCal importer to pull events from one website to another. It will contain any recently published or modified events. Note: It is subject to the postsperpage setting in WP-Admin > Events > Settings.
The second exports this year’s events (from January through December).
If preferable, there’s a code snippet to share just the events one year out from today. Let me know if this plugin works for you or if you want the code for exporting one year from today.
Please let me know if you have any follow-up questions on this topic.
Cliff
MemberHi Faris.
I visited your link and didn’t see any comments displayed there.
I can suggest that you enable comments by going to wp-admin > Events > Settings > General tab > check the “Show comments” option
This might help your site integrate comments for your single Event pages.
Cliff
MemberHi Kate.
Could you please specify which of the 2 “search” words you’re trying to alter — https://cl.ly/0e1r3L292b0i — #1 or #2 or both?
October 13, 2016 at 3:04 pm in reply to: List Seminars in main events calendar, but not each seminar event #1176297Cliff
MemberHi Josh. Thanks for those links.
Are you saying you want Breakfast Buffet to NOT appear at http://btu.org/events/ (which defaults to List View but you want to hide it from ALL views)?
If yes, do you the events you want to hide have anything in common (such as a specific Event Category or something else)?
Cliff
MemberHi Rachel.
Thanks for your detailed request.
Anytime there’s a “click and sends me back to top” issue, it’s typically a JavaScript issue.
Loading that page before clicking the “Add another organizer” link, I see this console error: https://cl.ly/060v1j32193a
(If needed, you may reference our KB article Using Google Chrome Developer Tools.)
===
I’d suggest following our recommended troubleshooting steps:
There might be some new updates available. Could you please make sure all your Modern Tribe plugins (and WordPress core) are at their latest versions?
Once you verify you’re on the latest versions, please test to see if the issue is still happening for you.
If it is, please follow our Testing for Conflicts Guide (basically switch to TwentySixteen theme and deactivate all plugins and custom code other than Modern Tribe plugins) and see if that helps narrow down the cause of this.
If it doesn’t, please enable WP_DEBUG and WP_DEBUG_LOG and share any PHP errors you see while changing tickets quantity, navigating your site’s home page, events page, single-event pages, and any other of your site’s pages relevant to this ticket.
Then, please share your System Information (while in Testing for Conflicts mode).
Let us know what you find out.
Thanks.
October 13, 2016 at 2:54 pm in reply to: Force external URL for events in specific category #1176291Cliff
MemberHi Dave.
We have this snippet available:
https://gist.github.com/cliffordp/3584b8aee70cde484700
You might be able to adapt it for your purposes.
tribe_is_event_category() might be a good help here.
Let me know how it goes for you.
-
AuthorPosts
