Forums

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

  1. prometh
    Member
    Posted 2 months 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. johnny5
    Member
    Posted 2 months 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. prometh
    Member
    Posted 2 months 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. prometh
    Member
    Posted 2 months 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. prometh
    Member
    Posted 1 week 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.

Reply

You must log in to post.

About this Topic