• cvandend

    (@cvandend)


    FunnelKit ads?suddenly started appearing on all my WP admin pages with buttons “May be later” and “No, thanks” but neither work. It’s really terrible that a plugin that you do not even have installed can hijack everything single page of your WP admin board.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Funnelkit Support

    (@supportfunnelkit)

    Hi there,

    We are sorry to hear that you are seeing FunnelKit ads on your admin pages, however we haven’t rolled out any such change in the FunnelKit Automation plugin for which the review is written.

    We believe, there’s some confusion and we’d like to address the issue and get it fix.

    Please reach out to us via our support page here, https://funnelkit.com/support/ and share all the screenshots of ads along with the details of the issue so we can work with you to resolve this.

    Have a great rest of the day.

    Plugin Support Funnelkit Support

    (@supportfunnelkit)

    Hi there,

    In addition to our last message, we noticed you mentioned “It’s really terrible that a plugin that you do not even have installed can hijack everything”

    If a plugin is not installed, its code cannot run. This is where we think the confusion is. Having said that, we will carefully audit for any genuine but unintentional bugs.?

    Thread Starter cvandend

    (@cvandend)

    It looks like the banner is being displayed by the plugin “Thank You Page” from XLPlugins. There are 2 buttons to dismiss (“maybe later” and “no thanks”) and neither do anything. This banner is displayed on every single page of wp-admin under the Woocommerce menu and is therefore very annoying when you cannot dismiss it. I ended up creating a rule in my theme’s function.php to hide it:

    function hide_xl_upsell_area() {
    ????echo ‘<style>
    ????.xl_upsell_area {
    ????????display: none !important;
    ????}
    ????</style>’;
    }
    add_action(‘admin_head’, ‘hide_xl_upsell_area’);

    Hopefully that helps others who are annoyed by this brazen marketing technique.

    Now that you have more information you can choose to do something about it or not. But do not say that this is not a genuine issue.

    Plugin Support Funnelkit Support

    (@supportfunnelkit)

    Hi there,

    Thank you very much for sharing all the details with us.

    We would like to clarify that we never install this “Thank You Page” from XLPlugins plugin from FunnelKit Automations.

    It seems there is some big confusion here.

    Do you recall how you installed this plugin?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Impossible to get rid of’ is closed to new replies.