This topic has 3 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #77528
     dblackherod
    Participant

    Hello Kleo Support.

    We would like to remove PMPro and GO Pricing Tables from our theme since we will not be using them. There is also an annoying notification reminder that they are required but not installed. We like to remove this as well.

    Thanks.

    Attachments:
    You must be logged in to view attached files.
    #77629
     Radu
    Moderator

    Hi,

    Deactivate or delete the plugins and click dismiss this notice.

    regards

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #77668
     dblackherod
    Participant

    Hi Radu…

    We already did that but it just keeps showing up, especially when the browser is closed and opened another time.

    It seems there is some code that explicitly requires it and should be removed or suppressed but no idea where/how to find said code.

    Thanks.

    #77838
     Radu
    Moderator

    Hi,

    This is not a solution to hide plugins update notifications. In future your site might be vulnerable to hacker attacks if you don’t keep your plugins updated.

    But anyways you can use this function to set display none for that div with notifications.

    Add this functions in kleo-child/functions.php

    COPY CODE
    
    function remove_tgmpa_notifications(){
        echo "<style>\n";
        echo '#setting-error-tgmpa { clear: both;display: none; }';
        echo "\n</style>";
    }
    add_action( 'admin_print_styles', 'remove_tgmpa_notifications' ,90);
    

    Best Regards

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?