• Resolved magaworks

    (@magaworks)


    Hi,
    I Started using your plugin yesterday in a site I am still developing.
    It works fine, but there is a conflict with Divi Builder.
    When I have your plugin Active I cannot choose a color in Divi Builder introducing the Color Code.
    Here you can see how it works with your plugin Activated: https://downloads.magaworks.com/images/without-color-code.png
    And here after De-activating the plugin: https://downloads.magaworks.com/images/with-color-code.png
    See the difference? The last one I can write the color code (#ff8000) which gives me perfect control on the color I choose.
    Do you know what might be causing this conflict? And is there a way to correct this conflict?
    Thanks,
    Maga

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ThemeHigh

    (@themehigh)

    You issue need a detail check. Could you please raise a ticket through our website? We hope our technical team will be able to help you.

    Thank you!

    Plugin Author ThemeHigh

    (@themehigh)

    The issue was due to the theme style overridden by our plugin style. We have added the below code snippets in the theme’s functions.php to resolve the issue.

    add_action('admin_enqueue_scripts', 'thwpvs_add_admin_style', 11);
    function thwpvs_add_admin_style(){
    ?>
    <style type="text/css">
    .iris-picker{
    z-index: 40 !important;
    }
    </style>
    <?php
    }

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Divi Conflict’ is closed to new replies.