• Resolved noelspringer

    (@noelspringer)


    WordPress v3.5.2
    Woocommerce v3.9.1

    With SEOPress activated, the display of the Woocommerce products table (Woocommerce > Products) has much more padding top and bottom than normal. This affects both the top and bottom heading rows.

    On Firefox Dev version:

    At the right of the table, near the top, are two overlapping SEOPress headings, “Title tag” and “Meta Desc.” which are displaying vertically (and clearly shouldn’t be there).

    On Chromium:

    The two extra headings are contained within the overall table, not overlapping but still vertical.

    There are two th tags with the “Title tag” and “Meta Desc.” inserted into th e Woocommerce Products table HTML before the closing </tr> tag.

    <th scope="col" id="seopress_title" class="manage-column column-seopress_title">Title tag</th>
    <th scope="col" id="seopress_desc" class="manage-column column-seopress_desc">Meta Desc.</th>

    I tested this also on a previous version of SEOPress 3.7 and the problem is there also.

    Cheers

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Benjamin Denis

    (@rainbowgeek)

    Hi,

    yes, in fact this is “normal” because you have too many columns in your table.

    A table is limited to 100% of the resolution of your screen, so it’s not extensible to infinity.

    The solution is simply to hide some columns via the Options screen tab located at the top right corner of the screen.

    Try to remove Tags and Comments for example.

    In version 3.8, we improved a little bit the CSS about this.

    Hope it helps!

    Thread Starter noelspringer

    (@noelspringer)

    Hi Benjamin and thanks! And as you said, simple. 😀

    Thread Starter noelspringer

    (@noelspringer)

    Resolved

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

The topic ‘Woocommerce products table heading display error’ is closed to new replies.