Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author meg@info

    (@megainfo)

    hi @dran2013,

    With theme you use?

    Thread Starter dran2013

    (@dran2013)

    Mesocolumn theme

    Plugin Author meg@info

    (@megainfo)

    Hi,

    I was make a test with Mesocolumn theme v 1.3, there is no scrolling under activity status.

    http://img33.imageshack.us/img33/7050/0le4.png

    Make sure to update the plugin to the last version (remove the old plugin) and tell me if work.

    Regards,
    Mounir

    Thread Starter dran2013

    (@dran2013)

    I’m sorry, you are right. When I used the theme it was fine, but I made all the buttons bigger with CSS throughout BuddyPress and now I see that is what caused it to start scrolling. In the thread I linked to above, you made a fix for this area to be wider (already included in the latest version of Activity Privacy), I tried increasing the size in the code even further to allow more space for the bigger buttons but it didn’t work. Where should I try to increase this area to accommodate the larger buttons? I found the original BP buttons to be small and they crowded and overlapped as I added plugins that created buttons for the Members Directory and profile areas, so I also increased the padding and margins. Thank you so much for looking into this and for all your help!

    Plugin Author meg@info

    (@megainfo)

    I think the problem is resolved ?

    Thread Starter dran2013

    (@dran2013)

    yes and no. I went back to the default size for form boxes and buttons to fit the privacy dropdown because I couldn’t find where in the files to increase the size of the area it is located. Back to default buttons, couldn’t style the buttons how I wanted without the scrolling effect.

    Hi,
    Great plugin with TERRIBLE STYLING. The scrolling was not solved from last updated version of the plugin using the js to adjust the height to 50px:
    //fix the scroll problem
    jq(‘#whats-new’).off(‘focus’);
    jq(‘#whats-new’).on(‘focus’, function(){
    jq(“#whats-new-options”).css(‘height’,’auto’);
    jq(“form#whats-new-form textarea”).animate({
    height:’50px’
    });
    It gets overridden

    I tried a css workaround in my twentythirteen child theme(style.css):
    #buddypress form#whats-new-form #whats-new-submit {
    float: right;
    margin-top: -1px;
    }

    But if you take into consideration a user with a mobile, then no chance:(((

    Another issue It would be nice if you change the privacy name to match those used in Buddypress Xprofile Custom Fields Type plugin Nobody instaid of only me:)

    Unfortunately i have to uninstall the plugin until you resolve the css scrolling problem.

    Any body knows a good alternative!!!

    Very useful but tried with child theme of twenty twelve, no way to fix this issue, I’m not CSS expert 😉 many thanks in advance to share your fix, if somebody know how do

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘privacy dropdown scrolling’ is closed to new replies.