Forum Replies Created
-
AuthorPosts
-
Cliff
MemberI’m sorry to hear that, but we cannot provide support for any SMTP or hosting issues like you described. You should try a different SMTP plugin or contact GoDaddy for further support on this issue.
Cliff
MemberSaha, we don’t have any known bugs about this issue. Therefore, I’d recommend following our Testing for Conflicts Guide (basically switch to Twenty Sixteen theme and deactivate all plugins and custom code other than Modern Tribe plugins) and see if that helps narrow down the cause of this.
Unfortunately, I know this means not having your site up and running the way you want, but an alternative is to do this on a testing site and try to replicate it yourself by doing testing/fake purchases yourself.
Cliff
MemberExcellent! I’m glad to hear it.
Cliff
MemberYou’re welcome. Thanks for your patience and understanding.
Cliff
MemberSorry about the issues here.
Please enable WP_DEBUG and WP_DEBUG_LOG and then fully delete The Events Calendar.
Then re-install it from the wp-admin plugins page.
If your site throws a 500 error, please check your WP_DEBUG_LOG file, located at wp-content/debug.log and let me know the contents of it.
Thanks.
Cliff
MemberFor renaming things, you might benefit from the Say What plugin (third party, not guaranteed by us).
Or you could use the code snippet you’re already using for these items:
From /wp-content/plugins/the-events-calendar-community-events-tickets/src/Tribe/Main.php:
- __( ‘Site Fee: %s per order’, ‘tribe-events-community-events’ )
- __( ‘Site Fee Percentage: %s%%’, ‘tribe-events-community-events’ )
The WooCommerce cart’s table of cart items:
- _e( ‘Product’, ‘woocommerce’ ); when the is_cart() conditional is true
I hope this helps you finish your project! 🙂
November 8, 2016 at 7:09 pm in reply to: Clicking "All Events" does not bring back to page with [tribe_events] shortcode. #1189456Cliff
MemberHi Adam.
Please check out this code snippet and see if it works well for you:
https://gist.github.com/cliffordp/acfde15af9cea91af4fbec168182fd1d
Best practice for adding custom code (like to implement a PHP snippet to modify The Events Calendar) is to create a functionality plugin, unless it’s something specific to your theme, in which case best practice is to make sure you’re using a child theme, then add the customization to your child theme’s functions.php file.
I hope this helps! Please let Hunter know how things turn out for you.
Cliff
MemberHi Seth.
You might benefit from referencing:
- wp_dropdown_categories() — see the “taxonomy” argument — you can see it in use here: https://github.com/moderntribe/the-events-calendar/blob/4.3.2/src/admin-views/aggregator/settings.php#L10-L15
- https://frankiejarrett.com/2011/09/create-a-dropdown-of-custom-taxonomies-in-wordpress-the-easy-way/ may also be of some help (just found it Googling)
I hope this gets you headed in the right direction for your custom coding. Please let me know if you have any follow-up questions on this topic.
Cliff
MemberHi Rob.
I’ve noticed this over the past few months too but am unsure why it outputs to the console even when the Debug option is disabled at wp-admin > Events > General tab > Miscellaneous section.
For the record, here’s what my local testing site displays at this time:
- Without debugEvents option checked: https://cl.ly/2a291A130O03
- With debugEvents option checked: https://cl.ly/0i2j2z3M1e10
I’ve logged this bug with our developers. I’ll mark this ticket as Pending Fix, which means this thread 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
MemberSaha, are you saying this issue on your site is resolved now? Please let me know.
Cliff
MemberThe Week View is horizontal by default. Here’s a link to our demo site’s: http://wpshindig.com/events/week/
And if you’re wanting the Week View in a different location, you could use the tribe_events shortcode.
Please let me know if this clears things up for you.
Cliff
MemberGregg, I do believe George fully answered your question at that other thread.
Mathew, thanks for giving Gregg that heads up.
Gregg, please let me know if it is it okay to close this thread or if you still needed help here.
Thank you.
Cliff
MemberStephanie, we have a CSV import but not a CSV export. We have an iCal import and an iCal export but it’s not a lossless way to move or sync events from Site A to Site B. This feature request is a solution offered to bridge this gap in functionality.
Therefore, the only full data move is via WordPress’ own import/export tools. Please reference Using WordPress Export Tools to Migrate Events Content and let me know if that answers your question.
Cliff
MemberPluto, thanks for sharing your code snippet. It works just fine for me:
- without custom code: https://cl.ly/41043L2X1g43
- with custom code: https://cl.ly/2a2R2J3b410S
If you need further assistance, please create your own thread.
Monica, please let me know if you need any further help here as well.
Please note that threads get Closed automatically after a couple weeks of inactivity. If it does get Closed, please open a new thread, adding your current problem description and also linking back to this thread.
Thank you!
Cliff
MemberPerfect. Thanks, Dan.
Rachel, please update me here or create a new thread if you feel that would be easier for you.
Please note that threads get Closed automatically after a couple weeks of inactivity. If it does get Closed, please open a new thread, adding your current problem description and also linking back to this thread.
Thank you!
-
AuthorPosts
