• Resolved Alex Kladov

    (@prowebassist)


    Hi,

    Can you please patch up your WooCommerce Variation Swatches ASAP. You’ve added an incredibly obnoxious

    Try Latest WooCommerce Additional Variation Images Gallery Plugin
    To Display Multiple Set of Images Per Product Variation.

    admin notice, which can’t be closed or hidden in any way by the admin (clicking close button does absolutely nothing).

    Your “WooCommerce Variation Swatches” is a great plugin & I am sure “WooCommerce Additional Variation Images Gallery” is too, but that’s a really shady promotion practice/strategy that’s only going to push people away.

    At least give people a way to close/hide the notice, just like with all built-in WordPress notices.

    Regards,
    Alex

    • This topic was modified 6 years, 3 months ago by Alex Kladov.
    • This topic was modified 6 years, 3 months ago by Alex Kladov.
Viewing 2 replies - 1 through 2 (of 2 total)
  • @prowebassist,

    Add the following code in the functions.php

    add_filter( ‘stop_gwp_live_feed’, ‘__return_true’ );

    Thank You

    Thread Starter Alex Kladov

    (@prowebassist)

    Hi Ahmed,

    Thanks for your response. However, that is a very “hacky” solution. I don’t want to add useless code snippets to my theme files. Especially considering that I should be able to close any notice in WP admin, which is a common standard practice. The fact that the “close button” is not working is a bug in your plugin and it should be fixed on your end, rather than passing the responsibility over to the plugin user.

    Regards,
    Alex

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Admin notice for WooCommerce Additional Variation Images Gallery Plugin’ is closed to new replies.