Woocommerce result count issue on load
-
Hi,
The problem is that when loading any page where WOOF is applied, the result counter at the bottom of the page appears wrong (the top resault counter is ok). To be more specific, the sort list should appear and the counter “Showing all results X” should appear on the same line. As soon as I apply a filter it appears correctly.
In the HTML code is that instead of showing up:
<div class="storefront-sorting"> <form class="woocommerce-ordering" method="get"> ... </form> <p class="woocommerce-result-count">Mostrando el único resultado</p> </div>
Appears outside the container:
<div class="storefront-sorting"> <form class="woocommerce-ordering" method="get"> ... </form> </div> <p class="woocommerce-result-count">Mostrando el único resultado</p>
As you can see, I work with the Storefront theme and disabling WOOF appears correctly.
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Woocommerce result count issue on load’ is closed to new replies.