Forum Replies Created
-
AuthorPosts
-
Dan
ParticipantI think I was able to achieve what i wanted by removing some filters
$events_pro = \Tribe__Events__Pro__Main::instance();
remove_filter( 'post_type_link', array(
$events_pro->permalink_editor,
'filter_recurring_event_permalinks',
), 10 );
remove_action( 'tribe_events_pre_get_posts', array( $events_pro, 'pre_get_posts' ) );
remove_filter( 'wp', array( $events_pro, 'detect_recurrence_redirect' ) );
Dan
ParticipantHi Dan, “sponsors” was just a way to get context, we are not using any third party plugin, we just add some code ourselves. I see that there is an option to add fields, but I would need to add a group of repeating fields. Probably https://www.advancedcustomfields.com/ would work but I would not like to bring in too many dependancies. I’ll see what I can do in code, thanks.
Dan
ParticipantHi,
thanks, this makes sense, I’ll look into this.
August 6, 2015 at 1:17 pm in reply to: Community Events pages not rendering on WP_Engine HHVM #994032Dan
ParticipantI tried activating shortcodes with permalinks on but i simply get redirected to the /events/community/add page, which still shows the frontend. Isn’t there another way to force rendering on the form?
August 6, 2015 at 5:17 am in reply to: Community Events pages not rendering on WP_Engine HHVM #993821Dan
ParticipantHi George,
we still haven’t found out anything. Can you explain us why shortcodes are disabled when pretty permalinks are on?Would they break under a pretty permalinks setup?
-
AuthorPosts
