Forums › Forums › Search & Filter Pro › Issue – theme pagination and one taxonomy filter
Tagged: pagination, rebuild cache, Taxonomy search
- This topic has 5 replies, 2 voices, and was last updated 10 years ago by
Ross.
-
Ross Moderator(Private) November 18, 2015 at 12:41 pm #30085
Hey Martina
To answer your questions:
1) There were some issues with pagination on occasion – I’ve just sent you an update which should hopefully fix this.
If this is still not working, then its possible your theme is doing something non-standard to the pagination. In this case, could you try the wp-pagenavi plugin? Usage should be something like:
wp_pagenavi();2) This is unusual. I think you could have something in a plugin or custom code that modifies the S&F query, rendering any selections for that custom taxonomy useless – something like a greedy
pre_get_posts?If this is not the case, then check the tabs Tags, Categories & Taxonomies, and also check the Post Meta tab – empty out any settings in these two tabs just for testing.
3) I’m afraid not, but this feature is in the making 🙂
Thanks
Anonymous(Private) November 19, 2015 at 12:30 pm #30178Hello Ross, thanks for the reply!
Issue 1 – I didn’t get a notification on my plugin to update it. I’m running some test with wp-pagenavi, but the theme is rather complicated to modify. I’ll see if I can find a way to make it work. Any other suggestions would be great.
About issue 2, I tried playing around with the two tabs but no luck, and I haven’t been able to find anything about
pre_get_posts. Tried creating the taxonomy anew and even tried creating it with a different plugin, but nothing changed. This is a really strange issue and I’m starting to suspect plugin conflict (there are A LOT active on the site). Any more thoughts on it?Another big issue I ran into was this one. Basically, woocommerce products getting created on the frontend and are visible on site, but the search won’t find them until the S&F form’s cache is manually rebuilt. Is there a function perhaps that I could add into functions.php (or somewhere else) that rebuilds the cache every X minutes? Or every time a product gets submitted? The woocommerce products are submitted frontend via this plugin.
One last question; any chance to get a roughly estimated time issue 3 will be deployed? The current workaround is not the prettiest but I’d like to report a possible time frame to the client 🙂
Ross Moderator(Private) November 20, 2015 at 12:20 am #30253Hey Martina
If you have plugins that modify the main query then there is a good chance they are interfering with the search query.
The logical thing would be to disable all other plugins, which at some stage we will have to do.
However, you could try creating another search form with the Shortcode display method (follow steps here: http://www.designsandcode.com/documentation/search-filter-pro/getting-started/creating-your-first-search-form/)
Should only take a few minutes to setup, then we can test whether this taxonomy works. The shortcode method is much less likely to be modified by other plugins than the other display methods – of course ignore anythign to do with layout in this test – we won’t be using it.
Thanks
Ross Moderator(Private) November 20, 2015 at 12:21 am #30254PS issue 3 has been on my list since the last major release (it just didn’t make it) but really honestly I can’t put a timeline to that now – as a guestimate I would say in the next few weeks.
Thanks
-
AuthorPosts