Forum Forum WordPress Theme SNS Simen – MultiPurpose WooCommerce WordPress Theme jquery bug conflicting with plugins

  • Author
    Posts
  • #19950

    scbweb
    Participant

    Hello, I am trying to get an issue resolved with a ThriveLeads an opt-in email collection plugin, I have worked with their support and sent me the following. Your style sheet is blank, Please tell me where to find this, or use the credentials and please fix. Thank you!

    See response below from plugin developer:

    “It seems that this issue is caused by a conflict with the “snssimen” theme.

    This is caused by a bug introduced in the jquery javascript library. Bug
    report is here: https://github.com/jquery/jquery/issues/3065
    The latest version of wordpress is bundled with jquery-1.12.3, which has
    this bug.

    The special condition that enable 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;
    }

You must be logged in to reply to this topic. Click here to login or register