• 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.2

No permission to download
line 75
if ( version_compare( $wp_version, $version_info['requires'], '<' ) ) {
return $_transient_data;
}
line 85:
if ( version_compare( $this->plugin_version, $version_info['new_version'], '<' ) ) {

this is bug.
Change to following to clear PHP notices:

line 75:
if ( version_compare( $wp_version, 3.0, '<' ) ) {

line 85:
if ( version_compare( $this->plugin_version, 3.0, '<' ) ) {
 
  • Like
Reactions: pwdv81
Chnage to following to clear PHP notices:
line 75:
if ( version_compare( $wp_version, 3.0, '<' ) ) {
return $_transient_data;
}
line 85:
if ( version_compare( $this->plugin_version, 3.0, '<' ) ) {
$plugin_info = (object) $version_info;
unset( $plugin_info->sections );
$_transient_data->response[ $this->plugin_name ] = $plugin_info;
}
@Physkx .I do not want to change the original.
 
Any advices why these errors? How I can solve it?

Screenshot_2020-10-20 Plugins ‹ — WordPress.png
 
WHY AM I GETTING TROJAN VIRUS MESSAGES IN WINDOWS DEFENDER WHEN I DOWNLOAD AND EXTRACT ELEMENTOR PRO FROM THIS FORUM?

MULTIPLE SEVERE THREATS...
 
Physkx updated Elementor Pro - The Mosts Powerful Page Builder Plugin with a new update entry:

Elementor Pro v3.0.5 + v3.0.12 Free [Final]

Download Elementor Pro v3.0.5 - WordPress Page Builder Free Nulled
= v3.0.12 - 2020-10-20 = Thanks To @NullMaster

* Tweak: Added "Read More" link to major version upgrade notice
* Tweak: Added System Info CLI command
* Fix: Redundant padding in Social Icons widget ([#12833](https://github.com/elementor/elementor/issues/12833))
* Fix: Editor role can't see "Edit with Elementor" button in top admin-bar ([#12175](https://github.com/elementor/elementor/issues/12175))
*...

Read the rest of this update entry...
 
Came across this issue recently, not sure why? (See attachment) Any suggestions? Not sure what I do wrong. Can't edit with elementor... (Latest version installed)
 

Attachments

  • Screen Shot 2020-10-21 at 4.21.03 PM.jpg
    Screen Shot 2020-10-21 at 4.21.03 PM.jpg
    19.1 KB · Views: 30
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