Elementor Pro | WordPress Websites Builder [Premium]

Elementor Pro | WordPress Websites Builder [Premium] v3.28.3 Nulled

No permission to download

Physkx

Well-known member
Null Master
Trusted Uploader
Aug 13, 2018
593
4,437
93

supremacyli

Member
Oct 7, 2019
75
21
8
@Medw1311 @NullMaster

Hi,

I can see the templates and use them with the Insert button without any problem. However, when I click on a kit in Templates > Kit Library and press Apply Kit button, I get the following error:

"Something went wrong. Nothing to worry about, just try again. If the problem continues, head over to the Help Center."

I have an free account on the elementor website. I tried many times but failed. Can't we use the Kit Library?

Thanks.
 
  • Like
Reactions: delvasse

Ighalo87

Active member
Jan 18, 2020
400
55
28
@Medw1311 @NullMaster

Hi,

I can see the templates and use them with the Insert button without any problem. However, when I click on a kit in Templates > Kit Library and press Apply Kit button, I get the following error:

"Something went wrong. Nothing to worry about, just try again. If the problem continues, head over to the Help Center."

I have an free account on the elementor website. I tried many times but failed. Can't we use the Kit Library?

Thanks.
me too am having a similar issue
 

xantor

Member
Jan 4, 2021
87
74
18
@supremacyli and @Ighalo87: In the meantime, a temporary solution while waiting for a fix. There is a plugin in WP repository to upload Elements kits and if you search Babiato you will find a thread that has all envato elements kits. Hope this helps.
 

Karltoto

Member
Jun 26, 2020
41
23
8
Hello someone know how to set the Elementor language based on the user and not the frontend ?
Like
Frontend = Spanish
User = English
Elementor = English
 

xantor

Member
Jan 4, 2021
87
74
18
This code will unload translations and show everything in English.
Add it to your functions.php or using a code snippet plugin.

PHP:
add_action( 'init', function () {
    if (is_admin()) {
        unload_textdomain( 'elementor' );
        unload_textdomain( 'elementor-pro' );
    }
}, 99 );

******************************************************************
The following code is supposed to show elementor using the language specified in your profile. But somebody told me it did not work anymore. I have not tested.

PHP:
add_action( 'set_current_user', function() {
    global $current_user;
    $userLocale = get_user_meta( get_current_user_id(), 'locale', true );
    $current_user->locale = $userLocale;
}, 99 );
 
  • Love
Reactions: riccore

riccore

Active member
May 31, 2020
106
61
28
Earth
This code will unload translations and show everything in English.
Add it to your functions.php or using a code snippet plugin.

PHP:
add_action( 'init', function () {
    if (is_admin()) {
        unload_textdomain( 'elementor' );
        unload_textdomain( 'elementor-pro' );
    }
}, 99 );

******************************************************************
The following code is supposed to show elementor using the language specified in your profile. But somebody told me it did not work anymore. I have not tested.

PHP:
add_action( 'set_current_user', function() {
    global $current_user;
    $userLocale = get_user_meta( get_current_user_id(), 'locale', true );
    $current_user->locale = $userLocale;
}, 99 );
This code is not working, but u can use old good plugin Toolbar Extras to show EL only in eng
 

Karltoto

Member
Jun 26, 2020
41
23
8
This code will unload translations and show everything in English.
Add it to your functions.php or using a code snippet plugin.

PHP:
add_action( 'init', function () {
    if (is_admin()) {
        unload_textdomain( 'elementor' );
        unload_textdomain( 'elementor-pro' );
    }
}, 99 );

******************************************************************
The following code is supposed to show elementor using the language specified in your profile. But somebody told me it did not work anymore. I have not tested.

PHP:
add_action( 'set_current_user', function() {
    global $current_user;
    $userLocale = get_user_meta( get_current_user_id(), 'locale', true );
    $current_user->locale = $userLocale;
}, 99 );
Thanks

Both codes do not work for Elementor. The basic blocks are in English but all Pro blocks still using the frontend language and all addons too. I hate Elementor. :cool:
 
  • Like
Reactions: riccore

xantor

Member
Jan 4, 2021
87
74
18
Thanks

Both codes do not work for Elementor. The basic blocks are in English but all Pro blocks still using the frontend language and all addons too. I hate Elementor. :cool:
@riccore, @Karltoto. Sorry, my mistake. The first code works, just change "init" for "admin_init" in the action, then it should work. Just checked and is working on one of my sites with no problems.

If when editing a page, Elementor displays in English but some other Elementor extension remains displaying the frontend language, just search for it's text domain in the plugin's code and add it to the snippet inside the if block.

unload_textdomain( 'elementor-extension-text-domain' );
 
Last edited:
  • Like
Reactions: riccore

supremacyli

Member
Oct 7, 2019
75
21
8
Here's a sneak peek of the new Template Kit Library that will be coming when Elementor Free v3.3 is released. Currently has 84 kits.

Capture.JPG

Capture2.JPG

You'll also be able to import the envato elementor template kits you download from babiato using this new kit library :)

@Medw1311 We can't use these themes on the Kit Library screen directly through the plugin at the moment. Can we import these kits? If you have these kits and we can import them, can you share them with us? Thank you.
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,770
27,108
120
@Medw1311 We can't use these themes on the Kit Library screen directly through the plugin at the moment. Can we import these kits? If you have these kits and we can import them, can you share them with us? Thank you.
Sorry there is no easy way of exporting these that wouldn't take up hours of my time.
 

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