[Support request] Smooth Scrolling Not Working even though the option is enabled.

Home Forums Support [Support request] Smooth Scrolling Not Working even though the option is enabled.

Home Forums Support Smooth Scrolling Not Working even though the option is enabled.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1482213
    Hefin

    Hi,

    So on I have this issue on the site i linked below..

    The smooth scrolling isn’t working, even though I have the option enabled from Customize >> General

    and also added

    add_filter( 'generate_smooth_scroll_elements', function( $elements ) {
      $elements[] = 'a[href*="#"]';
      
      return $elements;
    } );
    #1482372
    Leo
    Staff
    Customer Support

    Hi there,

    Replace:
    <a name="by-type"></a>

    with this:
    <a id="by-type"></a>

    https://www.screencast.com/t/iKgFmdHg3anE

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.