-
Closed
-
Hi,
I want to use Thrive leads, which is a great opt in plugin.
but it seems to bug with Evolve +Here is the bug :
The issue caused by your current theme, and more specifically by a bug introduced in the jquery javascript library Bug report is here: https://github.com/jquery/jquery/issues/3065
https://wordpress.org/support/topic/wp45-jquery-update-and-table-styles-issue
The latest version of WordPress is bundled with jquery-1.12.3, which has this bug.The special condition that enables this is a CSS declaration like:
table{
border-collapse: collapse;
border-top: 1px solid any_color_here;
}As a workaround, the theme developer should replace that definition with this one (this can also be done directly by editing the theme’s style.css file from wp-admin) – if the definition can be found:
body table{
border-collapse: collapse;
border-top: 1px solid any_color_here;
}Can you help me with this please,
ThanksBest regards
The topic Thrive leads bug is closed to new replies