// We listen every time a grid/template/content is initialized. window.WP_Grid_Builder && WP_Grid_Builder.on( 'init', function( wpgb ) { console.dir( wpgb ); // Holds all instances. wpgb.facets.on( 'change', function( slug ) { pp_offcanvas_oijtr5hndzls._close(); // Close PowerPack Menu On Facet Reset 'load_more' !== wpgb.facets.getFacet( slug )[ 0 ].type && wpgb.element.scrollIntoView(); // Scroll into view console.log("Facets Changing"); // Check it's working }); wpgb.facets.on( 'reset', function( facets ) { wpgb.element.scrollIntoView(); pp_offcanvas_oijtr5hndzls._close(); // Close PowerPack Menu On Facet Reset }); });