• THE GOOD:
    I’ve been testing this plug-in for a few days. For the desktop, it is great – as close to Masahble.com as you can get. Great job! Getting the styles adjusted is beyond most folks ability, but the plug-in has a really great interface to customize colors and settings. It is one of the best plug-in backends I’ve seen.

    THE LESS THAN GOOD:
    The problem is, that the plug-in does not work on small screens such as phones. The comment bubbles appear, but the comment form does not.

    It is entirely possible that it will work for you, but it did not work for me. For now, I have deactivated the plug-in, but am waiting to work with Kevin to get things sorted out. It is very difficult to make a plug-in work with all themes, especially on small screens, so it may just be me and my theme.

    As a temporary solution, I may just add the following CSS to my mobile @media queries:

    /* hide the Inline Comment bubbles on small screens */
    div.incom-bubble.incom-bubble-static.incom-bubble-style {
    display: none;
    }

  • The topic ‘Great for Desktop, Not Ready for Mobile’ is closed to new replies.