BUG - Vantage1.3 Refine Search sidebar fails to show
Hi,
On the Vantage1.3 build the "Refine Search" sidebar fails to display when searching by "Location".
There is a change made to "sidebar.php" that is preventing the "Refine Search" to display.
The "Refine Search" can be restored by changing the file "\vantage\sidebar.php", find the following line at the top of the file:
PHP Code:
<?php if ( is_search() && get_query_var( 'st' ) ) : ?>
and change it to:
PHP Code:
<?php if ( is_search() ) : ?>