diff --git a/themes/bootstrap3/js/visual_facets.js b/themes/bootstrap3/js/visual_facets.js index f2161b7f55a..162a6719219 100644 --- a/themes/bootstrap3/js/visual_facets.js +++ b/themes/bootstrap3/js/visual_facets.js @@ -68,6 +68,7 @@ function showVisualFacets(pivotdata) { $('#visualResults').html(''); $('.search-result-limit').css('display', 'none'); $('.search-sort').css('display', 'none'); + $('.search-stats').css('visibility', 'hidden'); $('.pagination').css('display', 'none'); $('.pagination-simple').css('display', 'none'); $('.bulkActionButtons').css('display', 'none'); diff --git a/themes/bootstrap3/templates/search/list-visual.phtml b/themes/bootstrap3/templates/search/list-visual.phtml index 2c85dba1450..ac73853ec06 100644 --- a/themes/bootstrap3/templates/search/list-visual.phtml +++ b/themes/bootstrap3/templates/search/list-visual.phtml @@ -5,6 +5,6 @@