• Resolved timmmmyboy

    (@timmmmyboy)


    Have a weird bug that only appears when adding certain items to the sidebar like a Twitter widget. When scrolling the site jumps back up near the end. Site is at http://netpoweredlearning.com/. Tried disabling plugins but it’s consistent and seems to be a javascript issue (nothing shows up in the console though). Any idea what might be causing that?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for using Author!

    I think what’s happening is that the JS used for the scrolling functionality in the sidebar is getting the height of the sidebar, and then the twitter embeds are loading up and making the sidebar taller than it expects.

    Could you try adding the following CSS to test this:

    .widget_text .twitter-timeline {
      min-height: 600px;
    }

    You can copy and paste that code into the “Custom CSS” section in the Customizer (Appearance > Customize). Once added there, it should take affect right away.

    Thread Starter timmmmyboy

    (@timmmmyboy)

    That worked! I had to change it a bit to match up the classes being used:

    #text-6 .textwidget {
      min-height: 600px;
    }

    But it worked perfectly. Thank you so much for being active on these forums and helping me out!

    Theme Author Ben Sibley

    (@bensibley)

    Yea no problem!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Scrolling issue’ is closed to new replies.