• 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"

Download ALL Thrive Plugins Bundle

Download ALL Thrive Plugins Bundle March 23, 2024

No permission to download
I'm looking for the latest version of Clever Widgets which is apparently missing though it's marked as included in the Pack.

@Babak Kindly Include it and make an update
 
I'm looking for the latest version of Clever Widgets which is apparently missing though it's marked as included in the Pack.

@Babak Kindly Include it and make an update
Thrive Themes Clever Widgets v1.53

TassieNZ :)
 
  • Love
Reactions: Skyller and Babak
HAve these been nulled, i get the error message they have to be activated firt?
 
HAve these been nulled, i get the error message they have to be activated firt?
Generally NOT nulled. Instructions are in this thread somewhere! Otherwise, I think @freenulled offered a pack of nulled ones in this thread, but may not be the newest. Not sure. :)
 
Hi,

Thanks for the code :

For nulling just go to your any thrive plugin folder but i prefer to go to thrive visual editor folder and open /wp-content/plugins/thrive-visual-editor/thrive-dashboard/classes/Product/LicenseManager.php
find this codes around line 137

PHP:
if ( empty( $this->license_data ) ) {
return false;
}

and change it to this code
PHP:
if ( empty( $this->license_data ) ) {
return true;
}

this method work good for all thrive plugins

and then find this code around line 94

PHP:
public function itemActivated( $item ) {

and replace with this code or just add " return true; after the code

PHP:
public function itemActivated( $item ) {
return true;

and everything should work as excepted

Thats work. Thx !
 
LOVE IT!

9cfcb03f477e86d6e7c467e688e48816.png

Hi how did you get to this screen.

Below are the steps i followed:
1. downloaded and copied the unzipped folders of all plugins shared by @freenulled
2. also imported theme builder 1.0.5 into the theme folder.
3. Manually created a shapeshift folder inside wp-content>themes>thrive-theme/inc/
4. I get stuck at the below screen. 1588179053898.png

Have also tried to import the shapeshift zip file but does not work. please help.
 
Babak updated Download ALL Thrive Plugins with a new update entry:

ALL Thrive Plugins 2020-05-03

Download ALL Thrive Plugins 2020-05-03 Nulled Free
Thrive Quiz Builder v2.2.14.2 - Thanks To @NullMaster
Thrive Clever Widgets v1.51
Thrive Headline Optimizer v1.2.7
Thrive Optimize Plugin v1.4.1
Thrive Comments Plugin v1.4.1
Thrive Leads v2.2.14.2
Thrive Apprentice Plugin v2.2.14.2
Thrive Ovation v2.3.0
Thrive Ultimatum v2.2.13.2
Thrive Visual Editor / Architect v2.5.3.2

Read the rest of this update entry...
 
please read.....

All Thrive plugins can be fixed by editing the file

/thrive-dashboard/classes/Product/LicenseManager.php

within each plugin folder.
Find the function

itemActivated()

and add as the first line of the function

return true;

No need to enter any license key.

Note that every thrive plugin you have installed on a site needs to be nulled.
If you have a non-nulled thrive plugin installed, it will prevent the others from being activated even if they have been nulled.


Those who have thrive themes installed and following the above instructions and still not getting their plugins activated, should activate their thrive themes too..

So go to theme editor and select your thrive editor (theme name) and follow below mentioned path
thrive_dashboard\classes\Product\LicenseManager.php
and find this code:

itemActivated( $item )

after this line just add this code:

return true;
 
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