[Plugin: WP-Table Reloaded] Too many tables CSS causing indexing issues
-
Hi.
First off, I want to thank you for all your work on the plugin — it is excellent. I’m not sure what’s better, the plugin itself or your support and answering all our questions.
I recently downloaded this plugin and have created nearly 200 tables for my website, which turns out great. The problem, howver, is that most of those tables have CSS attached to them, which is causing a major indexing issue when it comes to the search engines, such as Google. Via webmaster tools, I am getting an error that I didn’t receive before downloading the plugin that the “page is too long”, likely because the page source is dominated by the CSS I inputed through the plugin. Apparently the length is 256KB and I am surpassing it.
Is there a way to shorten the CSS for the plugin so my website doesn’t appear too big in size and thus not cause indexing issues?
It should be noted that most of the CSS for the nearly 200 tables created are almost identical but each of the styling for each of the different tables has about 10 or so sections of styling, so if you use that for about 200 tables, it adds up.
For example, below is the styling I use for one of my tables, which is used for about 5 dozen other tables:
.wp-table-reloaded-id-70 th, .wp-table-reloaded-id-70 .sorting {
background-color: #FFFFFF!important;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}.wp-table-reloaded-id-70 .sorting_asc, .wp-table-reloaded-id-70 .sorting_desc {
background-color: #FFFFFF!important;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}.wp-table-reloaded-id-70 .even td {
background-color: #FFFFFF;
}.wp-table-reloaded-id-70 .odd td {
background-color: #ECECEC;
}.wp-table-reloaded-id-70 .row-hover tr:hover td {
background-color: #E7E7E7!important;
}.wp-table-reloaded-id-70, .wp-table-reloaded-id-70 td, .wp-table-reloaded-id-70 th {
border: none!important;
border-collapse: collapse!important;
border-spacing: 0px!important;
}.wp-table-reloaded-id-70 {
margin: 0px!important;
padding-bottom: 0px;
padding-top: 0px;
}.wp-table-reloaded-id-70 .column-1 td {
text-align:center;
vertical-align:middle;
}.wp-table-reloaded-id-70 .column-2 td {
text-align:center;
vertical-align:middle;
}.wp-table-reloaded-id-70 td {
vertical-align:middle;
}.wp-table-reloaded-id-70 .odd td {
background-color: #ECECEC;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}.wp-table-reloaded-id-70 td {
font-family: Arial;
font-size: 11px;
line-height: 17px;
}.wp-table-reloaded-id-70 .even td {
background-color: #FFFFFF;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}————
If I were to use the above styling for tables 70-150, for example, is there a way to combine the CSS of all of them in one CSS instead of repeating it over and over and just changing the table ID?
I appreciate your help.
https://www.ads-software.com/extend/plugins/wp-table-reloaded/
- The topic ‘[Plugin: WP-Table Reloaded] Too many tables CSS causing indexing issues’ is closed to new replies.