• Resolved zuroma

    (@zuroma)


    I installed the plugin and put in a very basic filter:

    
    function gangFound_cpt_filters() {
        // globalize it so that we can call methods on the returned object
        global $my_cpt_filters;
    	
    	$filter_posts = ();
    	$filter_events = array_merge(  $filter_posts,	
    		array('gf_event_date' => array(
    		  	'name' => 'Event Start Date',
    			'meta' => '_EventStartDate',
    		  	'cast' => 'DATE'
    		 )
            ));
    	$my_cpt_filters = tribe_setup_apm('tribe_events',  $filter_events );
    }
    

    and now on the Edit Event page some javascript breaks. Editing anything, even types I’m not adding to tribe_setup_atm, eg a post, page, custom type, so much of the Javascript breaks. For example, clicking on “+Add New Category” does nothing. Trying to switch from Visual to Text in the editor does nothing.

    Disabling the call to tribe_setup_apm restores all the functionality.

    Is this a known issue and is it going to be fixed soon? I’d love to use this plugin.

    Thanks!

    • This topic was modified 6 years, 2 months ago by zuroma.
    • This topic was modified 6 years, 2 months ago by zuroma.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘This plugin breaks functionality?’ is closed to new replies.