Forums Forums Search & Filter Pro BeaverBuilder still scrolling to end of page when viewing results

Tagged: 

Viewing 9 posts - 11 through 19 (of 19 total)
  • Anonymous
    #183079

    I’m using Beaver Themer as well. I’ve set up /articles as the posts page and there’s no scrolling there.

    D

    Trevor
    #183081

    The theme on this site is “Raven, built on Tidytheme’s Blankslate template”, not Beaver Themer?

    Anonymous
    #183083

    Themer isn’t a theme – it’s an extension for Builder that adds the ability to use the modular builder for theme elements such as archives, headers, footers etc. You add the hooks to your own template.

    Trevor
    #183085
    This reply has been marked as private.
    Anonymous
    #183088
    This reply has been marked as private.
    Trevor
    #183090
    This reply has been marked as private.
    Anonymous
    #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!

    Ross Moderator
    #183588
    This reply has been marked as private.
    Anonymous
    #183590
    This reply has been marked as private.
Viewing 9 posts - 11 through 19 (of 19 total)