LightQuest
Forum Replies Created
-
Bless you Tobias…it worked like a charm!
Swapped out the theme and that didn’t solve the problem but… the child theme creator had installed WP Editor to assist him with some modifications. When that plug-in was deactivated TablePress works perfectly again. Thanks so much for your help!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Shrunken Table in ChromeThanks so much! We figured out it was the size of the wrapper that was causing the issue in Chrome. We’re all good now! Happy to send a donation your way…. :^)
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Shrunken Table in ChromeUnfortunately that didn’t work. The page looked fine before (with all of my original CSS custom coding – before I attempted to streamline it), but the site has many, many tables and the coding was too cumbersome with each table having it’s own custom code like this:
.tablepress-id-25 tbody td {
text-align: center;
vertical-align: top;
border: none;
padding: 0 0;
line-height: 1;
}.tablepress-id-25 {
width: auto;
margin: 0 auto 1em;
}.tablepress-id-25 img {
margin: 0;
border: 0;
background-color: transparent;
}.tablepress-id-25 .column-1,
.tablepress-id-25 .column-2,
.tablepress-id-25 .column-3,
.tablepress-id-25 .column-4,
.tablepress-id-25 .column-5 {
text-align: center;
}.tablepress-id-25 .row-1 .column-1 {
background-color: transparent;
}.tablepress-id-25 .row-2 .column-2 {
background-color: transparent;
}.tablepress-id-25 .row-3 .column-3 {
background-color: transparent;
}.tablepress-id-25 .row-4 .column-4 {
background-color: transparent;
}So, I attempted to make it more efficient. Maybe I eliminated something important? Also, again just learning CSS, if I switch my custom CSS over to tell Tablepress to center all tables, then decide one table shouldn’t be centered can I add in custom CSS for that specific table and it will override the general centering CSS?
Thanks for your help!!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Shrunken Table in ChromeThat worked great to center the table, thanks! But, the images are still full-size in IE but small in Chrome. Any ideas?
Works great, thanks!!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table Centering IssueSorry, I looked in Developer Tools, but I’m far from being a developer so that is a beyond me! Please take a look at it when you can. Thanks!!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table Centering IssueThanks for the quick reply! It worked and looks great now in Chrome. Any suggestions to correct it in IE?