Slider Revolution Responsive WordPress Plugin By ThemePunch

Slider Revolution Responsive WordPress Plugin By ThemePunch v7.1.0 Nulled + v6.7.57 Nulled + addons & Template

No permission to download
  • Welcome to Babiato Forum! All Resources are 100% clean and Safe to Use

Mrsam_1

Well-known member
Administrative
Trusted Seller
Jul 19, 2018
64,532
66,627
120
You need to install the ADDON as separate plugin, not from the Slider REvolution Itself.
done that, but then I am obliged to update the addon and, of course, cannot do it directly online. :(

Installed Version
1.0.5
Available Version
2.1.1.

am I missing the updated versions of the addons here on babiato?
 

TassieNZ

Old Age lusty uncle
Jan 17, 2019
9,014
19,820
120
Son of Bitch!
done that, but then I am obliged to update the addon and, of course, cannot do it directly online. :(

Installed Version
1.0.5
Available Version
2.1.1.

am I missing the updated versions of the addons here on babiato?
Can't be bothered looking back through pages!!! Which addon please?

TassieNZ :)
 

Mrsam_1

Well-known member
Administrative
Trusted Seller
Jul 19, 2018
64,532
66,627
120
Can't be bothered looking back through pages!!! Which addon please?

TassieNZ :)
TassieNZ I always read the whole thread,
I downloaded the revslider v6.0.6 + addons + 1.16gb template -> the addons are out of date.

i'm looking for Coming Soon & Maintenance Add-on

🙏
 

TassieNZ

Old Age lusty uncle
Jan 17, 2019
9,014
19,820
120
Son of Bitch!
TassieNZ I always read the whole thread,
I downloaded the revslider v6.0.6 + addons + 1.16gb template -> the addons are out of date.

i'm looking for Coming Soon & Maintenance Add-on

🙏
Here you go!

TassieNZ :)
 

Mrsam_1

Well-known member
Administrative
Trusted Seller
Jul 19, 2018
64,532
66,627
120
Here you go!

TassieNZ :)
very much obliged!!!

am I missing the post with all the updated ADDONS ? :unsure:
 

TassieNZ

Old Age lusty uncle
Jan 17, 2019
9,014
19,820
120
Son of Bitch!
very much obliged!!!

am I missing the post with all the updated ADDONS ? :unsure:
No idea! I'm not really following this thread now as others seemed to be keeping it updated. :)

If others need updating, post which ones and I'll upload for you. Make sure you put version numbers though.

TassieNZ :)
 
  • Love
Reactions: Mrsam_1

TassieNZ

Old Age lusty uncle
Jan 17, 2019
9,014
19,820
120
Son of Bitch!
Hello fellas,
I need those three templates:
-Coffe Joint Website template
-Under Construction template

Thnx in advantage :)))

Hi guys anybody got this template?

https://revolution.themepunch.com/corporate-website-template/

Thank you In advance!

Best

Hello people!
Would anyone have the StoryBlocks template for slider revolution 6.2.2? Thanks
 

bRUNO dIAS

New member
Mar 16, 2020
5
1
3
  • Like
Reactions: TassieNZ

djronin

