Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    you can try to look into wp-fullcalendar/wp-fullcalendar.php function ajax()

    Thread Starter Dreb Bitanghol

    (@drebbitsweb)

    Thanks.

    As I look around, it seems like your

    self::$args = apply_filters('wpfc_fullcalendar_args', self::$args);

    is not working. If I add a filter the events won’t be showing up in the calendar.

    And one thing also, even if I remove the function ajax(), for the sake of testing, the calendar still works fine and whatever changes I made there obviously it won’t have any effect to the calendar. Or I might be missing something here.

    Looking forward to your response.

    Thread Starter Dreb Bitanghol

    (@drebbitsweb)

    I did a thorough look and figured out that event manager removes the action of wp-fullcalendar ajax function. Instead, they’ve added their own ajax functions in em_wpfc.php. The very reason why there’s still posts showing even if I have removed the ajax function (stated above).

    I have to comment out the remove_actions and add_actions they made there to enable the ajax functions in the wp_fullcalendar.

    I’m not sure though if the integration between the two is seamless considering there are conflicting codes such as this.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Show Pending Events (with Event Manager)’ is closed to new replies.