Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Forum: Reviews
    In reply to: [MesoColumn] terrible theme
    Thread Starter amboambo

    (@amboambo)

    Thank you for your reply. Please try to view the theme demo using FireFox.
    I’m waiting for your reply.

    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 2 replies - 1 through 2 (of 2 total)