Feature Request: Handling tables (solution inside)
-
Hi again,
I still love this plugin. It was super easy to fix table handling (solution below). ??
I noticed that it created strange behaviour with tables (huge sizes, no reset possible). This was because I activated the <div> element for resizing, because there was no other way to resize tables.
As a solution I was able to simply add
, 'td' => false, 'th' => false
to WPAVE_FONT_RESIZER_ELEMENTS in the file /wp-content/plugins/easy-font-resize/wpave-font-resizer.php in line 20.Now I can enable table cells (td, th) in the admin settings and it works great. I had to disable div, but otherwise couldn’t find issues.
Maybe you can add this in a future update.
Regards,
Sara
- The topic ‘Feature Request: Handling tables (solution inside)’ is closed to new replies.