Forums › Forums › Search & Filter Pro › Woocommerce results not updating
Tagged: results, woocommerce
- This topic has 21 replies, 2 voices, and was last updated 8 years, 6 months ago by Trevor.
-
Trevor(Private) April 20, 2016 at 2:18 pm #43357
Hi
Normally, WooCommerce has its results in the div called main, like this:
<div id="main" ....
BUT …. in your case, that contains the left sidebar (including the search form) and the results. Search & Filter will not work with the results and search form in the same
Results Container
, which in your case is set (by default) to#main
Looking at the page code, I think that this needs changing to the class of the main content column:
.main-content
Notice the change from # to . reflecting the change from id to class.
That might be the cause, if not, get back to me.
-
AuthorPosts