Dan

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Modify url structure for recurring events #1120332
    Dan
    Participant

    I 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' ) );

    in reply to: Adding a repeating field to an event #1106261
    Dan
    Participant

    Hi 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.

    in reply to: Recurring Events with different venues. #1104866
    Dan
    Participant

    Hi,

    thanks, this makes sense, I’ll look into this.

    in reply to: Community Events pages not rendering on WP_Engine HHVM #994032
    Dan
    Participant

    I 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?

    in reply to: Community Events pages not rendering on WP_Engine HHVM #993821
    Dan
    Participant

    Hi 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?

Viewing 5 posts - 1 through 5 (of 5 total)