Download ALL Thrive Plugins Bundle

Download ALL Thrive Plugins Bundle April 03, 2025

No permission to download

e1ude

New member
Jan 30, 2020
17
24
3
I didn't read all 22 pages to see if this activation method was listed, but if there's a specific option in the wp_options table, then all plugins and themes are activated.

In the wp_options table set 'thrive_license' to: a:1:{i:0;s:3:"all";}

Or, you can add this to your child theme's functions.php and remove it after it runs once because it will run on every page load and you only need to run it once.

PHP:
// Activate Thrive
$thrive_options =  array(0 => 'all',);
update_option( 'thrive_license', $thrive_options );

No need to edit any plugin or theme files again and autoupdates work.

Here are the current links directly from the source. The URL scheme is easy to figure out for any future versions.

download.thrivethemes.com/thrive-apprentice-2.2.14.3.zip
download.thrivethemes.com/thrive-architect-2.5.3.3.zip
download.thrivethemes.com/thrive-clever-widgets-1.5.4.zip
download.thrivethemes.com/thrive-comments-1.4.1.zip
download.thrivethemes.com/thrive-headline-optimizer-1.2.7.zip
download.thrivethemes.com/thrive-leads-2.2.14.3.zip
download.thrivethemes.com/thrive-optimize-1.4.1.zip
download.thrivethemes.com/thrive-ovation-2.3.0.zip
download.thrivethemes.com/thrive-quiz-builder-2.2.14.3.zip
download.thrivethemes.com/thrive-ultimatum-2.2.13.3.zip
download.thrivethemes.com/focusblog-1.416.zip
download.thrivethemes.com/ignition-1.416.zip
download.thrivethemes.com/luxe-1.416.zip
download.thrivethemes.com/minus-1.416.zip
download.thrivethemes.com/performag-1.416.zip
download.thrivethemes.com/pressive-1.416.zip
download.thrivethemes.com/squared-1.416.zip
download.thrivethemes.com/storied-1.416.zip
download.thrivethemes.com/voice-1.416.zip

