Forums

[resolved] [Plugin: Redirection] Admin panel lists F***ED (5 posts)

  1. Steven Vachon
    Blocked
    Posted 2 years ago #

    It is such a royal pain reading the redirects list in the admin panel. Each row is like 500px in height! On top of that, the target URL is not even listed!

    You should be using a <table> anyway.

    Please fix this.

    http://wordpress.org/extend/plugins/redirection/

  2. John
    Member
    Posted 2 years ago #

    They should not be 500px, and they should not be using a table. The target URL is not listed as it is often very long and would not display easily.

  3. Steven Vachon
    Blocked
    Posted 2 years ago #

    The divs are height:100%, so they display whatever the height of my browser window is. Two days ago, my window was ~500px tall.

    Tables are the standard for tablature data.

    Target URLs can be truncated.

    Thanks for responding.

  4. Steven Vachon
    Blocked
    Posted 2 years ago #

    Until this issue has been fixed in a future release, here is the fix for anyone else wondering wtf is going on:

    1. In the plugins list, click "Edit" for the "Redirection" plugin.
    2. Click on "admin.css"
    3. On line 234, you should see a block like this:
      .item, .date, .count, .tools, .type
      {
      padding: 5px 8px;
      height: 100%;
      }
    4. Remove (or comment out) the "height" property
  5. Steven Vachon
    Blocked
    Posted 2 years ago #

    I've installed today's upgrade, but I'm having to follow my own instructions above.

    Please fix this. I've provided instructions, so it's easier than easy to make this permanent.

Topic Closed

This topic has been closed to new replies.

About this Topic