public function isProductActive($product = null){
if(!empty($product)){
$this->setProduct($product);
}
$data = $this->getActivatedData();
if(empty($data))
return(false);
$stampExpire = UniteFunctionsUC::getVal($data, "expire");
if($stampExpire === self::EXPIRE_NEVER)
return(true);
if(empty($stampExpire))
return(false);
if(is_numeric($stampExpire) == false)
return(false);
$stampExpire = (int)$stampExpire;
$stampNow = time();
if($stampExpire < $stampNow)
return(false);
return(true);
}
public function isProductActive($product = null){
return(true);
}
LOL You could have asked!Now i know how to null it, thanks to @TassieNZ
from this file :
unlimited-elements-for-elementor/inc_php/unitecreator_web_api.class.php:284
find isProductActive function, and return it to true :
BEFORE :::
PHP:public function isProductActive($product = null){ if(!empty($product)){ $this->setProduct($product); } $data = $this->getActivatedData(); if(empty($data)) return(false); $stampExpire = UniteFunctionsUC::getVal($data, "expire"); if($stampExpire === self::EXPIRE_NEVER) return(true); if(empty($stampExpire)) return(false); if(is_numeric($stampExpire) == false) return(false); $stampExpire = (int)$stampExpire; $stampNow = time(); if($stampExpire < $stampNow) return(false); return(true); }
AFTER :::
PHP:public function isProductActive($product = null){ return(true); }
Download Unlimited Elements for Elementor Page Builder v1.3.36 Nulled Free
version 1.3.36 - Thanks To @TassieNZ
-bug fix: fixed multiple similar js includes in one page
version 1.3.35
-feature: add support for acf gallery field
Download Unlimited Elements for Elementor Page Builder v1.3.37 Nulled Free
v1.3.37
-feature: add support for archive pages
-feature: added archive pages pagination
-change: changed fonts design controls
Download Unlimited Elements for Elementor Page Builder v1.3.39 Nulled Free
version 1.3.39 - Thanks To @TassieNZ
-feature: add alt tags to image attribute
-feature: add automatic name from title on add attribute
-feature: redesign categories
-bug fix: removed autop filter change code from front end
-bug fix: allow to import widget when stand on category from catalog
-bug fix: fixed instagram widgets typography bug
Download Unlimited Elements for Elementor Page Builder v1.4 Nulled Free
version 1.4
-change: moved to new payment system (freemius), changed pricing plans
thank you , its working on latest version 1.4.3Now i know how to null it, thanks to @TassieNZ
from this file :
unlimited-elements-for-elementor/inc_php/unitecreator_web_api.class.php:284
find isProductActive function, and return it to true :
BEFORE :::
PHP:public function isProductActive($product = null){ if(!empty($product)){ $this->setProduct($product); } $data = $this->getActivatedData(); if(empty($data)) return(false); $stampExpire = UniteFunctionsUC::getVal($data, "expire"); if($stampExpire === self::EXPIRE_NEVER) return(true); if(empty($stampExpire)) return(false); if(is_numeric($stampExpire) == false) return(false); $stampExpire = (int)$stampExpire; $stampNow = time(); if($stampExpire < $stampNow) return(false); return(true); }
AFTER :::
PHP:public function isProductActive($product = null){ return(true); }
That's strange, the only thing I can think of is it might be a server issue like not having enough memory or something.i see that window, but it's empty. no widget to import ;(
follow this stepsi see that window, but it's empty. no widget to import ;(
Did you get it working?i just did it, with 1,3,39 and tried also 1,4, both version show "This pro version is active!" but no widgets ;(
i'll try on another wordpress host, let's see if it's a server issues