• Resolved sarahweb

    (@sarahweb)


    I really am not a fan of self advertising within the WordPress admin area – and I thought that it was against WP T&C’s – anyway please can you ensure that your “hide me” link actually works – doesn’t at the moment which I find annoying and my client does too – details on error etc below if that helps?

    error shows as:

    [DOM] Found 2 elements with non-unique id #_wpnonce: (More info: https://goo.gl/9p2vKq) <input type=?”hidden” id=?”_wpnonce” name=?”_wpnonce” value=?”XYZ”>? <input type=?”hidden” id=?”_wpnonce” name=?”_wpnonce” value=?”ABC”>?

    GS Plugins Affiliate Program is now LIVE!
    Join GS Plugins affiliate program. Share our 80% OFF lifetime bundle deals or any plugin with your friends/followers and earn up to 50% commission. Click here to sign up.

    Hide Now

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author GS Plugins

    (@gsplugins)

    Hi,

    Thanks for the concern & sorry for the inconvenience.
    “Hide now” button working perfectly for me.
    Please check the video – https://www.loom.com/share/0e3fe9d1a78c4e40b340582064bbb87d

    You can add below code to functions.php

    add_action('admin_head', 'hide_admin_notice');
    function hide_admin_notice() {
      echo '<style>
        .gstesti-admin-notice.updated.gsteam-review-notice { display: none; } 
      </style>';
    }

    It’ll hide the admin notice.
    If need our help send WP access to add the code.

    Do you get any error as Hide button not working for you?
    Please allow time, we will recheck & release new version soon.

    Thanks in advance for your cooperation.

    Regards / Sarwar

    Thread Starter sarahweb

    (@sarahweb)

    please update the plugin as it most certainly doesn’t work – no error just does nothing other than refreshing the page – so annoying

    Plugin Author GS Plugins

    (@gsplugins)

    Hi,

    Good Day.

    Just released new version (1.8.15) of Logo Slider.
    Please upgrade to the latest version.

    Let us know.

    Regards / Sarwar

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide Now doesn’t work in LITE Version’ is closed to new replies.