Forums › Forums › Search & Filter Pro › Search & filter in sticky sidebar of woocommerce page issue
- This topic has 5 replies, 2 voices, and was last updated 5 years ago by
Trevor.
-
Trevor(Private) October 29, 2020 at 8:03 am #264511
Are you able to send me a live link/URL to your search page so I can take a look?
If this appears to be a theme issue, then I will let you know and try to help, but please understand that the scope of our technical support is limited.
What method of pagination are you using, for example, are you using infinite scroll? If so, does the problem happen if you use standard pagination?
What happens if you disable Ajax in our form?
Make sure that the Ajax Container in the form is correct for WooCommerce (it is often
.productsin WooCommerce, and not the WordPress default of#main).Trevor(Private) October 30, 2020 at 3:04 pm #264775I can see the issue. It is because your theme is using JavaScript to calculate the sidebar position etc. Try adding this code, but I think you may need to wrap it in a media rule to stop it applying to mobile:
#main .sidebar.fusion-sticky-sidebar .fusion-sidebar-inner-content.fusion-sidebar-stuck { position: fixed !important; top: 85px !important; overflow-y: scroll; height: calc(100vh - 85px); } -
AuthorPosts