• Resolved sebbizlemcnizzle

    (@sebbizlemcnizzle)


    Guys,

    Love the plugin !

    But I cant for the love of god get rid of the notification on the wordpress admin bar…

    The one that reads…

    Welcome to Affiliates

    Please review the following suggested steps to set up the affiliate system. This is intended as a guidance and you can safely hide this message when finished. Use the Settings section to review or adjust the system anytime.

Viewing 1 replies (of 1 total)
  • Plugin Author Kento

    (@proaktion)

    Hi,

    You’ve quite certainly seen it, but just in case … there’s a button labeled “Hide this” after the other buttons in that notice, when you click it the notification should go away. It’s adding an entry in the options which signals to the system to not show the whole thing anymore.

    If you click the button and the notification does not go away, it might be that something is interfering on your installation and that this option flag is not properly recorded.

    If you are familiar with database queries, you can add this entry manually by running this – it assumes that your site is using the default database prefix wp_ :

    INSERT INTO wp_options SET option_name = 'aff_setup_hide', option_value = 'yes', autoload = 'no';

    I hope that this helps, many thanks for you kind feedback on the plugin! I’m marking this as resolved but let me know if you need further help on that.

    Cheers

Viewing 1 replies (of 1 total)
  • The topic ‘Remove annoying notifications banner’ is closed to new replies.