• 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"

Armania - Multipurpose Elementor WooCommerce Theme (RTL Supported)

Armania - Multipurpose Elementor WooCommerce Theme (RTL Supported) v1.3.7

No permission to download
Have replaced ovic-addon-toolkit, but still demo import doesn't work! Please can you help @Babak for demo imort?

Encountered the same problem, the theme display has been activated, but the imported demo data still has no content.
 
  • Like
Reactions: Pranav
Is it really impossible to import the demo?
it doesn't have someone who successfully import?
help please
 
Babak updated Armania - Multipurpose Elementor WooCommerce Theme (RTL Supported) with a new update entry:

Armania Theme v1.2.2

Download Armania v1.2.2 - Multipurpose Elementor WooCommerce Theme (RTL Supported) Nulled Free
v1.2.2 - 25/03/2021

UPDATE:
- Icon to Show or Hide Password
- Style for WooCommerce Password Strength ( very weak, weak, medium, strong )
- Update Quick View button ( YITH WooCommerce Quick View 1.5.0 )
- Update background overlay popups

Read the rest of this update entry...
 
Check ovic addon for nulled, activate theme with past versión. read page 2 this post. Change log is minimal update 23/03/21

Ver 2.4.0 – 14/04/2021​

ADD:

  • Add new option metabox comment.
FIXED:

  • Fixed like post.

Ver 2.3.9 – 06/04/2021​

UPDATE:

  • Update fontawesome 5.15.3 free.

Ver 2.3.8 – 31/03/2021​

UPDATE:

  • Update type prefix metabox, profile, taxonomy.

Ver 2.3.6 – 29/03/2021​

UPDATE:

  • Improved: Option script.
 
Not Nulled. Tryed with older version but nothing work.

There's a possibility to update and get a nulled? thx
 
I would like to share the latest version 1.2.3 of Armania Theme and.....
FINALLY! I found a solution for the demo importer.
Theme activation instructions:

In the ovic-addon-toolkit/includes/classes/class-core.php file find the verify_envato function that starts around line 491.

After this piece of code (around line 504):

if (empty($settings[‘purchased_code’])) {
return $response;
}

Add this:

return array(‘id’=>$id, ‘active’=>true, ‘settings’=>$settings, ‘product’=>array(‘supported_until’=>’01/01/2029’, ‘item’=>array(‘name’=>’Ovic’, ‘updated_at’=>’01/08/2020’)));

Now you can use any key to activate the theme and import demo content etc.
 
  • Like
Reactions: Babak
I would like to share the latest version 1.2.3 of Armania Theme and.....
FINALLY! I found a solution for the demo importer.
Theme activation instructions:

In the ovic-addon-toolkit/includes/classes/class-core.php file find the verify_envato function that starts around line 491.

After this piece of code (around line 504):

if (empty($settings[‘purchased_code’])) {
return $response;
}

Add this:

return array(‘id’=>$id, ‘active’=>true, ‘settings’=>$settings, ‘product’=>array(‘supported_until’=>’01/01/2029’, ‘item’=>array(‘name’=>’Ovic’, ‘updated_at’=>’01/08/2020’)));

Now you can use any key to activate the theme and import demo content etc.
do you have version 1.2.3? please can you share?
 
it works in my end now :)

@robsonoliveiracosta is actually right just put this code in class-core.php around line 585

if (empty($settings['purchased_code'])) {
return $response;
}
return array('id'=>$id, 'active'=>true, 'settings'=>$settings, 'product'=>array('supported_until'=>'01/01/2029', 'item'=>array('name'=>'Ovic', 'updated_at'=>'01/08/2020')));

original code: which I removed and replace

if (empty($settings['purchased_code']) || empty($stylesheet['envato'])) {
return $response;
}

$api_key = array_merge(array('ovic-envato-license', $id, OVIC_VERSION), $settings);
$cache_key = sanitize_key(implode('-', $api_key));
$options = get_transient($cache_key);
 
In the ovic-addon-toolkit/includes/classes/class-core.php file find the verify_envato function that starts around line 572.

public function verify_envato()
{
$key = $this->get_key('envato');
$stylesheet = $this->get_stylesheet();
$id = !empty($stylesheet['envato']) ? $stylesheet['envato'] : 0;
$settings = get_option($key);
$response = array(
'id' => $id,
'active' => false,
'support' => false,
'settings' => array(),
'product' => array(),
);
if (empty($settings['purchased_code']) || empty($stylesheet['envato'])) {
return $response;
}
$api_key = array_merge(array('ovic-envato-license', $id, OVIC_VERSION), $settings);
$cache_key = sanitize_key(implode('-', $api_key));
$options = get_transient($cache_key);
if ($options) {
return $options;
}

In the ovic-addon-toolkit/includes/classes/class-core.php file find the verify_envato function that starts around line 572 and replace it with this.

public function verify_envato()
{ //otvet
set_transient($cache_key, $response, 12 * HOUR_IN_SECONDS);
return array('active'=>true,'product'=>array('supported_until'=>'10.10.2030','item'=>array('name'=>'Armania')));
$key = $this->get_key('envato');
$stylesheet = $this->get_stylesheet();
$id = !empty($stylesheet['envato']) ? $stylesheet['envato'] : 0;
$settings = get_option($key);
$response = array(
'id' => $id,
'active' => false,
'settings' => array(),
'product' => array(),
);
if (empty($settings['purchased_code'])) {
return $response;
}
$api_key = array_merge(array('ovic-envato-license', $id, OVIC_VERSION), $settings);
$cache_key = sanitize_key(implode('-', $api_key));
$options = get_transient($cache_key);
if ($options) {
return $options;
}
 
  • Like
Reactions: This2ShallPass
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