• Very very useful especially when setting up a new site. Designed well with lots of useful features which are intuitive to use.

    My only small gripe is that some of the design patterns used in the UI could better match those already established in WordPress admin. Especially the inexplicably massive round expand/collapse button which I just couldn’t live with.

    Fixed somewhat with:

    .nestedpages .child-toggle a {
      background: none;
      border: none;
      color: #72777c;
      margin-top: -13px;
    
    }
    
    .nestedpages .child-toggle a:hover {
      background: none;
      border: none;
      color: #23282d;
    }

    It might sound pedantry but it only takes a couple of third party plugins bringing their own style to make the whole Admin look feel a jarring mess (there are certainly much worse offenders out there!). A little more work could make the plugin feel seamless.

    • This topic was modified 6 years, 11 months ago by ElwoodP.
    • This topic was modified 6 years, 11 months ago by ElwoodP.
  • The topic ‘Very useful’ is closed to new replies.