Infinit scrolling for search and native wordpress "product search" not working
-
Hi,
After update to 3.0 Woodmart version the native wordpress product search widget is not searching for any post type. http://prntscr.com/l1jrs4
Also Infinite scrolling not working for search -> https://kuryba.has.lt/?s=kauk%C4%97+repair&post_type=product
Hello,
Thank you so much for contacting our support center.
1. Try to edit this file woodmart/searchform.php
and replace this line woodmart_search_form();
with this code
woodmart_search_form( array(
'ajax' => false,
'post_type' => 'post'
) );
2. Infinit scrolling doesn’t work on the search results page.
Kind Regards
XTemos Studio
Hi,
It still stays the same, after updating woodmart/searchform.php -> http://prntscr.com/l1k48c
Infinit scrolling – if we stick with pagination, then how is it possible to set it up in a way that on a page click it redirects user to top of results instead of staying at the bottom of the page?
Please, send us your FTP access so we can check it.
You can enable Scroll to top after AJAX
in Theme Settings -> Shop.
search works fine now, its just that native wordpress widget is not working with woodmart 3.0 as it should, instead we need to use your developed widget.
We will fix this in our next theme update.
Thank you