Support Forums

The forums are closed and will be removed when we launch our new site.

Looking for support? You can access the support system via your account.

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)
  • Daniel Smith
    #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 Moderator
    #183081

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

    Daniel Smith
    #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 Moderator
    #183085
    This reply has been marked as private.
    Daniel Smith
    #183088
    This reply has been marked as private.
    Trevor Moderator
    #183090
    This reply has been marked as private.
    Daniel Smith
    #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.
    Daniel Smith
    #183590
    This reply has been marked as private.
Viewing 9 posts - 11 through 19 (of 19 total)

The forum ‘Search & Filter Pro’ is closed to new topics and replies.