Download ALL Thrive Plugins Bundle

Download ALL Thrive Plugins Bundle April 03, 2025

No permission to download

Kaibuma

Active member
May 24, 2019
267
115
43
I'm looking for the latest version of Clever Widgets which is apparently missing though it's marked as included in the Pack.

@Tomz Kindly Include it and make an update
 

TassieNZ

Premium Uploader and Sometimes Hacker!
Jan 17, 2019
9,017
19,812
120
New Zealand
I'm looking for the latest version of Clever Widgets which is apparently missing though it's marked as included in the Pack.

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

TassieNZ :)
 

budesko

Active member
Trusted Uploader
Dec 7, 2018
149
129
43
HAve these been nulled, i get the error message they have to be activated firt?
 

laiglk

New member
Apr 2, 2019
5
2
3
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 !
 

alexrajesh

Member
Apr 29, 2020
30
1
8
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.
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,061
111,714
120
Tomz 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...
 

anurag_pal

Member
Feb 18, 2019
89
19
8
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;
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu