• Resolved rpp

    (@rpfaffenbach)


    The notification from WP Security Guard in the dashboard cannot be switched off. The buttons Remind me later and Not interested are not active. This has been annoying since version 2.1.4.9.
    How can the notification be switched off?

    • This topic was modified 1 year, 2 months ago by rpp.
Viewing 4 replies - 1 through 4 (of 4 total)
  • +1

    /wp-content/plugins/disable-xml-rpc-api/admin/admin.php

    Make a backup of this file first.

    Find/Edit/Remark/Delete the following code:

    	<div data-dismissible="wpsg-notice-forever" id="dsxmlrpc-wpsg-notice" class="notice notice-warning is-dismissible">
    
    	<label class="gftp-plugin-name">WP Security Guard</label>
    
    	<h1>Did you know?</h1>
    
    	<div class="dsxmlrpc-wpsg-notice-innner">
    
    		<p>You can improve your website security by using <strong>  WP Security Guard!</strong> </p>
    
    	</div>
    
    	<span class="dashicons dashicons-external" style="color: #2196f3;vertical-align:bottom;"></span><a  target="_blank">Learn more</a>
    
    	<span class="dashicons dashicons-calendar" style="margin-left: 15px;color: #009688;vertical-align:-webkit-baseline-middle;"></span><a  style="color:#009688;" class="remind-wpsg" href="#">Remind Me Later</a>
    
    	<span class="dashicons dashicons-dismiss" style="margin-left: 15px;color: #ff5722;vertical-align:-webkit-baseline-middle;"></span><a  style="color:#ff5722;" class="dismiss-wpsg" href="#">Not Intrested!</a>
    
    
    
    	</div>
    
    • This reply was modified 1 year, 2 months ago by 1QuickSI.
    Thread Starter rpp

    (@rpfaffenbach)

    I’ve commented it in the file. Thanks

    Plugin Author Amin Nazemi

    (@aminnz)

    Hello @rpfaffenbach and @1quicksi

    It was a bug I have disabled all the admin notifications you can update the plugin to version 2.1.5 and you should be good.

    Please do let us know if you had any other issues.

    Kind Regards,
    Amin

    Thread Starter rpp

    (@rpfaffenbach)

    Thanks for the bug fix.
    Greetings Ralf

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Note WP Security Guard’ is closed to new replies.