• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Gravity Perks

Gravity Perks v2.3.6

No permission to download
Gravity Perks Populate Anything v1.2.54
Gravity Perks Notification Scheduler v1.3.2
Gravity Perks Nested Forms v1.1.26
Gravity Perks Live Preview v1.6.7
Gravity Perks Inventory v1.0-beta-3.20
Gravity Perks Entry Blocks v1.0-alpha-2.20
 

Attachments

  • gp-entry-blocks-1.0-alpha-2.20.zip
    286.1 KB · Views: 15
  • gp-inventory-1.0-beta-3.20.zip
    265.9 KB · Views: 17
  • gp-live-preview-1.6.7.zip
    17.7 KB · Views: 52
  • gp-nested-forms-1.1.26.zip
    300.8 KB · Views: 48
  • gp-notification-scheduler-1.3.2.zip
    42.3 KB · Views: 35
  • gp-populate-anything-1.2.54.zip
    432.4 KB · Views: 61
This plugin (and many others on here) are listed as nulled but don't work for me - keeps asking to register/purchase license. Am I missing a step or something? Please help.
 
Add this to your functions.php :


Code:
add_action('after_plugin_row','alt_gwp_err',0);
add_action('after_plugin_row_gravityperks/gravityperks.php','alt_gwp_err',0);
function alt_gwp_err() {
    $pri1 = has_action('after_plugin_row', array( 'GWPerks', 'after_perk_plugin_row'));
    $pri2  = has_action('after_plugin_row_gravityperks/gravityperks.php', array( 'GWPerks', 'after_plugin_row'));
    remove_action('after_plugin_row', array( 'GWPerks', 'after_perk_plugin_row' ), $pri1);
    remove_action('after_plugin_row_gravityperks/gravityperks.php', array( 'GWPerks', 'after_plugin_row' ), $pri2);
}
 
Add this to your functions.php :


Code:
add_action('after_plugin_row','alt_gwp_err',0);
add_action('after_plugin_row_gravityperks/gravityperks.php','alt_gwp_err',0);
function alt_gwp_err() {
    $pri1 = has_action('after_plugin_row', array( 'GWPerks', 'after_perk_plugin_row'));
    $pri2  = has_action('after_plugin_row_gravityperks/gravityperks.php', array( 'GWPerks', 'after_plugin_row'));
    remove_action('after_plugin_row', array( 'GWPerks', 'after_perk_plugin_row' ), $pri1);
    remove_action('after_plugin_row_gravityperks/gravityperks.php', array( 'GWPerks', 'after_plugin_row' ), $pri2);
}
Thank you very much...this worked for the plugin but not the add-on...

Is there another step for the populate anything add-on?
 
Thank you very much...this worked for the plugin but not the add-on...

Is there another step for the populate anything add-on?
Actually...wait...I updated the plugin to the latest version and the addon worked.

Thanks again!
 
  • Like
Reactions: 3liasen
Gravity Perks – Advanced Save and Continue v1.0.6
 

Attachments

  • gp-advanced-save-and-continue-1.0.6.zip
    137 KB · Views: 21
  • Love
Reactions: AKSakallı
Gravity Perks Populate Anything v1.2.54
Gravity Perks Notification Scheduler v1.3.2
Gravity Perks Nested Forms v1.1.26
Gravity Perks Live Preview v1.6.7
Gravity Perks Inventory v1.0-beta-3.20
Gravity Perks Entry Blocks v1.0-alpha-2.20
please Gravity Forms Google Sheets Version 1.0-beta-1.9
 
Hi Bro
New updates for

Gravity Perks Populate Anything v1.2.55
GP Limit Choices 1.7.13.
GP Post Content Merge Tags 1.3.9
GP File Upload Pro 1.3.9


Thanks
 
Gravity Perks Page Transitions1.0.12
Gravity Perks Post Content Merge Tags AddOn1.3.9
Gravity Perks Populate Anything1.2.55
Gravity Perks Advanced Save & Continue1.0.7
Gravity Perks Limit Choices AddOn1.7.13
Gravity Forms File Upload 1.3.9
Gravity Perks Conditional Logic Dates AddOn1.2.10
 

Attachments

  • gwconditionallogicdates-1.2.10.zip
    21.4 KB · Views: 39
  • gwlimitchoices-1.7.13.zip
    49.3 KB · Views: 66
  • gp-advanced-save-and-continue-1.0.7.zip
    137.8 KB · Views: 25
  • gp-populate-anything-1.2.55.zip
    425 KB · Views: 47
  • gp-post-content-merge-tags-1.3.9.zip
    43.4 KB · Views: 26
  • gp-page-transitions-1.0.12.zip
    3.7 MB · Views: 19
  • gp-file-upload-pro-1.3.9.zip
    2.2 MB · Views: 40
Last edited:
Gravity Perks Page Transitions1.0.12
Gravity Perks Post Content Merge Tags AddOn1.3.9
Gravity Perks Populate Anything1.2.55
Gravity Perks Advanced Save & Continue1.0.7
Gravity Perks Limit Choices AddOn1.7.13
Gravity Forms File Upload1.3.9
Gravity Perks Conditional Logic Dates AddOn1.2.10
Thanks so much Bro,
 
  • Like
Reactions: sharktank
Gravity Perks Page Transitions1.0.12
Gravity Perks Post Content Merge Tags AddOn1.3.9
Gravity Perks Populate Anything1.2.55
Gravity Perks Advanced Save & Continue1.0.7
Gravity Perks Limit Choices AddOn1.7.13
Gravity Forms File Upload1.3.9
Gravity Perks Conditional Logic Dates AddOn1.2.10
After installing the Populate Anything Add-On I get - Register Gravity Perks to enable auto-updates. and Enter Your Gravity Perks License

Will the plugin and add-on still work or do I need to take another step?

Thanks in advance.
 
After installing the Populate Anything Add-On I get - Register Gravity Perks to enable auto-updates. and Enter Your Gravity Perks License

Will the plugin and add-on still work or do I need to take another step?

Thanks in advance.
Add this to your functions.php :

PHP:
add_action('after_plugin_row','alt_gwp_err',0);
add_action('after_plugin_row_gravityperks/gravityperks.php','alt_gwp_err',0);
function alt_gwp_err() {
    $pri1 = has_action('after_plugin_row', array( 'GWPerks', 'after_perk_plugin_row'));
    $pri2  = has_action('after_plugin_row_gravityperks/gravityperks.php', array( 'GWPerks', 'after_plugin_row'));
    remove_action('after_plugin_row', array( 'GWPerks', 'after_perk_plugin_row' ), $pri1);
    remove_action('after_plugin_row_gravityperks/gravityperks.php', array( 'GWPerks', 'after_plugin_row' ), $pri2);
}
 
Gravity Perks Page Transitions1.0.12
Gravity Perks Post Content Merge Tags AddOn1.3.9
Gravity Perks Populate Anything1.2.55
Gravity Perks Advanced Save & Continue1.0.7
Gravity Perks Limit Choices AddOn1.7.13
Gravity Forms File Upload1.3.9
Gravity Perks Conditional Logic Dates AddOn1.2.10
please Gravity Forms Google Sheets Version 1.0-beta-1.9
 
Hi bro

New updates available

GP Entry Blocks 1.0-alpha-2.21.
GP File Renamer 1.0.5
GP fie upload Pro 1.3.10.
GP Populate Anything 1.2.56
GP Unique ID 1.4.14
Gravity Perks 2.3

Thanks
 
  • Like
Reactions: samiraja
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock