Hi Shamin Hasan,
Thank you for your plugin, I use the version 4.8, I have added the code in my theme’s functions.php, but it still redirect full page like jumping to top.
add_filter( 'fep_query_url_without_esc_filter', function( $url ){
return "{$url}#fep-wrapper";
}, 99 );