New member
Nov 11, 2019
18
5
3
done that, but then I am obliged to update the addon and, of course, cannot do it directly online. :(

Installed Version
1.0.5
Available Version
2.1.1.

am I missing the updated versions of the addons here on babiato?

Hi man, i think you need to find the latest versions addons here on this thread. I just installed the 2.0.1, for testing, and works like a charm.
 
  • Like
Reactions: Mrsam_1

Mrsam_1

Well-known member
Administrative
Trusted Seller
Jul 19, 2018
64,532
66,627
120
Hi man, i think you need to find the latest versions addons here on this thread. I just installed the 2.0.1, for testing, and works like a charm.
TassieNZ replied to my post last nihgt and share some updated addons. (y)
 
  • Like
Reactions: djronin

webmaster

Well-known member
Sep 25, 2018
239
265
70
49
localhost
Please upload addon for


BubbleMorph
Installed Version
2.0.0
Available Version
2.1.0

Before & After
Installed Version
2.0.0
Available Version
2.0.4

Coming & Maint.

Installed Version
2.0.1
Available Version
2.1.1

Backup
Installed Version
2.0.0
Available Version
2.0.1
thanks.
 

TassieNZ

Old Age lusty uncle
Jan 17, 2019
9,014
19,820
120
Son of Bitch!
Hello people!
Would anyone have the
Slider Revolution Whiteboard Add-on to 2.2.0


Thank You!
Please upload addon for


BubbleMorph
Installed Version
2.0.0
Available Version
2.1.0

Before & After
Installed Version
2.0.0
Available Version
2.0.4

Coming & Maint.

Installed Version
2.0.1
Available Version
2.1.1

Backup
Installed Version
2.0.0
Available Version
2.0.1
thanks.
I'll try and update all of them over the next few days.

TassieNZ :)
 

elponggar

New member
Jul 12, 2018
15
6
3
Just want to report some case I found in version 6.22. It wouldn't open in a mobile browser. When I roll back to the previous version, then all is well.

Is there someone who also experienced this?
 

dolob

Member
Aug 27, 2018
93
56
18
how can I use templates? It says "purchase code is invalid"
Just please read forum page by page b4 ask null! @Tomz @NullMaster @TassieNZ are regularly shares how you null.

under slider-revolution/admin/includes there is license.class.php there is public function activate_plugin($code)
type $version_info = 'valid'; and return true; under it.

the class will be like below:

PHP:
<?php
/**
 * @author    ThemePunch <[email protected]>
 * @link      https://www.themepunch.com/
 * @copyright 2020 ThemePunch
 * @since      6.2.0
 */

if(!defined('ABSPATH')) exit();

class RevSliderLicense extends RevSliderFunctions {
    /**
     * Activate the Plugin through the ThemePunch Servers
     * @before 6.0.0: RevSliderOperations::checkPurchaseVerification();
     * @before 6.2.0: RevSliderAdmin::activate_plugin();
     **/
    public function activate_plugin($code){
        $version_info = 'valid';
        return true;
        $rslb = new RevSliderLoadBalancer();
        $data = array('code' => urlencode($code), 'version'    => urlencode(RS_REVISION), 'product' => urlencode(RS_PLUGIN_SLUG));
        
        $response      = $rslb->call_url('activate.php', $data, 'updates');
        $version_info = wp_remote_retrieve_body($response);
        
        if(is_wp_error($version_info)) return false;
        
        if($version_info == 'valid'){
            update_option('revslider-valid', 'true');
            update_option('revslider-code', $code);
            return true;
        }elseif($version_info == 'exist'){
            return 'exist';
        }elseif($version_info == 'banned'){
            return 'banned';
        }
        
        return true;
    }
    
    
    /**
     * Deactivate the Plugin through the ThemePunch Servers
     * @before 6.0.0: RevSliderOperations::doPurchaseDeactivation();
     * @before 6.2.0: RevSliderAdmin::deactivate_plugin();
     **/
    public function deactivate_plugin(){
        $rslb = new RevSliderLoadBalancer();
        $code = get_option('revslider-code', '');
        $data = array('code' => urlencode($code), 'product' => urlencode(RS_PLUGIN_SLUG));
        
        $res = $rslb->call_url('activate.php', $data, 'updates');
        $vi     = wp_remote_retrieve_body($res);
        
        if(is_wp_error($vi)) return false;

        if($vi == 'valid'){
            update_option('revslider-valid', 'true');
            update_option('revslider-code', $code);
            
            return true;
        }
        
        return true;
    }
}
?>

Actually I lil bit play around deactivate function in case...
 
  • Like
Reactions: tanierlyons

About us

  • Babiato Forum - The webmaster 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, updating Daily resource to make sure our community is one of the best.

Quick Navigation

User Menu