chrissequel
Forum Replies Created
-
It’s the tablepress widget. I don’t have pro version (of either plugin) but I have this widget.
I’m fine, I’m using my patch. Feel free to enhance the free widget with this patch in future versions. 🤷♂️
Hi Amir,
I have tables where the first column is a label for the data in the rest of the row. Ideally, those cells should be <th scope="row"> which easily facilitates styling the first column differently from the rest of the row.
Tablepress itself provides this option with the shorttag option “first_column_th”. As far as I could make out, the tablepress widget couldn’t support that option. This patch fixes that.
- This reply was modified 2 years, 5 months ago by chrissequel.
- This reply was modified 2 years, 5 months ago by chrissequel.
Forum: Plugins
In reply to: [EWWW Image Optimizer] pngs not converting to webpI’ve worked around the problem by setting a couple of options in wp_config.php.
define('EWWW_IMAGE_OPTIMIZER_PNG_LEVEL', 10);
define('EWWW_IMAGE_OPTIMIZER_LOSSY_PNG2WEBP', 1);The first one did the trick and the second one made it worthwhile. I’d like to be able to understand why the PNG Optimization Level was off and all the options disabled.
For the second one, is that exposed somewhere on the settings page?