Forum Replies Created
-
AuthorPosts
-
Courtney
MemberWe released an update for this issue. Can you update your plugins (preferrably on a staging site) and see if that resolves the issue.
https://theeventscalendar.com/maintenance-release-week-13-november-2017/
Thanks
Courtney ?November 20, 2017 at 11:53 am in reply to: Latest Version Version 4.6.4 conflicts with WooCommerce Memberships plugin #1387413Courtney
MemberWe released an update for this issue. Can you update your plugins (preferrably on a staging site) and see if that resolves the issue.
https://theeventscalendar.com/maintenance-release-week-13-november-2017/
Thanks
Courtney ?Courtney
MemberWe released an update for this issue. Can you update your plugins (preferrably on a staging site) and see if that resolves the issue.
https://theeventscalendar.com/maintenance-release-week-13-november-2017/
Thanks
Courtney ?November 20, 2017 at 11:51 am in reply to: The Events Calendar conflicts with Advanced Custom Fields – Page Link field #1387407Courtney
MemberWe released an update for this issue. Can you update your plugins (preferrably on a staging site) and see if that resolves the issue.
https://theeventscalendar.com/maintenance-release-week-13-november-2017/
Thanks
Courtney ?Courtney
MemberWe released an update for this issue. Can you update your plugins (preferrably on a staging site) and see if that resolves the issue.
https://theeventscalendar.com/maintenance-release-week-13-november-2017/
Thanks
Courtney ?November 20, 2017 at 11:48 am in reply to: Conflicts with Advanced Custom Fields 5.6.5 (select boxes, specifically) #1387400Courtney
MemberWe released an update for this issue. Can you update your plugins (preferrably on a staging site) and see if that resolves the issue.
https://theeventscalendar.com/maintenance-release-week-13-november-2017/
Thanks
Courtney ?Courtney
MemberWe released an update for this issue. Can you update your plugins (preferrably on a staging site) and see if that resolves the issue.
https://theeventscalendar.com/maintenance-release-week-13-november-2017/
Thanks
Courtney ?November 20, 2017 at 11:44 am in reply to: The Events Calendar Breaking Select Post Dropdown on ACF Options Page #1387398Courtney
MemberWe released an update for this issue. Can you update your plugins (preferrably on a staging site) and see if that resolves the issue.
https://theeventscalendar.com/maintenance-release-week-13-november-2017/
Thanks
Courtney ?Courtney
MemberWe released an update for this issue. Can you update your plugins (preferrably on a staging site) and see if that resolves the issue.
https://theeventscalendar.com/maintenance-release-week-13-november-2017/
Thanks
Courtney ?Courtney
MemberWe released an update for this issue. Can you update your plugins (preferrably on a staging site) and see if that resolves the issue.
https://theeventscalendar.com/maintenance-release-week-13-november-2017/
Thanks
Courtney ?Courtney
MemberWe deliberately disallow multiple inclusions of the [tribe_events] shortcode. Some page builders render it once, early, for some reason – possibly to gather info – and again later, this time to actually display it within the page. This doesn’t work because we don’t allow that.
A use at your own risk possible solution can be found though. Add this snippet to either your child theme’s functions.php file or use the My Custom Functions plugin.
add_action( 'init', function() { add_shortcode( 'tribe_events', function( $atts ) { $shortcode = new Tribe__Events__Pro__Shortcodes__Tribe_Events( $atts ); return $shortcode->output(); } ); }, 100 );Thanks
Courtney 🙂Courtney
MemberThanks for sharing that. Byron, I’d love to know if this code works for you.
Thanks
Courtney 🙂Courtney
MemberThis reply is private.
Courtney
MemberSure thing Chris. Happy to help
Thanks
Courtney 🙂Courtney
MemberHi Janine
I did some more investigating into this.
We deliberately disallow multiple inclusions of the [tribe_events] shortcode. Some page builders render it once, early, for some reason – possibly to gather info – and again later, this time to actually display it within the page.
A use at your own risk workaround can be found though. Add this snippet to either your child theme’s functions.php file or use the My Custom Functions plugin.
add_action( 'init', function() { add_shortcode( 'tribe_events', function( $atts ) { $shortcode = new Tribe__Events__Pro__Shortcodes__Tribe_Events( $atts ); return $shortcode->output(); } ); }, 100 );Thanks
Courtney 🙂 -
AuthorPosts
