- Dec 1, 2018
- 23,770
- 27,108
- 120
2 minutes...I only just woke up and still catching up on everything.@Medw1311 bro. pro version 3.3.4 . please update.
2 minutes...I only just woke up and still catching up on everything.@Medw1311 bro. pro version 3.3.4 . please update.
Download Elementor Pro v3.3.4 - WordPress Page Builder Free Nulled
#### 3.3.4 - 2021-07-21 - Thanks to @NullMaster
* Fix: Grid layout glitch in WooCommerce Products Archive widget ([#15718](https://github.com/elementor/elementor/issues/15718))
me too am having a similar issue@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.
add_action( 'init', function () {
if (is_admin()) {
unload_textdomain( 'elementor' );
unload_textdomain( 'elementor-pro' );
}
}, 99 );
add_action( 'set_current_user', function() {
global $current_user;
$userLocale = get_user_meta( get_current_user_id(), 'locale', true );
$current_user->locale = $userLocale;
}, 99 );
U can only import templates - yes, if u want to have templates u have to purchase a licence, sure.Do templates not work? I noticed you have to purchase a license.
This code is not working, but u can use old good plugin Toolbar Extras to show EL only in engThis 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 );
ThanksThis 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 );
@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.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.![]()
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.
![]()
![]()
You'll also be able to import the envato elementor template kits you download from babiato using this new kit library![]()
Sorry there is no easy way of exporting these that wouldn't take up hours of my time.@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.