Hi Tom,
Exactly what i did.Hi Tom,
Please try the new nulled ones from @freenulled
https://babiato.tech/threads/download-all-thrive-plugins.2553/post-129725
I think this will fix your problems. If not, please give screenshot of what is not working. Then @freenulled can look at it when time permits, or give recommendations to try.
TassieNZ![]()
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
O.K. Better to wait for @freenulled
Hi i got the exact same problem. The Thrive Architect doesn't show up on the Dashboard eventhough its installed...I downloaded the theme and follow the instructions on post #273 by @TassieNZ on how to mulled the plugins but I have yet to be able to load the new page builder theme from Thrive.
I mean, from where I stand, it looks like another regular theme and not a theme page builder theme as I´ve seen in a couple of YouTube videos.
I don´t even see Thrive Architect on my Thrive Dashboard. But I see it´s installed.
Where did I go wrong?
Thoughts?![]()
![]()
Question? Are you using our Thrive Theme Builder?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
Yes the one that is posted here somewhere v1.0.5Question? Are you using our Thrive Theme Builder?
That IS strange. Our Thrive Theme Builder works perfectly. That I do know. Can you run it on a test site?
It is on a test site now. But i can't get into the Wizard....and of course not import the ShapeShift theme - whats all about...That IS strange. Our Thrive Theme Builder works perfectly. That I do know. Can you run it on a test site?
This is working perfectly for lots of people now, including me when I tested it.It is on a test site now. But i can't get into the Wizard....and of course not import the ShapeShift theme - whats all about...
There is NO old bits left.This is working perfectly for lots of people now, including me when I tested it.
Are you sure you haven't got "old bits" left in the folder from a previous version?
Install Easy Theme and Plugin Upgrades and try re-uploading. So long as your PHP is set to upload that size file?
Otherwise, please wait for @freenulled
TassieNZ![]()
Just wait for @freenulled OLD version never had to cope with ShapeShift!There is NO old bits left.
I'm running on a local Flywhel machine. But i never had these problems before until this version of the Thrive Theme Builder + plugins.
User @RogerM has same problemes as i do...
I have that plugin install on my site as a default.This is working perfectly for lots of people now, including me when I tested it.
Are you sure you haven't got "old bits" left in the folder from a previous version?
Install Easy Theme and Plugin Upgrades and try re-uploading. So long as your PHP is set to upload that size file?
Otherwise, please wait for @freenulled
TassieNZ![]()