kielfleming
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [WP Table Builder – Drag & Drop Table Builder] Text get bold for few secondsI was having the same issue. Chrome, especially on a Windows machine. After a lot of testing, it was the animation styles applied to the parent table that cause the font issue. This is probably 5 months too late, just use this CSS and it will clear up the problem.
.wptb-text-container div p { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } table.wptb-preview-table { backface-visibility:hidden!important; transform:translate3d(0,0,0)!important; animation:none!important; opacity:1!important; }Forum: Plugins
In reply to: [WP Table Builder – Drag & Drop Table Builder] Blurred text in tableI was having the same issue. Chrome, especially on a Windows machine. After a lot of testing, it was the animation styles applied to the parent table that cause the font issue. If you haven’t already fixed it, just use this CSS and it will clear up the problem.
.wptb-text-container div p { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } table.wptb-preview-table { backface-visibility:hidden!important; transform:translate3d(0,0,0)!important; animation:none!important; opacity:1!important; }Forum: Plugins
In reply to: [Beauty Form Styler for Gravity Forms] Form Redirection Not Workingjust updated and our forms also won’t submit when the form is set to redirect after form submission.
Forum: Plugins
In reply to: [Beauty Form Styler for Gravity Forms] Little problem after last updateWe’re also seeing the printed attributes issue after updating from 1.4.3 to 1.5.4
Viewing 4 replies - 1 through 4 (of 4 total)