Support » Plugin: Verve Meta Boxes » sticky-note tweak

  • Ok, I love the plugin and all, but the sticky-note popups (aka description) is just plain broken.

    Literally, if it wraps in new line, it breaks and looks silly.

    Although I don’t like to do this to (good) plugins, I changed a line in JS so it would look better.

    in verve-meta.js, 73, this:
    $(this).next().toggle();
    became:
    $(this).next().css('display', 'block').css('position', 'absolute');

    Maybe the developer will put it (or smth better) in the next update 🙂

  • The topic ‘sticky-note tweak’ is closed to new replies.