Forum Replies Created
-
AuthorPosts
-
Cliff
MemberI believe you could leverage one of these filters:
- tribe_events_get_current_month_day
- tribe_events_month_daily_events_query_args
Please reference https://theeventscalendar.com/tips-working-wordpress-actions-filters/ if you are not sure how to get started with WordPress action and/or filter hooks.
Cliff
MemberSarah, sorry no news yet. I pinged our development planning team to give them a heads up that you’re desperate for it.
A workaround could be to use the prior version of the Eventbrite Tickets plugin instead of using Event Aggregator as the importer for Eventbrite.
Is that an option for you?
Cliff
MemberYikes. Something obviously is wrong, but this likely isn’t a bug from our plugins, since others aren’t reporting the same.
Whenever troubleshooting, it’s best to 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 and doing other things on your site relevant to this ticket (such as visiting your site’s home page, events page, single-event pages, and anything else you can think to do).
If there’s nothing obvious (such as a console error or WP_DEBUG message) pointing you to what might be the problem, please follow our Testing for Conflicts Guide (basically switch to Twenty Seventeen theme and deactivate all plugins and custom code other than Modern Tribe plugins) and see if that helps narrow down the cause of this.
Note that https://wordpress.org/plugins/plugin-detective/ may prove helpful as well. (third-party, not guaranteed or supported by us)
Of course, we always recommend restorable database and file backups as well as performing modifications first on a staging site before modifying anything on your live/production site.
Please let me know how this goes for you.
Cliff
MemberOh, missed that. Sorry. I searched your page source for “rest” and forgot to search for “wp-json”.
I see the core WP REST API is enabled, since https://londonstreetsphotography.co.uk/wp-json/ works.
And I was able to replicate the same 404 error on my testing site so thanks for reporting this bug.
I marked this thread as Pending Fix, which means it should receive a reply once the applicable fix has been released. I cannot guarantee when it will be fixed as it’s in the development team’s hands now. They need to assign it, code it, test it, and schedule it for release.
I apologize for this issue and appreciate your understanding and patience.
Cliff
MemberHi, Brian. Thanks for keeping a close eye!
This snippet should do the trick for Spanish. Feel free to use it as a starting point for your own customization:
add_filter( 'gettext', 'tribe_109595', 999 ); function tribe_109595( $translated ) { $translated = str_ireplace( '%s - Attendee list', 'Lista de Asistentes - %s', $translated ); return $translated; }Please let me know how this goes for you.
Cliff
MemberHi, Math. Sorry you’re experiencing this. This isn’t currently a confirmed issue.
If you’re really unable to upload the plugin to your server via FTP, please contact your web host regarding permissions.
Please let me know how this goes for you.
Cliff
MemberHi, Paul. I visited https://londonstreetsphotography.co.uk/event/thames-bridges-300918/ and didn’t see what you reported. Are you still needing assistance with this issue?
FYI: I noticed you’re not on the latest versions. Could you please make sure all your Modern Tribe plugins (and WordPress core) are at their latest versions?
Cliff
MemberUnderstood. This product is stagnant for now until we figure out if it’s something we want to retool for a different payment platform, such as https://tribe.uservoice.com/forums/195723-feature-ideas/suggestions/13051791-add-stripe-to-community-tickets
Cliff
MemberHi. We’re always glad to hear positive feedback, and we welcome you to share it publicly at https://wordpress.org/support/plugin/the-events-calendar/reviews/?rate=5#new-post
Events Calendar PRO does have support for recurring events, if that’s what you’re after.
Last but not least, we have Bundles and a pretty great Refund Policy so you can buy one or many of our add-ons and thoroughly test them.
I hope this info helps. Let me know if you have any follow-up questions.
Cliff
MemberHi. I visited the links and they loaded fine for me.
However, we have this article that may help: https://theeventscalendar.com/knowledgebase/performance-considerations/
Please let me know if you have any follow-up questions on this topic.
Cliff
MemberHi. We do not provide styling support, per our Scope of Support / Terms.
You might try playing with this setting: wp-admin > Events > Settings > Display tab > “Events template” option — to see if changing it makes things work better for you.
If that doesn’t work, I’d suggest asking your theme author how-to for the tribe_events custom post type archive view.
Thanks!
July 31, 2018 at 12:05 pm in reply to: Register for Event w/o eMail Address (Event Tickets) #1587017Cliff
MemberHi, Paul. Thanks for your interest in our plugin suite.
You might be able to customize things to not require an email address, but it’s not an option we offer. If you need some coding help, you may want to ask your developer or reference our documentation and list of known customizers.
Or you could do what you suggested with various dummy email address(es).
Last but not least, we have Bundles and a pretty great Refund Policy so you can buy one or many of our add-ons and thoroughly test them.
I hope this info helps. Let me know if you have any follow-up questions.
Cliff
MemberHi, Paul. Thanks for your interest in our plugin suite.
Community Events (CE) does not require Events Calendar PRO, but if you have both then your CE users can create recurring events.
Please note that Community Tickets can only be used if you already have an existing PayPal Adaptive Payments account. If you don’t, do not purchase this plugin.
Last but not least, we have Bundles and a pretty great Refund Policy so you can buy one or many of our add-ons and thoroughly test them.
I hope this info helps. Let me know if you have any follow-up questions.
July 31, 2018 at 11:10 am in reply to: After Go Daddy installed Events Calendar Pro/Community Events….. #1586979Cliff
MemberHi. Sorry I’m not fully understanding your question, but we do not provide any styling support, per our Scope of Support / Terms. We also do not have our own “events” theme, although our demo site’s theme is available for download (unsupported) at https://wpshindig.com/download-mt-demo-theme/
There are themes tailored to integrate with our plugin, but we do not do the same for integrating with themes. Here are some themes that claim compatibility with our plugin:
- https://themeforest.net/category/wordpress?compatible_with=Events%20Calendar,Events%20Calendar%20Pro&referrer=search&utf8=%E2%9C%93&view=list
- https://theme-fusion.com/documentation/avada/special-features/avada-and-the-events-calendar/
- https://kb.wpbeaverbuilder.com/article/531-beaver-thmer-and-the-events-calendar-plugin
Please let me know if you have any follow-up questions on this topic.
Cliff
MemberThe plugin works without a license key installed. The license key is just to get automatic updates. Some people enter the license key in the Staging site so they can test the update there, then push Staging to Production.
Please clarify any missing pieces we’re not accommodating for your workflow.
-
AuthorPosts
