- This topic has 42 replies, 29 voices, and was last updated 4 days, 12 hours ago by
Toto A.
-
AuthorPosts
-
January 23, 2016 at 1:58 pm #16652
Selena Nicacio
ParticipantHello,
Gravity forms plugin does not let me access any feature. It is requesting a product key.
Thank you!
January 23, 2016 at 2:27 pm #166537h3h
KeymasterEnter anything you want!
January 24, 2016 at 10:30 am #16658Selena Nicacio
ParticipantThank you!
March 12, 2016 at 8:28 am #16860Ryan Brown
Participantis it possible to hide the notice to purchase a license?
Thanks
March 12, 2016 at 8:29 am #16861Ryan Brown
ParticipantI will donate $20 for a solution =)
March 12, 2016 at 12:01 pm #168627h3h
KeymasterHave a look at Easy Updates Manager from the WordPress Repository at https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/
July 29, 2016 at 11:46 am #17650jo jo
ParticipantHi Ryan, below is your solution!
open file: gravityforms.php
remove code from line 2175 to 2187 look like this
public static function plugin_row( $plugin_name ) { $key = GFCommon::get_key(); $version_info = GFCommon::get_version_info(); if ( ! rgar( $version_info, 'is_valid_key' ) ) { $plugin_name = 'gravityforms/gravityforms.php'; $new_version = version_compare( GFCommon::$version, $version_info['version'], '<' ) ? esc_html__( 'There is a new version of Gravity Forms available.', 'gravityforms' ) . ' <a class="thickbox" title="Gravity Forms" href="plugin-install.php?tab=plugin-information&plugin=gravityforms&TB_iframe=true&width=640&height=808">' . sprintf( esc_html__( 'View version %s Details', 'gravityforms' ), $version_info['version'] ) . '</a>. ' : ''; echo '</tr><tr class="plugin-update-tr"><td colspan="3" class="plugin-update"><div class="update-message">' . $new_version . sprintf( esc_html__( '%sRegister%s your copy of Gravity Forms to receive access to automatic upgrades and support. Need a license key? %sPurchase one now%s.', 'gravityforms' ), '<a href="' . admin_url() . 'admin.php?page=gf_settings">', '</a>', '<a href="http://www.gravityforms.com">', '</a>' ) . '</div></td>'; } }
send your donation to [email protected].
Thanks in advance! :)
October 31, 2016 at 4:05 pm #18082terible person
Participantanybody have a trick for removing the Nag for Purchase a License / Unlicensed Copy, seen on admin ‘forms’ pages?
they are tricky about calling an image and loading it in a div without class so can’t hide via CSS and can’t find any reference to image or link in any of the php, I think they’re calling a ‘message’ from somewhere else just so the nag can’t be hidden easily.
thanks
December 2, 2016 at 9:31 am #18199Megan Bailey
ParticipantETA: Nevermind, found it and it is fixed. Thanks!
I cannot find the code mentioned above . . .
Can someone help with getting Gravity Forms to work?
-
This reply was modified 8 years, 3 months ago by
Megan Bailey.
December 12, 2016 at 2:47 pm #18228mohann lags
ParticipantHave you found the solution to removing the nagging image of gravity forms to purchase a license?
December 12, 2016 at 9:52 pm #18229terible person
Participanttry this CSS in your ADMIN css
img[src=”https://gravityforms.s3.amazonaws.com/banners/gravity-forms-unregistered-2.png”%5D { display: none;}
December 15, 2016 at 1:40 pm #18240mohann lags
ParticipantI’ve tried to write this css in the admin.css of gravityforms but still the image is keep on showing. ;-(
img[src=”https://gravityforms.s3.amazonaws.com/banners/gravity-forms-unregistered-2.png”] { display: none;}
December 15, 2016 at 2:55 pm #18241mohann lags
Participantohh i got it working by writing it in locking.css! thanks terible!!
February 22, 2017 at 4:22 pm #18644Alessio Me
ParticipantHello,
@mohann lags: How you did it?I included
“img[src=”https://gravityforms.s3.amazonaws.com/banners/gravity-forms-unregistered-2.png”] { display: none;}”
in both admin.css and locking.css but the image is still visible.This code is very well done, because I cannot find it anywhere!!
As terible person said “calling an image and loading it in a div without class so can’t hide via CSS and can’t find any reference to image or link in any of the php”, so if someone knows more please let me know!February 22, 2017 at 9:34 pm #18646Wasana James
ParticipantFebruary 23, 2017 at 5:18 pm #18649Alessio Me
ParticipantHello,
Thanks for the try but unfortunately doesn’t work. Even with the plugin that picture is still visible.Furthermore I was using another plugin that seems the same: WP Hide Plugin Updates and Warnings
And doesn’t work…Any coding solution?
February 23, 2017 at 10:16 pm #18650Wasana James
Participantboth options work for me, are you using a minifying or caching plugin and have you cleared your admin cache?
I don’t get the annoying header nag, but get a reminder in the list of plugins but it is not annoying
February 24, 2017 at 7:23 am #18651Alessio Me
ParticipantI’m not using a minifying or caching plugin…
The weird thing is that that header nag appears only on Internet Explorer.. on Firefox I don’t see it.
How is this possible? All other notifications are hidden..February 24, 2017 at 8:12 am #18652Alessio Me
ParticipantI just found (finally) the trick: simply remove this line from the files that you need:
echo GFCommon::get_remote_message();I hope will help other guys ;)
March 12, 2017 at 5:11 am #18699Rick Johnson
ParticipantHi guys,
I tried everything from @terrible giving advice on adding “img[src=”https://gravityforms.s3.amazonaws.com/banners/gravity-forms-unregistered-2.png”] { display: none;}” code on ADMIN.CSS
to
@Alessio talking about removing “echo GFCommon::get_remote_message();” line from the the files.Nothing worked. Have you guys tried anything else?
by the way I didn’t find “locking.css” anywhere?
May 3, 2017 at 10:25 pm #18896tom gn
ParticipantThe code
img[src="https://gravityforms.s3.amazonaws.com/banners/gravity-forms-unregistered-2.png"] { display: none;}
is working, if you copy the code from posts above and paste, you will have problem with ” characters, make sure it correct, you can copy my code and paste
I install this plugin https://wordpress.org/plugins/admin-css-mu/ then enter the css code above and eveything is ok
Hope this help
October 2, 2017 at 5:50 am #19337Vaishal Patel
ParticipantIt’s in db go to the “rg_gforms_message” remove code from “option_value”
October 9, 2017 at 4:56 pm #19396Noah Baker
ParticipantHere is the plugin which will remove Gravity Forms license notices from admin: https://wordpress.org/plugins/wpspring-remove-gravity-forms-license-notice/
Works perfectly. No programming required.
October 9, 2017 at 6:10 pm #19398jo jo
ParticipantI tested on my website and this plugin does not work, the snag still there
Note: it works on localhost, but does not work on live website (nginx web server)
November 5, 2017 at 8:58 pm #19496Huxu Wu
ParticipantI think the virus total is reporting a virus because there is one function named:
$result = eval( “return {$formula};” );
in the calculate function. The way it is used is fine, nothing harmful. Just make sure you are covered under a managed cloud hosting like WP Engine so they un-hack your site just in case!
November 5, 2017 at 10:17 pm #19501Huxu Wu
ParticipantGuys, go check out the newest thread! I figured it out. They saved the nag into your database.
June 12, 2018 at 2:42 pm #20120Oscar Nunez
MemberUpdate to nag screen solutions with CSS:
img[src=”https://gravityforms.s3.amazonaws.com/banners/gravity-forms-unregistered.svg”%5D{display:none;}
June 16, 2018 at 10:45 am #20131Laurent Jade
ParticipantHello,
1°) Install https://wordpress.org/plugins/admin-css-mu/ (thanks to tom gn)
2°) In Admin CSS MU, add :
img[src="https://gravityforms.s3.amazonaws.com/banners/gravity-forms-unregistered.svg"] {
display: none;
}——————
If you want to hide “Register…” on plugins page :
1°) Open gravityforms.php (root of the plugin file)
2°) Line 1766
Change :
echo '</tr><tr class="plugin-update-tr"><td colspan="3" class="plugin-update">' . $new_version . sprintf( esc_html__( '%sRegister%s your copy of Gravity Forms to receive access to automatic upgrades and support. Need a license key? %sPurchase one now%s.', 'gravityforms' ), '', '', '', '' ) . '</td>';
By :
echo '';
;)
August 11, 2018 at 1:02 pm #20290Rene Knockaert
ParticipantHi Laurent,
Working perfect, thank you!
August 17, 2018 at 9:38 am #20297krishna chaitanya
ParticipantReply
Hi,To activate gravity forms, please follow this step :
1. Click “Next” on the license activation page ( Don’t Input Any License Key)
2. Checklist “I understand the risks” and Click “Next”.
3. Click “Next” again.
4. Set Currency and Click “Next” again.
5. Done. Gravity Forms plugin has been activated.
This Works fantastic…
Best Regards. -
This reply was modified 8 years, 3 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.