CSS Background on wrong row
-
Debug and Version Info:
Please provide this information in bug reports and support requests.
· Website: https://www.maudlinproducts.com
· TablePress: 1.9.2
· TablePress (DB): 38
· TablePress table scheme: 3
· Plugin installed: 2016/07/19 15:41:21
· WordPress: 5.0.4
· Multisite: no
· PHP: 7.0.33
· mysqli Extension: true
· mySQL (Server): 5.5.5-10.1.38-MariaDB
· mySQL (Client): mysqlnd 5.0.12-dev – 20150407 – $Id: b5c5906d452ec590732a93b051f3827e02749b83 $
· ZIP support: yes
· UTF-8 conversion: yes
· WP Memory Limit: 512M
· Server Memory Limit: 512M
· Magic Quotes: off
· WP_DEBUG: false
· WP_POST_REVISIONS: trueIf you go to this page:
https://www.maudlinproducts.com/radial-gland-slant-coil-spring/
And scroll down to the metric section of the site. You will see two tables.
Both those tables you will see a blue background that is supposed to be on the row that has the measurement call outs.
Example:Part No., DASH #, ROD, BORE, CENTERLINE
That table is number “198” in TablePress plugin
That row is number “22”Further down is the table for PISTON:
Table “199” in TablePress plugin
Row “22”Everywhere I have used this CSS code has put the blue background in the correct row for each of the tables.
EXCEPT for these two rows.See my CSS code here – I even tried to use the !important; code to try if that worked.
[Example section of the CSS code that includes the rows in question]
.tablepress-id-196 .row-30 td {
background-color: #D9EDF7;
}.tablepress-id-197 .row-30 td {
background-color: #D9EDF7;
}.tablepress-id-198 .row-22 td {
background-color: #D9EDF7 !important;
}.tablepress-id-199 .row-22 td {
background-color: #D9EDF7 !important;
}.tablepress-id-200 .row-30 td {
background-color: #D9EDF7;
}.tablepress-id-201 .row-30 td {
background-color: #D9EDF7;
}All of the other rows have the code for the correct row that I need to be blue and it works fine – just now for these two tables.
Any clue to why even though I told the CSS code to appear on row 22 it is showing up on row 30?
Not sure this makes sense.
Thanks in advance
Paul Noble
The page I need help with: [log in to see the link]
The topic ‘CSS Background on wrong row’ is closed to new replies.