• 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!!!

Viewing 1 replies (of 1 total)
  • A great plugin, yet you give it 1 star because you’re not specially adept in WP development to customise it yourself it seems… A little harsh.

Viewing 1 replies (of 1 total)
  • The topic ‘Great plugin with TERRIBLE STYLING.’ is closed to new replies.