Forums › Forums › Search & Filter Pro › BeaverBuilder still scrolling to end of page when viewing results
Tagged: beaverbuilder
- This topic has 18 replies, 3 voices, and was last updated 6 years, 4 months ago by Anonymous.
-
Anonymous(Private) July 26, 2018 at 10:27 am #183574
I’ve temporarily ‘fixed’ this by adding the following to the custom template used to display the archive ;
if (get_query_var( ‘paged’, 1 ) == 0) { set_query_var( ‘paged’, 10000 ); }
If I unset the paged variable or set it to 1 the problem persists but with an arbitrary number it appears to function correctly, which is enough for me as a short term fix!
-
AuthorPosts