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

Elementor Pro | WordPress Websites Builder [Premium]

Elementor Pro | WordPress Websites Builder [Premium] v3.21.0

No permission to download
yes you won't be able to install it from plugin page because the .zip file contains two plugins. If you want to install it from plugin page, you have to extract that .zip and recreate 2 new .zip files each containing one plugin folder (one for elementor and one for elementor-pro)

Thanks to your message I've been able to install the plugin directly from wordpress plugins page, because I've paid attention to a little detail I had not considered before.

I had already tried to ricreate two different archives BUT winrar automatically create .rar archives which are not compatible with wordpress plugins format (only .zip).

So if someone else has my problem pay attention to this detail and it will work.
 
  • Like
Reactions: eberteo and CeeOh2
when I try to import the footer of this error template. HELP ME.

I sent the 2 elementor and elementor pro files downloaded here.
21517
This footer template file is not in a folder (elementor/templates/ this json is missing .. pls up
 
when I try to import the footer of this error template. HELP ME.

I sent the 2 elementor and elementor pro files downloaded here.
21517
This footer template file is not in a folder (elementor/templates/ this json is missing .. pls up

I don't speak the language but from the "invalid license ID provided" I thing you tried to import pro template? You can have all the features available on nulled scripts but the ones use API access (AFAIK, correct me if I'm wrong). They do authentication when you try to download pro template, you have to provide a working license.

Another idea, ask someone who have licensed elementor pro to download that template, export, then import it on your site. PM me, I have elementor pro, might be able to help (I'm not here everyday tho)
 
  • Like
Reactions: ibrahim and SONIAK
when i click on import button (template) plugin gives error (INVALID LIcence ID provided)
Both free and pro versions are installed.
 
this is not my null
but if elementor need nulling follow this steps:

The null is in 2 parts - the pro version needs to be nulled to allow access to the pro features and the free version needs to be tweaked to be able to use the pro templates (blocks, pages etc).

Line numbers mentioned here are for the current versions (2.1.10 of Elementor Pro and 2.2.5 of Elementor)

First off, the pro activation null:
In the file elementor-pro/license/api.php...
Add this as the first line of the function activate_license (which starts around line 62)


PHP:
return array('success'=>true, 'license'=>'valid', 'item_name'=>'Elementor Pro', 'license_limit'=>999, 'site_count'=>1, 'expires'=>'2048-06-06 23:59:59', 'activations_left'=>998, 'payment_id'=>'12345',
'customer_name'=>'Firstname Lastname', 'customer_email'=>'[email protected]', 'price_id'=>'1');

And add this as the first line of the function deactivate_license (which starts around line 75)
PHP:
return array('success'=>true, 'license'=>'deactivated', 'item_name'=>'Elementor Pro', 'license_limit'=>999, 'site_count'=>1, 'expires'=>'2048-06-06 23:59:59', 'activations_left'=>998, 'payment_id'=>'12345',
'customer_name'=>'Firstname Lastname', 'customer_email'=>'[email protected]', 'price_id'=>'1');

(Feel free to change any license info sush as name, email, expiration date etc.)

In the function get_license_data, after this line of code:

PHP:
$license_data = get_transient( 'elementor_pro_license_data' );

add this:

PHP:
return $license_data;

Now you can use any key to activate the pro plugin and can also deactivate the pro plugin with the button.

To be able to use the pro block and page templates, you need to change code in the free version of the plugin:

Here are the template json files https://mega.nz/#!7xEXQagJ!Y3qNczndBBAsTfqBns6tnvhsu4lLR-8MJ-ZDrspW0Ec

If you only want to use the templates on one site do this:
Upload the json files into the folder wp-content/uploads/elementor_templates (you will need to create this folder)
In the file elementor/includes/api.php (N.B. this is in the free plugin folder, NOT the pro plugin folder) comment out lines 237-240 like so

PHP:
//        $response = wp_remote_get( $url, [
//            'timeout' => 40,
//            'body' => $body_args,
//        ] );

And change line 246 from
PHP:
$response_code = (int) wp_remote_retrieve_response_code( $response );

to

PHP:
$reponse_code = 200;

In the file elementor/includes/template-library/sources/remote.php
In the function get_data which starts at around line 190 add this to the start of the function code:
PHP:
$uploads_dir = wp_upload_dir();
return json_decode(file_get_contents($uploads_dir["baseurl"]  . "/elementor_templates/" . $args["template_id"] . ".json"), true);

You will now be able to use any of the pro blocks and pages - instead of getting them from the Elementor server with an api check it is simply grabbing the relevant json file from your wp-content/uploads/elementor_templates folder.
Of course you can change the location of the elementor templates but you will need to change the code accordingly... which brings me onto the method if you want to use the templates on more than one site.

To save having to upload all the templates to a folder very time you want to use elementor pro blocks and pages on a site, you can host them elsewhere and point to them.
For example if you upload them all to http://mysite.com/elementor_templates instead of this line of code

PHP:
return json_decode(file_get_contents($uploads_dir["baseurl"]  . "/elementor_templates/" . $args["template_id"] . ".json"), true);

add this line of code

PHP:
return json_decode(file_get_contents("http://mysite.com/elementor_templates/" . $args["template_id"] . ".json"), true);

and you don't have to upload the json files every time.
All tested and working fine - I've been using this method for a long while on a variety of different sites for a long while and I just tested it again just now so I know it works perfectly.
When new blocks and pages get released, let me know and I'll update the zip of the json files.
this method applicable now? i follow this step by step how to get the result?
 
  • Like
Reactions: KaidZero
i need original files of elementor pro not nulled anyone please give me if you have
 
i need original files of elementor pro not nulled anyone please give me if you have
Here you go ... untouched.

TassieNZ :)
 
  • Like
Reactions: viralfames
Thanks to your message I've been able to install the plugin directly from wordpress plugins page, because I've paid attention to a little detail I had not considered before.

I had already tried to ricreate two different archives BUT winrar automatically create .rar archives which are not compatible with wordpress plugins format (only .zip).

So if someone else has my problem pay attention to this detail and it will work.
hey any idea how to install this https://babia.to/resources/mtdb-ultimate-movie-tv-database.3947/updates#resource-update-19946 , somebody could help me please
 
I think u didnt read my post but I was telling you if you could help me installing MTDB mobies plugin, which link is this one

He didnt read because you post it in Elementor post. Instead of that particular resource post.
 
Last edited:
  • Like
Reactions: TassieNZ
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