EDITED to make links not clickable. (I didn't know the forum software would do that)
 
Last edited:

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,058
22,063
120
I didn't read all 22 pages to see if this activation method was listed, but if there's a specific option in the wp_options table, then all plugins and themes are activated.

In the wp_options table set 'thrive_license' to: a:1:{i:0;s:3:"all";}

Or, you can add this to your child theme's functions.php and remove it after it runs once because it will run on every page load and you only need to run it once.

PHP:
// Activate Thrive
$thrive_options =  array(0 => 'all',);
update_option( 'thrive_license', $thrive_options );

No need to edit any plugin or theme files again and autoupdates work.

Here are the current links directly from the source. The URL scheme is easy to figure out for any future versions.

auto update is already running.
 

alexrajesh

Member
Apr 29, 2020
30
1
8
Hi @NullMaster I am using the latest version of the plugin now on the live service and the localhost. The plugins update without any issues with i click update on the admin dashboard on localhost. But when i use the plugins > installed plugins and click on update now i get the below message 1589019251363.png

And when i use the Dashboard > updates section i get the below message with a long error text.

1589026367389.png
 

Attachments

  • 1589020053857.png
    1589020053857.png
    271.7 KB · Views: 9

parabaditya7

Member
Mar 14, 2020
29
25
13
Everything worked flawlessly. Thanks!
Just one question: How will Shapeshift theme update?

I can update all thrive plugins and also thrive theme builder (theme) from dashboard. Then all I do is null theme by licensemanager. BUT, when I try to import shapeshift from cloud, it throws this error: "Please make sure you have the latest version of Thrive Product"

The current workaround is importing shapeshift theme from inc/shapeshift/q1qj01.zip
But this might be old one and get outdated. How do we get the cloud import to work?
 
  • Like
Reactions: newoscarro

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,058
22,063
120
Hi @NullMaster I am using the latest version of the plugin now on the live service and the localhost. The plugins update without any issues with i click update on the admin dashboard on localhost. But when i use the plugins > installed plugins and click on update now i get the below message 1589019251363.png

And when i use the Dashboard > updates section i get the below message with a long error text.

1589026367389.png
pls control chmod option.
 

saporus

Member
Apr 18, 2019
71
16
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.


Works like charm.

Awesome bruh
 
  • Like
Reactions: marsvega

madroots

Active member
Jan 23, 2020
215
127
43
Hello, its like milions of replies here. How to make this work then? I would like shapeshift theme and thrive architect for now :p thanks for help
 

TomCatzy

Active member
May 5, 2019
238
49
28
Thrive Plugins + Thrive Theme Builder seems to be 'forgotten' here... not much activity about them the last weeks...
 
  • Like
Reactions: dominic

djoxer

Member
Jul 20, 2019
51
12
8
I didn't read all 22 pages to see if this activation method was listed, but if there's a specific option in the wp_options table, then all plugins and themes are activated.

In the wp_options table set 'thrive_license' to: a:1:{i:0;s:3:"all";}

Or, you can add this to your child theme's functions.php and remove it after it runs once because it will run on every page load and you only need to run it once.

PHP:
// Activate Thrive
$thrive_options =  array(0 => 'all',);
update_option( 'thrive_license', $thrive_options );

No need to edit any plugin or theme files again and autoupdates work.

Here are the current links directly from the source. The URL scheme is easy to figure out for any future versions.

download.thrivethemes.com/thrive-apprentice-2.2.14.3.zip
download.thrivethemes.com/thrive-architect-2.5.3.3.zip
download.thrivethemes.com/thrive-clever-widgets-1.5.4.zip
download.thrivethemes.com/thrive-comments-1.4.1.zip
download.thrivethemes.com/thrive-headline-optimizer-1.2.7.zip
download.thrivethemes.com/thrive-leads-2.2.14.3.zip
download.thrivethemes.com/thrive-optimize-1.4.1.zip
download.thrivethemes.com/thrive-ovation-2.3.0.zip
download.thrivethemes.com/thrive-quiz-builder-2.2.14.3.zip
download.thrivethemes.com/thrive-ultimatum-2.2.13.3.zip
download.thrivethemes.com/focusblog-1.416.zip
download.thrivethemes.com/ignition-1.416.zip
download.thrivethemes.com/luxe-1.416.zip
download.thrivethemes.com/minus-1.416.zip
download.thrivethemes.com/performag-1.416.zip
download.thrivethemes.com/pressive-1.416.zip
download.thrivethemes.com/squared-1.416.zip
download.thrivethemes.com/storied-1.416.zip
download.thrivethemes.com/voice-1.416.zip

EDITED to make links not clickable. (I didn't know the forum software would do that)

thanks,... i can download but thrive-clever-widgets-1.5.4.zip "Not Found"

rename to

download.thrivethemes.com/thrive-clever-widgets-1.54.zip

i found 1 file

download.thrivethemes.com/rise-1.416.zip
 
Last edited:

nullid

Active member
Trusted Uploader
Dec 18, 2019
228
82
28
Somewhere from ASIA
shoppy.gg
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.
i tried this but not working for latest version. help please @NullMaster
 

benoma

Active member
Jul 2, 2020
64
172
33
Hello,

Having challenge using thrive lead, the page is not going beyond the pre-loader when click to edit design for the lightbox. I will appreciate if anyone can help with this issue.

Thank you
 

Attachments

  • screenshot.png
    screenshot.png
    87.9 KB · Views: 15
Last edited:

amrit

New member
Oct 26, 2018
4
2
3
Hello,

Having challenge using thrive lead, the page is not going beyond the pre-loader when click to edit design for the lightbox. I will appreciate if anyone can help with this issue.

Thank you
Hello there,

I think you did something wrong. Please do the below steps,

wp-content > plugins > thrive-visual-editor > thrive-dashboard > classes > Product > Open & Edit LicenseManager.php

Find there by Ctrl + F = itemActivated( $item ) {

on the next line write return true;

and save LicenseManager.php

If you're using updated thrive editor then you'll find the function itemActivated( $item ) { on 94 lines so just press enter and on the next line write return true;

Hope this would be helpful. Thanks, mate ;)
 

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