Elementor Pro | WordPress Websites Builder [Premium]

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

No permission to download

Kenyer79

New member
Apr 23, 2019
18
5
3
Hungary
Your site is using more than 256mb of RAM. In my opinion that’s too much for a WP site. Probably too many plugins installed. Check the following article to fix the memory limit https://kinsta.com/knowledgebase/php-memory-limit/ but i recommend you disable some plugins.

Thanks!
The page is new. Only the elementor is on it.
Some domains are parked at this hosting. Only here is a mistake.
Maybe they messed something up.
of course I'll see what you sent. Maybe :)
 

Kenyer79

New member
Apr 23, 2019
18
5
3
Hungary
Solved!
before raising the memory limit, it littered the database, causing it to malfunction.
created roughly 25 redundant tables.
I deleted these and it works.
Thanks to everyone !!!
 

arash88

New member
Oct 8, 2020
13
2
3
Solved!
before raising the memory limit, it littered the database, causing it to malfunction.
created roughly 25 redundant tables.
I deleted these and it works.
Thanks to everyone !!!

Do you think elementor itself has made those tables? what was their name?
 

Dupre

New member
Oct 17, 2020
11
8
3
Templates are working great, thank you for the hard work!

I do have a question: anyone here know what code needs to be changed to disable the updater altogether in the free version? I do not want anyone using the backend to inadvertently update the free version.

UPDATE:

Nevermind. I figured it out. I added the following to the end of elementor.php and it works.

PHP:
function filter_plugin_updates( $value ) {

    unset( $value->response['elementor/elementor.php'] );

    return $value;

}

add_filter( 'site_transient_update_plugins', 'filter_plugin_updates' );
 
Last edited:

xantor

Member
Jan 4, 2021
87
74
18
Templates are working great, thank you for the hard work!

I do have a question: anyone here know what code needs to be changed to disable the updater altogether in the free version? I do not want anyone using the backend to inadvertently update the free version.

UPDATE:

Nevermind. I figured it out. I added the following to the end of elementor.php and it works.

PHP:
function filter_plugin_updates( $value ) {

    unset( $value->response['elementor/elementor.php'] );

    return $value;

}

add_filter( 'site_transient_update_plugins', 'filter_plugin_updates' );

I really don't recommend adding that code to elementor.php since you will have to add it every time you update the plugin. I suggest adding it to your theme's function.php or better yet download the plugin Code snippets and add the code in a snippet.
 
  • Like
Reactions: smalok

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,058
22,063
120
Templates are working great, thank you for the hard work!

I do have a question: anyone here know what code needs to be changed to disable the updater altogether in the free version? I do not want anyone using the backend to inadvertently update the free version.

UPDATE:

Nevermind. I figured it out. I added the following to the end of elementor.php and it works.

PHP:
function filter_plugin_updates( $value ) {

    unset( $value->response['elementor/elementor.php'] );

    return $value;

}

add_filter( 'site_transient_update_plugins', 'filter_plugin_updates' );
We look at license and template part. this could be a bug.
 

Seagill

New member
May 7, 2019
21
9
3
Templates are working great, thank you for the hard work!

I do have a question: anyone here know what code needs to be changed to disable the updater altogether in the free version? I do not want anyone using the backend to inadvertently update the free version.

UPDATE:

Nevermind. I figured it out. I added the following to the end of elementor.php and it works.

PHP:
function filter_plugin_updates( $value ) {

    unset( $value->response['elementor/elementor.php'] );

    return $value;

}

add_filter( 'site_transient_update_plugins', 'filter_plugin_updates' );


I installed Disable All WordPress Updates plugin to block all update, this can also make wp dashboard load faster lol.
 
  • Like
Reactions: redusj

hameedhudeen

Member
Aug 3, 2018
77
22
8
I have mistakenly updated the Elementor Free version. I think because of that, now template blocks are not appearing when trying to import Elementor templates.

Is there any fix for this?
 

Aaddi

Member
Mar 25, 2019
69
16
8
Pakistan
I have mistakenly updated the Elementor Free version. I think because of that, now template blocks are not appearing when trying to import Elementor templates.

Is there any fix for this?
Don't update. Install both Free and Pro provided here.
I think uploading and replacing again will fix the issue.
 
  • Like
Reactions: hameedhudeen

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