Woocommerce products table heading display error
-
WordPress v3.5.2
Woocommerce v3.9.1With 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
thtags 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
The topic ‘Woocommerce products table heading display error’ is closed to new replies.