Good news! “Girlie” at the Thesis forum came through with an answer that worked:
1) Create a Custom Template named “Advanced Search”.
2) Copy the Page Template to the new “Advanced Search” Custom Template.
3) Assign the “Advanced Search” Custom Template to the Advanced Search Page.
4) Add this code to your Skin’s custom.php file:
PHP Code:
remove_action( ‘template_redirect’, ‘acps_results_template_redirect’, 1 );
And it worked!