• Resolved billyhayes

    (@billyhayes)


    I have uninstalled the plugin, but it still appears as an option in my woocommerce emails settings. How do I remove it?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Reedwanul Haque

    (@reedwanul)

    Dear @billyhayes,

    Thanks for reaching out to us.

    Please be informed that the EmailKit option appears even after deactivating this plugin for other Wpmet plugins, such as ElementsKit and ShopEngine. We recommend EmailKit from our other plugins. However, we understand this may not be desirable for all users. Rest assured, our development team is already working on a solution to remove this recommendation option. Once we release this fix, deactivating the EmailKit plugin will remove all EmailKit options. In the meantime, you can address this issue by adding a few lines of code. Below, I am sharing those codes. Simply copy and paste them into Appearance > Theme File Editor > functions.php. For guidance on how to include codes, please refer to this video: https://d.pr/v/KVsqdZ.

    add_action('admin_head', 'remove_emailkit_from_woocommerce');

    function remove_emailkit_from_woocommerce() {
    ?>
    <style>
    .wc_emails th.wc-email-settings-table-template{
    display: none !important;
    }
    .wc_emails td.wc-email-settings-table-template.wpmet-emailkit-install-btn-wrapper {
    display: none !important;
    }
    </style>
    <?php
    }

    After including these codes, we hope your issue will be resolved. Please let us know if the issue persists. If it does, we’ll promptly look into it and provide you with a solution as soon as possible. Your patience and cooperation in this matter are greatly appreciated.

    Kind Regards,
    Reju

    Plugin Support Reedwanul Haque

    (@reedwanul)

    Dear @billyhayes,

    I hope this message finds you well. I want to inform you that we have released a new version of the Wpmet plugins. Please update your plugins to the latest version. We have added an option to hide it, allowing you to remove the EmailKit option from the ElementsKit Get Help menu. For clarification, please refer to this video: https://d.pr/v/UBXxXU. If you are using a different Wpmet plugin, follow this process accordingly. This should resolve your issue. Once the issue is resolved, you can disregard my previous email instructions.

    Please let us know if the issue persists. If it does, we’ll promptly look into it and provide you with a solution as soon as possible. Your patience and cooperation in this matter are greatly appreciated.

    Kind Regards,
    Reju

    Plugin Support Reedwanul Haque

    (@reedwanul)

    Dear?@billyhayes ,

    I hope this message finds you well. Since we haven’t received any response from you, we assume that the issue has been resolved. Therefore, I’m marking this thread as resolved.

    If you need any further assistance on this matter, feel free to create a new thread. We will be happy to assist you.

    Best Regards,
    Reju

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.