Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter pontuserikssondotcom

    (@pontuserikssondotcom)

    line 121 in class-meta-box-manage.php should be:
    $table_classes = ‘wp-list-table widefat fixed pages pt_table_manage sortable‘;

    Thread Starter pontuserikssondotcom

    (@pontuserikssondotcom)

    and for your other plugin “Related Posts for WordPress”:
    the “edit-post.css” need to change from
    background-image:url(../../images/grabber.png);
    to
    background-image:url(../images/grabber.png);
    in order to work properly.

    Happy to help you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘“grabber.png” missing’ is closed to new replies.