Thanks, Ismael. There are two return true lines — one after the other — replacing the first one seemed to do the trick, like this:
if( defined( 'DOING_AJAX' ) && DOING_AJAX )
{
if(!is_admin() && is_page(1059))
{
return true;
}
}
return true;
}
Please let me know if that doesn’t seem right, to you. Otherwise, thanks again!