-
Author
Tagged: pmpro, remove, GO Pricing Tables
-
September 14, 2015 at 15:10 #77528
dblackherod
ParticipantHello 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.September 14, 2015 at 19:48 #77629Radu
ModeratorHi,
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 solutionSeptember 14, 2015 at 21:15 #77668dblackherod
ParticipantHi 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.
September 15, 2015 at 17:15 #77838Radu
ModeratorHi,
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 CODEfunction 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 -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.

