Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Solved] Why does vertical scroll buttons appear when u click inside post field?

  • @bphelp

    Participant

    WP 3.5.1 BP 1.7b1 Responsive Child theme. When I click in the post field on the activity page the post update button appears as it should be but this annoying vertical scroll button appears to the right of the post update button. Is there a remedy for this? I still want the post update button to be hidden until the post field is click in but I don’t want that vertical scroll to appear beside of it. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • @hnla

    Participant

    Use web developer tools to examine that textarea, see what properties are being applied to it, this is n issue with the theme you’re using it is likely applying some styling on a more specific level that is affecting the BP styles so you will need to locate and add your own / remove.

    @chouf1

    Participant

    hi @bphelp, @hnla,

    i had the same issue on my test site with BP 1.7b1 / wp 3.5.1 and the theme Roots. This theme is depending of legacy template witch is animating this part through buddypress.js

    The affected div is whats-new-options

    To avoid the scroll, I increased the heigth of jq(‘#whats-new-options’) from 40 (by default) to 60

    Go to /buddypress/bp-templates/bp-legacy/js/buddypress.js and do the change at your need, line 26 and 43

     

    @bphelp

    Participant

    @chouf1 Perfect fix, your my hero for today! Thank you so much!

    @chouf1

    Participant

    Glad to know that ! You’re welcome. 😉

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Solved] Why does vertical scroll buttons appear when u click inside post field?’ is closed to new replies.
Skip to toolbar