I’ve got an issue with Geo Directory where i’m getting a blank page when people submit listings.
I’ve spoke to there support here: https://wpgeodirectory.com/support/topic/blank-page-2/
They’ve come back with the following response:
After doing some debugging found that Kleo theme causing problem. In Kleo theme it has filter used for wp_redirect that breaks the wp_redirect() redirects across the site.
It has code in file kleo\lib\importer\import.php from line no 99-103 (see following code)
COPY CODE
if ( defined( 'DOING_AJAX' ) && DOING_AJAX ) {
add_filter( 'wp_redirect', function () {
return false;
} );
}
After commenting these line the blank screen problem was disappeared.
Please ask the Kleo Team for the support.
Thanks,
Kiran