I tried correcting them within the plug (WYSIWYG), forcing the row heights to 46px and saving, but they would not save/correct. Next, I manually edited the HTML to correct all of the wrong row heights. Again, no correction. I repeated these steps and even reached out to the Elementor devs, thinking it might have been an Elementor or some type of conflict issue. They too did not see anything obvious, so I tried something different.
I went through and manually edited the HTML again for the table row heights. However, before saving the changes I went to the first corrupted row, and using the WYSIWYG editor, I dragged the bottom of the row UP. Although it did not change the row height visibly, I now noticed a random 10px row height in the HTML code. Once I manually corrected that one entry, the rest of the table row heights were visibly corrected. Now, saving the page retained the corrections.
This would suggest that there is a coding error somewhere in the Advanced Editor Tools because I had to trick the plugin into showing the incorrect HTML that did not appear otherwise. Is it possible, that in the year since the last update something has changed where there may be conflicts that need to be addressed?
]]>Also, there are no borders, so all columns have width 0px, it’s hard to distinguish.
I reverted back to 4.8.1. Hopefully you will find the fix. It’s one of the plugins I use for the last 10 years!
Kind regards,
]]>The tables were defaulting to zero height which i understand is a conflict with using tabs and code not loading completely. I fixed that with
.dataTables_wrapper {
height: 800px !important;
}
Now the table load to a correct height and the scrolly code works. But i also want the first two columns fixed. FixedColumns worked perfect before I added the wrapper code but the table collapsed to a height of “0”
All tables use this shortcode with the only variation on columnfilterwidgets exclude
[table id=1 datatables_scrolly=480px datatables_fixedcolumns_left_columns=2 datatables_fixedcolumns_right_columns=0 datatables_columnfilterwidgets=true datatables_columnfilterwidgets_exclude_columns=3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25 /]
Thanks for any suggestions!
]]>I am trying to make the ‘options’ column (column-15) cells have a maximum height of 50-100px, then allow the text within the cell to scroll.
I have the following code in my child theme css:
table.tablepress-id-2 td {
max-height: 50px !important;
height: 50px !important;
overflow: auto !important;
}
I have tried many things. If I do not display column-15 then the height is great, but it I am displaying column-15 I just can’t get the styling to work.
Please help!
Thank you,
Jared Wilcox
https://www.ads-software.com/plugins/tablepress/
]]>Thank you!
https://www.ads-software.com/plugins/tablepress/
]]>When I create a separate row the height is off terribly.
https://www.yourcyclingitalia.com/bike2/
https://www.ads-software.com/plugins/siteorigin-panels/
]]>Very new to wordpress, but making strong headway I think.
I am using it for a static site.
I am having an issue with a table height, actualy table in a table in a table.
If you look at www.pachristmas.com in Firefox, the countdown timers look fine. If you look at them in internet explorer 8 they are extra tall.
I have looked for a while and cannot figure out what to edit.
Any help is appreciated.
Thanks